Find the perfect skill
Interactive GitHub Sync Setup
Development
Guides through an interactive setup of GitHub sync for Claude Code. Checks prerequisites (gh CLI, authentication), creates a private GitHub repository if needed, and initializes a git repository in ~/.claude with the appropriate configuration files. Helps when you want to sync Claude settings across machines.
PR Description Generator
Development
Generates thorough pull request descriptions by analyzing git diffs, commit history, and related files. Helps when creating or updating PRs, especially to produce reviewer-friendly summaries, change lists, and testing notes.
Show Code Review Results
Development
Displays code review results for a specific commit or job ID. Use it to check the verdict, findings, and questions from a previous review without triggering a new analysis. It also shows recent review jobs and the prompt sent to the reviewer.
GitHub PR Context
Development
Retrieves comprehensive context about GitHub Pull Requests including metadata, file changes, and code diffs. This helps understand PR scope and changes before reviewing, plan subagent task delegation based on changed files, and check merge readiness such as merge conflicts and CI state.
Remember - Store Decisions and Patterns
Development
Stores decisions, patterns, and context into a knowledge graph using natural language. Use it to save important development choices, best practices, or anti-patterns so they persist across sessions—automatically extracts entities and relationships from the text.
Code Linting and Auto-fix
Development
Lint and auto-fix JavaScript, CSS, and PHP files to enforce coding standards (ESLint, Stylelint, WPCS). Run before committing to ensure code quality and compliance.
Add Linter Rule to attgo-linter
Development
Guides the creation and integration of new linter rules into attgo-linter. It covers gathering rule specifications, generating analyzer packages, registering the rule in plugin and config files, and updating documentation. Useful for contributors extending the linter's capabilities.
Z.AI CLI - Multimodal Analysis & Search
Development
CLI tool for multimodal analysis (vision, OCR, UI-to-code, error diagnosis), real-time web search with domain/recency filters, web page to markdown extraction, and GitHub code search/reading. Helps with visual content analysis, web research, and codebase exploration.
BookStore Cheat Sheet
Development
Quick reference for BookStore code conventions and patterns. Use it to quickly look up standard practices for generating UUIDv7 IDs, UTC timestamps, event naming, logging with LoggerMessage, caching with HybridCache, and multi-tenancy. Not intended for step-by-step workflows – those are covered by dedicated scaffold skills.
Performance Auditor
Development
Audits code and application performance using Lighthouse, bundle analysis, and Core Web Vitals to pinpoint bottlenecks and recommend optimizations. Use after implementation, before a release, or when users report slowness or request performance improvements.
CoreWeave Development Environment Setup
Development
Sets up the CoreWeave development environment and manages local CKS clusters. Use it to install tools like kubectl, helm, and kind, or to start/stop a local Kubernetes cluster. Helps new engineers quickly prepare their workstation.
Qoder Agent (Print Mode)
Development
Delegate coding tasks to the Qoder CLI in non-interactive Print mode. Use this for building new features, code reviews, refactoring, or iterative coding that requires file exploration. It supports subagents, worktrees, and MCP servers, but is not intended for simple one-line fixes or reading code.