Find the perfect skill
DevBooks Proposal Author
Development
Writes a structured change proposal (proposal.md) with Why/What/Impact and Debate Packet, serving as the entry point for subsequent Design/Spec/Plan. For design decisions, presents options to the user. Used when the user asks for a proposal, reason for change, impact analysis, or refactoring proposal.
Research-to-Code Pipeline Orchestrator
Development
Orchestrates the entire research pipeline from problem specification to final report, managing dependencies and feedback loops. Use for end-to-end research projects that require structured progression with checkpoints at each stage.
API Design Expert
Development
Provides expert guidance on API design principles, including REST, GraphQL, versioning strategies, and best practices. Helps design robust, maintainable, and scalable APIs with concrete FastAPI examples.
Ship Changes
Development
This skill commits all staged and unstaged changes, runs the project's CI script (bin/ci), and opens a pull request on GitHub if CI passes. It helps when you're ready to ship changes by automating the commit, CI check, and PR creation workflow.
Firecrawl - Web Scraping and URL Discovery
Development
Web scraping and URL discovery using Firecrawl API. Use it to convert web pages to Markdown or map out a site's structure. Ideal for extracting structured data from targeted websites.
Git - Version Control Standards
Development
Establishes Git version control standards: conventional commit messages, branching strategy (main, develop, feat/fix), and atomic commit principles. Helps maintain a clean, semantic history that is easy to navigate and understand.
Today's Date
Development
Fetches the current date for web searches and time-sensitive tasks. Automatically runs before any web search that includes a year, ensuring the correct current year is used instead of outdated dates.
Figma Design Analyzer
Development
Analyzes Figma designs against code conventions for implementation readiness. Checks design-code parity, semantic token usage, and property naming consistency. Use when reviewing a Figma component before coding.
Ultrathink - Deep Multi-Perspective Analysis
Development
Ultra-deep multi-perspective analysis for complex architectural and strategic decisions. It systematically explores technical, business, user, and system dimensions, generates multiple solutions, challenges assumptions, and synthesizes structured recommendations. Ideal when conventional thinking has failed or stakes are high.
Code Review Gate
Development
Enforces a mandatory human code review gate for critical components before integration testing. Automatically triggers on security-sensitive files, high cyclomatic complexity, or large changes. Ensures manual verification of security, code quality, and architecture before proceeding.
Claude Code Expert
Development
Provides comprehensive guidance on using Claude Code, Anthropic's agentic coding tool. Covers setup, slash commands, hooks, plugins, MCP servers, troubleshooting, and best practices. Use when you need help with any aspect of Claude Code, from installation to advanced enterprise features.
Commit Message Generator
Development
Generates commit messages following project conventions after running pre-commit checks (formatting, linting, tests). Helps automate clean, standardized commits.