Find the perfect skill
Dashboard Requirements Specification
Business & Administration
Clearly defines dashboard requirements by specifying the questions to answer, metrics, visualizations, filters, and data sources. Helps align data teams with decision-making needs and avoid vanity metrics.
Discovery-First Development Workflow
Development
This skill implements a discovery-first development workflow: before creating worktrees for non-trivial features, it asks clarifying questions, proposes approaches with trade-offs, incrementally validates the design, and generates an executable implementation plan with verification commands. Use it when requirements are unclear, the task touches multiple files, or significant refactoring is needed.
AI Meeting Notes - Action Items
Data & AI
Transform messy meeting notes into clear action items, decisions, and follow-ups. Never lose track of what was discussed and what needs to happen next.
Claude Plugin Builder
Development
Build and manage Claude Code plugins and marketplaces. Covers plugin directory structure, configuration files (marketplace.json, plugin.json, .mcp.json, .lsp.json), and key rules for naming and portability. Use this skill when creating new plugins, adding to marketplaces, or debugging plugin configuration.
GTPlanner - AI PRD and Architecture Generator
Documentation
AI-powered project planning tool that converts user requirements into professional PRD, architecture plans, and tech stack recommendations. Supports 5 languages with configurable workflows.
New Product Generator
Development
Generates all required data for creating a new product in an admin dashboard or product catalog. It asks the user for the product name, type, and brief description, then automatically produces a slug, compelling marketing descriptions, and pricing tiers. Helpful for speeding up product launches by eliminating manual content creation.
Gmail Auto-Reply
Productivity
Automatically replies to unread support emails in Gmail with a standard acknowledgment message. It searches for unread emails from support, reads each one, and sends a predefined response. Best suited for quickly acknowledging inbound support tickets before a detailed follow-up.
Claude Adapter
DevOps
Generates a Claude Agent Skill (SKILL.md) for n8n-architect, containing instructions for using the n8n CLI and workflow creation. Built from shared context in packages/skills, it helps Claude Code assist with n8n workflow development and troubleshooting.
CLAUDE.md Authoring
Development
Methodology for editing CLAUDE.md to keep it concise, high-signal, and structurally sound. Helps maintain a minimal yet effective configuration file by enforcing line count and relevance targets, and by moving reference material to docs/.
Specification Document Reviewer
Documentation
Reviews specification documents (architecture, ADRs, BDDs, API specs) and developer docs (docs-site) for compliance with project guidelines. It detects ambiguous expressions like 'high speed' or 'low latency' that lack numeric thresholds, flags missing required sections, and checks for broken links or missing note banners. Use this skill to enforce documentation quality and consistency across a project.
Spawn Search Agents
Development
Guide to using search agents for information gathering: codebase exploration, references, and web search.
Codemap Generator
Documentation
Automatically generates navigational codebase maps (CODEMAP.md) by analyzing project structure, detecting technologies, and creating annotated directory trees, architecture diagrams, and key file references. Helps developers onboard to new projects, understand repo layout, or create architecture documentation by producing an auto-updatable map that separates auto-generated navigation from hand-written design decisions.