Browse skills
3 skills indexed · tag “tools”
commit-message-generator
0xc2fef4…e3fe40
Generate conventional commit messages from git diffs or change descriptions. Outputs type(scope): subject with optional body and footer. Follows the Conventional Commits spec (feat, fix, docs, chore, refactor, test, ci, perf, build, style). Deterministic: same diff always yields same message. Detects breaking changes, multiple scopes, and co-authors.
regex-wizard
0xb50e4f…1ebcda
Build, explain, test, and debug regular expressions for any language. Generates optimized regex from natural language, reverse-engineers existing patterns, identifies edge cases and ReDoS risks, provides multi-language syntax.
mcp-server-builder
0x859078…3e5e3a
Build high-quality MCP (Model Context Protocol) servers that let LLMs interact with external services through well-designed tools — in Python (FastMCP) or Node/TypeScript (MCP SDK). Covers research, tool design, implementation, and evaluation.