Find the perfect skill
Add Agent Property
Development
Adds a new property to the AI agents database by updating JSON files, table display, React hooks, and GitHub issue templates. Use this when you want to introduce a custom column or field to track across all agents in the comparison matrix.
Printing Press CLI for Golden Coverage
Development
CLI tool for golden generation coverage. Automates creation of golden tests.
Channel Information
Development
Retrieves available messaging channels (WhatsApp, SMS, RCS, etc.) and their capabilities using the Sinch Conversation API. Use this skill to determine which channels can reach a contact or what channel configurations an app supports. It queries MCP tools first, falling back to the API endpoints.
Nx Workspace Commands & Guidelines
Development
Guidelines for using Nx commands, generators, and MCP tools in an Nx workspace. Covers task execution, project graph, and plugin usage.
System Calls & File I/O in Rust
Development
Guide to using bun_sys for system calls and file I/O in Rust, with rich error handling and cross-platform 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.
Prepare Proof
Development
Turn settled intent into the cheapest discriminating executable proof before implementation.
PR Creation
Development
Must be used before creating any PR, pushing a branch for review, or running `gh pr create`. Covers changelog entries, branch naming, PHPCS/PHPUnit checks, and reviewer assignment.
Local Spec Status
Development
Displays local specs progress (.mjun/specs) without writing, based on files and git/GitHub state.
Flow Type Checking
Development
Run Flow type checking and report errors in React code, with support for multiple renderers.
React Composition Patterns
Development
React composition patterns for building flexible, maintainable components. Avoid boolean prop proliferation with compound components, state lifting, and internal composition.
Datagrok UI Building Guidelines
Development
Guidelines for building Datagrok TypeScript UI components, viewers, dialogs, and layouts with performance best practices.