Find the perfect skill
Apollo Caching Strategies
Development
Implement Apollo caching strategies including cache policies, optimistic UI, cache updates, and normalization.
Prisma ORM CLI Reference
Development
Reference for Prisma ORM CLI commands covering init, generate, migrate, db operations, and development tooling for database workflows.
Morph Apply: Fast File Editing
Development
Fast file editing using the Morph Apply API. Edit files without reading them first, achieving 10,500 tokens/sec with 98% accuracy.
EasyPlatform Backend Development .NET
Development
Complete backend development guide for .NET 9 microservices using CQRS patterns, entities, validation, migrations, and message bus for Easy.Platform.
Create a draft PR for Meshtastic-Android
Development
Push the current branch and open a draft PR following the repo's SOP: verify baseline, draft body per guidelines, embed screenshots via commit-pinned URLs.
Stop Android App
Development
Cleanly terminates an Android app on a connected device using 'adb shell am force-stop'. Use this skill for debugging, testing, or cleanup before deploying a new version. It preserves app data and can be safely called even if the app is not running.
Preview Data Generator
Development
Generates sample data and a #Preview matrix for SwiftUI views with variants (empty/loading/error/loaded states, light/dark, Dynamic Type, RTL, devices).
Code Task Brief
Development
Produce a self-contained task brief for a coding routine, specifying the change, context, affected files, acceptance criteria, and scope.
Git CLI Agentic Patterns
Development
Provides optimized Git commands with porcelain output for AI agent workflows. Ensures machine-readable, stable output across versions and configurations using flags like --porcelain, --numstat, and custom --format. Best for agents automating version control tasks that require deterministic parsing.
Do Workflow
Development
Automate the full lifecycle of a task: research, implement, create PR, pass CI, and ship. Supports arguments like --review, --no-git, --minimal.
Claude Code Starter
Development
Analyzes a project's tech stack (languages, frameworks, tools) to generate a complete set of Claude Code configuration files in the .claude/ directory, including CLAUDE.md, skills, agents, rules, and commands. Works for both new projects (prompting for details) and existing codebases (by detecting setup from files like package.json). Use this when initially configuring Claude Code for a repository to ensure best practices and consistency.
Run Tasks
Development
Orchestrate task execution via beads and sub-agents with optional TDD workflow. Monitors completion, handles failures, and updates status.