Find the perfect skill
Complete Project Validation
Development
Runs the complete quality validation suite for Topographic Studio projects: linting with Biome, TypeScript type checking, all tests, and build. Checks are executed sequentially, stopping at the first failure with detailed error reporting. Use before committing, creating pull requests, or publishing packages.
seQura WooCommerce Plugin Version Bump
Development
Bump the seQura WooCommerce plugin version across sequra.php and readme.txt, keeping them in sync and adding a changelog entry.
Supabase Performance Tuning
Development
Optimize Supabase API performance with caching, batching, and connection pooling to reduce latency.
Review Uncommitted Changes
Development
Reviews uncommitted working changes using 'git diffall' to identify logic errors, unwanted behavior, and bugs. Does not summarize changes but focuses on actual or potential issues, including significant omissions.
Project Documentation Lookup
Development
Find project context in the docs/ folder: status, runbooks, architecture, strategies, and more. Use when you need operational details or the user asks to check the docs.
Tech-Debt Audit
Development
Audit accumulated technical debt: stale markers, dead code, duplication, magic numbers, stub impls, doc rot, oversized files. Provides discovery recipes and triage rules across 9 dimensions.
manus-talk-to-my-lawyer Development Patterns
Development
Teaches development patterns for manus-talk-to-my-lawyer, a TypeScript/Vite legal technology platform. Covers phase-based workflows, comprehensive testing, Drizzle database migrations, Stripe payment integration, and email notifications via tRPC. Helps when building multi-role full-stack applications with checkpoint commits and automated schema management.
Create an Agent Skill
Development
Guide for creating agent skills with SKILL.md format, directory structure, and design principles for coding agents.
Legacy Modernization with Strangler Fig
Development
Orchestrate comprehensive legacy system modernization using the strangler fig pattern, enabling gradual replacement of outdated components while maintaining continuous business operations.
Task Publication Readiness Review
Development
Review task publication readiness through semantic dimensions, metadata-only revision, and typed exits, ensuring objective checks before public invocation.
Resolving Git Merge Conflicts
Development
Systematically resolve in-progress git merge/rebase conflicts by preserving intents, analyzing sources, and running automated checks.
API Design Principles
Development
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers.