Find the perfect skill
Housekeeper
Development
It monitors development tool versions, checks for available updates for Oh My Opencode, and provides clear upgrade instructions. Useful for version check, update, or tool maintenance queries.
Enterprise NestJS Backend Development
Development
Expert in implementing enterprise NestJS applications with Clean Architecture, strict TypeScript, and event-driven design. Uses Yarn for package management and integrates PostgreSQL, MongoDB, and Redis for storage. Helps when building production-ready backend systems with robust error handling and multi-database support.
PRD Generator
Development
Generate structured Product Requirements Documents (PRDs) for new features. It asks clarifying questions to define scope, then produces a detailed markdown document with goals, user stories, and acceptance criteria. Use it when planning a feature or when asked to create a PRD.
Claude Skill Creator
Development
Create, modify, and manage skills for Claude Code following best practices. Includes guidance on frontmatter, description writing, and file organization. Use when building new skills or updating existing ones to extend Claude's capabilities.
Database Reset & Seed
Development
This skill resets a database to a clean state and optionally seeds it with test data. It supports MongoDB and PostgreSQL projects, performing backup, drop, migration, and seeding steps. Use it when you need a fresh database for development or testing after running migrations.
OpenRouter and Grok Models Research
Development
Research current OpenRouter API specifications and Grok model availability for SFUMATO. Focuses on the vision capability needed for the judge service to analyze generated images, and covers error handling, retry strategies, and integration patterns for the openrouter_tool.py implementation.
Flask API Development
Development
Provides patterns for building Flask APIs with modular blueprints, SQLAlchemy ORM, JWT authentication, and structured error handling. Useful for developing RESTful APIs, microservices, or lightweight web services where a full framework like Django would be too heavy.
Go Error Diagnosis and Fixing
Development
This skill diagnoses and fixes Go errors by analyzing error messages, identifying the cause, applying fixes, and verifying with build/test/lint commands. It helps when encountering compilation, runtime, or lint errors during Go development.
Landing Page Generator
Content
Generate complete, high-converting landing pages from a product or service brief. Use when building landing pages, sales pages, or marketing pages for clients. Outputs production-ready HTML/CSS that is mobile-responsive and optimized for conversions.
Project Management Tool Configuration
Development
Configures the project management tool by guiding selection from supported options, applying the implementation guide, updating way-of-working adoption, and recording the decision. Detects existing configuration and supports reconfiguration.
Turborepo Build Error Resolution Expert
DevOps
Diagnoses and resolves Turborepo, TypeScript, Vite and pnpm build errors. Provides step-by-step solutions using common error patterns.
Typed Documentation Forms System
Documentation
Add typed comments, documentation, todos, and metadata to Scheme code using `(doc ...)` forms. Doc annotations are authoritative for type inference, extracted by search commands (lf-todo, lf-types), and integrated with the type checker and LSP. Useful for annotating functions, marking deprecations, or tracking localized improvements alongside the code.