Find the perfect skill
REST API Design and Implementation
Development
Provides guidance on REST API design principles (resource naming, HTTP methods, status codes) and implementation using FastAPI, including authentication with JWT. Useful when building or documenting API endpoints for web services.
Create an Agent Skill
Development
Guide to create a structured capability that coding agents can discover and use. Includes directory structure and design principles.
Automated PR Review
Development
Runs comprehensive automated checks on pull requests for Continuum, including emotional tone compliance, breaking changes detection, security scans, migration safety, and type safety. Helps ensure code quality and compassionate language, especially critical for a death planning application.
Combined Code and Obsidian Vault Search
Development
Search the codebase and Obsidian vault together to answer how something works, where it is implemented, and related notes.
Create PR Workflow
Development
Steps to create a pull request: branch, build, tests, conventional commit, push, and PR creation.
Web to EPUB Converter
Development
Converts online book sites (one chapter per page) to EPUB ebooks with table of contents. Just provide the URL.
Safe GSD Undo
Development
Safely revert GSD phase or plan commits with dependency checks and a confirmation gate before execution.
Web Form Fill
Development
Comprehensive workflow for filling web forms from information collection to browser input, ensuring correct writes, saving before page switches, and user-confirmed submission.
Angular Conventions, Patterns, and Testing
Development
Angular frontend conventions, patterns, and test infrastructure. Use for components, services, RxJS, Angular CLI, Jasmine, Component Harnesses, and HttpTestingController.
Git Merge Mastery
Development
Prevent and resolve common Git merge issues, including conflicts and GitHub Pages cache, with a step-by-step safe merge protocol.
Scaffold a new MBG skill
Development
Scaffold a new canonical MBG skill under .ai/skills using the project authoring standard, then resync all platform adapters.
Query AI Agent
Development
Queries another AI agent (Claude, Codex) non-interactively and returns its response. Useful for getting a second opinion or a different perspective on a problem, executing the request synchronously via a command.