Find the perfect skill
Python Functional Code Reviewer
Development
This skill reviews Python codebases with a focus on functional programming, avoiding for-loops, and promoting clean, composable code. It enforces code quality via ruff and validates environment hygiene with uv. Useful for ensuring modern, maintainable Python code.
OpenSpec Explore Mode
Development
Enter explore mode to think through ideas, investigate problems, and clarify requirements without implementing code. Use this skill when you need a thinking partner to visualize concepts, map architecture, compare options, and surface risks using open-ended conversation and ASCII diagrams.
Skill Validation
Development
Validates and reviews AI coding skills against the Agent Skills specification. It checks YAML frontmatter, naming conventions, description quality, file structure, and best practices, providing actionable improvement suggestions with before/after examples. Use when validating skills, reviewing skill quality before commit, or when flags like --validate-skill are mentioned.
AI Project Setup & Security
Development
Analyzes a project's tech stack, installs relevant AI skills from skills.sh, generates custom skills, and configures MCP servers. Automatically scans all external skills for prompt injection vulnerabilities before use. Best used when starting a new project or asking for AI setup assistance.
Maintenance Workflow
Development
Provides a structured maintenance workflow for repository stewardship, covering triage, analysis, and execution. Treats external PRs as intelligence sources rather than merge candidates, implementing fixes yourself. Helps when uncertain about next steps or needing exact stage outputs and approval points.
Hono Documentation Search
Development
Use the hono CLI to search and view Hono framework documentation. This skill helps when planning or building with Hono by providing quick access to reference docs via commands like `hono search` and `hono docs`.
Destination Implementation Generator
Development
Generates complete Segment action-destination code from analysis documents (OpenAPI or web-based) and user-selected actions. Reads an analysis markdown file, extracts API details, authentication, and action specifications, then creates the full destination directory structure with TypeScript files. Helpful when building Segment destinations by automating boilerplate code generation from API analysis.
C Systems Development - Clean Architecture
Development
Expert in procedural Clean Architecture for C. Enforces memory safety, strict ownership rules, and buffer-safe functions. Uses opaque pointers and header encapsulation for modular design. Helps when writing maintainable, safe systems-level C code.
TinyDB Database Management for JSON Storage
Development
Configure and operate TinyDB for JSON-based document storage. The skill covers setup, CRUD operations, ID generation, and query patterns. It helps when building applications that need lightweight JSON persistence with search capabilities.
React Component Library Builder
Development
Build reusable React component libraries with Storybook, proper theming, accessibility, and npm packaging.
Python Database Patterns
Development
Master SQLAlchemy 2.0 and database best practices in Python. Covers ORM models, async queries, relationships, and advanced patterns.
OA Agent Task Delegation
Development
Decides when to delegate coding tasks to separate OA agents based on task scope and complexity. Helps manage multi-file changes, parallel research, batch operations, and sequential workflows by spawning agents flat from the orchestrator with a structured delegation plan.