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.
Database Schema Design & Migrations
Development
Design and manage relational database schemas including table creation, migrations, and schema design. Helps create consistent table structures with proper keys and constraints. Manages schema changes through forward and backward migrations. Suitable for database modeling and maintenance tasks.
Server Deployment Management with Ops CLI
Development
The `bun ops` CLI manages server deployments, database operations, and CLI builds for the Scratch monorepo. It provides commands to set up, deploy, test instances (prod, staging, dev), run migrations, and manage configuration secrets.
Animation & Motion Design
Development
Create smooth animations and micro-interactions with Framer Motion and CSS. This skill covers enter/exit animations, gesture responses, scroll-driven effects, and performance-optimized transitions. Use it for polished UIs, interactive elements, and engaging user experiences.
Claude Skill Creator
Development
Create or update Claude skills optimized for Skillmark benchmarks. Guides the full creation workflow from planning to validation, including benchmark optimization for accuracy and security scores. Use when building new skills or improving existing ones for Skillmark evaluation.
SSH Setup
Development
Automates the process of setting up SSH key-based authentication on a remote server. It checks for an existing local SSH key pair, generates one if needed, and copies the public key to the remote host. Use this skill to enable password-less login to a remote server.
Design Craft: Creating Delightful User Experiences
Development
Focuses on the emotional and aesthetic details that transform functional apps into delightful experiences. Covers empty state patterns that welcome users, loading states that reduce perceived wait time, and micro-interactions that provide polished feedback. Helps developers bridge the gap between visually polished interfaces and truly loved products.
Automated Testing Agent
Testing
Generates and runs unit and integration tests by analyzing code structure. Leverages Context7 KB cache for test framework documentation (pytest, unittest, Jest) and aims for 80%+ coverage. Helps automate test creation while following project patterns and best practices.
Git Workflow
Development
Provides guidelines for commit messages, branch naming, and pull requests following industry conventions. Helps structure Git workflows with templates and ready-to-use commands.
Structured debugging with session persistence
Development
Structured debugging workflow that uses subagents for isolated investigation, preventing context pollution. It persists sessions, gathers symptoms systematically, and manages checkpoints to resume long debugging sessions efficiently. Helps when debugging complex issues that require deep, iterative exploration without losing progress.
Email to Calendar - Event Extractor
Communication & Writing
Extract calendar events from emails and create them automatically. Never miss a meeting or deadline mentioned in your inbox again.
Quality & Debugging
Testing
Provides a structured debugging workflow (reproduce, isolate, identify root cause, fix minimally, verify) and testing guidance (TDD, test priority, verification commands). Helps developers systematically fix bugs and ensure code quality before marking tasks as done.