Find the perfect skill
GraphQL Schema Generator
Development
Generate GraphQL schemas, resolvers, and type definitions. Use when designing GraphQL APIs or documenting GraphQL schemas.
App Mockup Generator
Development
Creates a static HTML mockup of an app screen based on a design system, using exact tokens and components with realistic content.
Update Pull Request
Development
Update an existing PR with new commits, sync with the base branch, refresh the description, and resolve conflicts.
GWT Git Worktree Management
Development
Manage Git worktrees with the gwt command-line tool for efficient branch-based workflows. Worktrees allow you to work on multiple branches simultaneously without stashing changes. gwt automates creation, switching, listing, and cleanup of worktrees, especially useful when context-switching between tasks or cleaning up after merging pull requests.
Create Pull Request
Development
Push branch and create a PR with concise description and labels.
AXEL Skill Definition File Structure
Development
Technical reference for defining AXEL skills: role, capabilities, templates, workflows, and triggers.
Mobile Page Scaffolder
Development
Scaffold a new mobile page/screen using the StyleSeed layout patterns. Verifies golden rules for spacing, colors, and touch targets.
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.