Find the perfect skill
Smart Git Commit
Development
Create well-structured Git commits with conventional commit format. Automatically analyzes staged or unstaged changes and generates commit messages with type, scope, body, and signed-off-by. Helps maintain DCO compliance by requiring signed-off-by.
Prototype
Development
Build throwaway prototypes to answer design questions: validate logic/state models or explore UI variants quickly.
Skrift Form System
Development
Skrift form system with Pydantic validation, CSRF protection, template rendering, and hook integration.
ADK Bidi-streaming Expert
Development
Expert in ADK Bidi-streaming covering architecture, implementation patterns, and production best practices.
Release FUNSTACK Router Package
Development
Automates the GitHub release process for the `@funstack/router` package. Reads the package.json, updates the version, generates release notes from the git log, and creates the release using the `gh` CLI. Helps when you need to release a new version with structured release notes.
Add Skill
Development
Adds a skill to the knowledge base using the POST /api/v1/skills endpoint. Accepts four input formats: a skill dictionary, an MCP tool definition (auto-converted), a Markdown string with YAML frontmatter, or a file/directory path.
High-quality Git commits
Development
Analyzes changes, runs relevant agents, and groups changes into logical commits to produce high-quality git commits.
ITOps Agent Platform Developer Assistant
Development
A development assistant for building an enterprise-level IT Ops multi-agent automation platform, covering frontend, backend, Docker deployment, CI/CD, and database migrations.
PostgreSQL Database Queries
Development
Query and debug the GOAT PostgreSQL database via Docker, including schemas, key tables, and relationships.
Orchestration Tools Reference
Development
Comprehensive reference for orchestration tools including AskUserQuestion, agent types, and task management. Helps structure complex work by breaking down requests, asking rich questions, and coordinating subagents effectively.
Legacy System Modernization via Strangler Pattern
Development
Orchestrates legacy system modernization using the strangler fig pattern with gradual component replacement. Use when the user asks to run the `legacy-modernize` workflow and the task requires multi-step orchestration. Do not use for small, single-step tasks.
API Design Principles
Development
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers.