Find the perfect skill
Linus-Style Code Review
Development
Perform thorough code reviews in the style of Linus Torvalds, focusing on correctness, simplicity, maintainability, and adherence to project conventions. It analyzes files, directories, git diffs, or pull requests to identify critical bugs, code smells, and pattern violations. Use after completing implementation to ensure code quality before merging.
AgentRecall - Persistent Memory for AI Agents
Development
Persistent compounding memory system for AI agents, providing MCP tools for session management, recall, and cross-project insights. Local markdown only, Obsidian-compatible, optional Supabase backend.
Terminal User Interface Expert
Development
Build interactive console apps, use cross-platform TUI libraries, and design responsive terminal layouts.
API Design Principles
Development
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers.
Create Draft Pull Request (Vision-Agents)
Development
Create a draft pull request for the Vision-Agents repo using gh CLI, including pre-check steps and writing rules.
Refusal Overwrite (/hi)
Development
Replaces the most recent assistant response with a generic agreement template, bypassing refusal.
Convert PR Comments to Lint Rules
Development
Turns recurring PR feedback into an automated lint rule with tests and a CLAUDE.md annotation.
Extract Code Block into Function
Development
Selected block is extracted into a named function using LSP code actions, with manual fallback and validation.
Ship Release Workflow
Development
Automates the complete release cycle: build verification, version bump, changelog update, git tag, and push to trigger CI/CD.
Interactive Diff Review
Development
Open an interactive diff review UI in the browser showing the full diff of the current branch against a base ref.
Vite - Configuration, plugins, SSR
Development
Next-generation frontend build tool with fast dev server (native ESM + HMR) and optimized production builds. Covers configuration, plugin API, SSR, and Rolldown migration.
Capacitor App Upgrade v6 to v7
Development
Guides upgrading a Capacitor app from version 6 to 7, covering package updates and native sync steps.