Find the perfect skill
Deep Codebase Understanding
Development
Explores a codebase deeply to build a mental model: schema, API, function, business logic, architecture. Traces connections, uncovers the 'why', and identifies patterns and risks.
Skill Hardening Audit & Rewrite
Development
Audits and rewrites a single Claude skill file applying three principles: correct visibility flags, deterministic steps, and self-verification. Produces a hardened rewrite with changelog.
Code Review Orchestration Patterns
Development
Orchestrates multi-agent code reviews by fanning out analysis across parallel dimensions (quality, logic, security, performance) then synthesizing prioritized feedback. Helps streamline thorough PR reviews, security audits, and architecture evaluations.
FireCrawl Hello World
Development
Create a minimal FireCrawl API example. Guide to initialize the client and make a first API call.
Skill Development Rules
Development
Guidelines for creating and structuring skills in Claude environment, including SKILL.md format, best practices, and MCP integration.
Crowi 2.0 Feature Development Workflow
Development
Deterministic workflow for new Crowi 2.0 features: spec approval, planning, implementation, simplification, review, and multi-commit. Includes state files and phase agents.
iOS SwiftUI App Scaffold
Development
Scaffolds a complete SwiftUI iOS app with offline-first persistence, push notification plumbing, linting, and CI.
Codebase Architecture Visualization with CodeFlow
Development
Turn any GitHub repo, local folder, PR, or Obsidian vault into an interactive architecture map. Analyze dependencies, blast radius, code health, and security entirely in the browser.
CCXT CLI for crypto exchanges
Development
Use ccxt-cli to query 100+ crypto exchanges from the terminal: fetch tickers, OHLCV, balances, place orders, and more. No code required.
Workflow Orchestration Patterns
Development
Design durable workflows with Temporal, covering workflow vs activity separation, saga patterns, state management, and determinism constraints. Use for long-running distributed systems that require fault-tolerant orchestration.
Checkpoint: Save & Restore Task State
Development
Mid-task rollback points for risky operations; save and restore project state via CLI subcommands.
Apply shadcn/ui Components
Development
Apply shadcn/ui components to React pages and components while integrating the project's custom theme.