Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
django-setup
Initialize Django projects for HTTPS development with virtual environments and mkcert SSL certificates
majiayu000/claude-skill-registry 163
-
corgi
Use this skill when working with any UI code
majiayu000/claude-skill-registry 163
-
openrouter-streaming-setup
Implement streaming responses with OpenRouter. Use when building real-time chat interfaces or reducing time-to-first-token. Trigger with phrases like 'openrouter streaming', 'openrouter sse', 'stream response', 'real-time openrouter'.
majiayu000/claude-skill-registry 163
-
enact/hello-rust
A simple Rust greeting tool
majiayu000/claude-skill-registry 163
-
git-worktree-workflow
Manage parallel development with git worktree for isolated story branches, conflict prevention, and efficient merge coordination
majiayu000/claude-skill-registry 163
-
PR Review Integration
Review pull requests by integrating GitHub operations with Linear issue tracking. Use when: (1) Validating PR changes against Linear issue requirements, (2) Checking if PR addresses all acceptance criteria from Linear issues, (3) Creating comprehensive PR reviews that link code changes to project requirements, (4) Identifying gaps between PR changes and issue requirements, or (5) Posting review findings to both GitHub PRs and Linear issues. Combines GitHub CLI operations with Linear MCP functions for end-to-end PR review workflows.
majiayu000/claude-skill-registry 163
-
pycharm-refs
This skill should be used when agents need to provide clickable code references to users in reports, investigations, or bug findings. It ensures file references use the simple path:line_number format that Claude Code automatically converts to clickable links. Do not use for general documentation or conceptual explanations.
majiayu000/claude-skill-registry 163
-
reward-ops
Use to run day-to-day loyalty reward catalog management and fulfillment.
majiayu000/claude-skill-registry 163
-
terminal
Execute shell commands in persistent, stateful VT100 terminal sessions. WHEN: User needs to "run a command", "execute shell", "build project", "run tests", "deploy", system administration. WHEN NOT: Simple file operations (use fs_* tools), reading known files (use fs_read_file).
majiayu000/claude-skill-registry 163
-
claude-code-bash-patterns
Comprehensive knowledge for using the Bash tool in Claude Code effectively. This skill
should be used when orchestrating CLI tools, configuring hooks, setting up automation
workflows, managing git operations, handling multi-command patterns, or encountering
Bash tool errors.
Covers: PreToolUse hooks, command chaining patterns, git workflow automation, CLI tool
integration, custom commands (.claude/commands/), security configurations, allowlisting,
session persistence, output handling, error prevention, and troubleshooting common issues.
Use when: setting up Claude Code hooks, configuring bash permissions, creating custom
commands, automating git workflows, orchestrating multiple CLI tools, debugging bash
command failures, implementing security guards, logging command execution, or preventing
dangerous operations.
majiayu000/claude-skill-registry 163
-
CSS Standards
Write consistent, maintainable CSS following the project's methodology (Tailwind, BEM, utility classes, CSS modules) with design system adherence and performance optimization. Use this skill when writing or modifying styles, CSS files, utility classes, CSS-in-JS, styled components, or any styling code. Apply when working with .css, .scss, .module.css files, Tailwind utility classes, styled-components, CSS modules, design tokens (colors, spacing, typography), framework-specific styling approaches, optimizing CSS for production, implementing CSS purging or tree-shaking, or avoiding style overrides. Use for any task involving visual styling, layout styling, design system implementation, or CSS organization.
majiayu000/claude-skill-registry 163
-
yaml-master
PROACTIVE YAML INTELLIGENCE: Automatically activates when working with YAML files, configuration management,
CI/CD pipelines, Kubernetes manifests, Docker Compose, or any YAML-based workflows. Provides intelligent
validation, schema inference, linting, format conversion (JSON/TOML/XML), and structural transformations
with deep understanding of YAML specifications and common anti-patterns.
majiayu000/claude-skill-registry 163
-
vercel-react-best-practices
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
majiayu000/claude-skill-registry 163
-
test-factory-patterns
This skill provides guidance for writing test factories in the Packmind codebase. It should be used when creating or updating factory functions in `**/test/*Factory.ts` files to ensure realistic test data with variety.
majiayu000/claude-skill-registry 163
-
chartjs-plugins
This skill should be used when the user asks "Chart.js plugins", "custom Chart.js plugin", "Chart.js plugin hooks", "beforeDraw plugin", "afterDraw plugin", "Chart.js plugin API", "register Chart.js plugin", "Chart.js plugin options", "Chart.js plugin lifecycle", "Chart.js plugin TypeScript", or needs help creating custom plugins for Chart.js v4.5.1.
majiayu000/claude-skill-registry 163
-
triage-issue
Intelligently triage bug reports and error messages by searching for duplicates in Jira and offering to create new issues or add comments to existing ones. When Claude needs to: (1) Triage a bug report or error message, (2) Check if an issue is a duplicate, (3) Find similar past issues, (4) Create a new bug ticket with proper context, or (5) Add information to an existing ticket. Searches Jira for similar issues, identifies duplicates, checks fix history, and helps create well-structured bug reports.
majiayu000/claude-skill-registry 163
-
chrome-devtools-cli-usage
Complete guide for Chrome DevTools CLI - browser automation, debugging, performance analysis, network inspection. Use when automating Chrome, taking screenshots, analyzing performance, monitoring network/console, device emulation, or user mentions chrome-devtools, browser automation, puppeteer, debugging, performance testing, screenshot, network monitoring, console monitoring, or 크롬 개발자도구, 브라우저 자동화, 디버깅, 성능 분석.
majiayu000/claude-skill-registry 163
-
continental-critical
Master Continental philosophy and Critical Theory. Use for: post-structuralism, deconstruction, Frankfurt School, hermeneutics, psychoanalysis. Triggers: 'Foucault', 'power/knowledge', 'deconstruction', 'Derrida', 'différance', 'critical theory', 'Frankfurt School', 'Adorno', 'Habermas', 'genealogy', 'discourse', 'Lacan', 'Deleuze', 'rhizome', 'biopolitics', 'ideology', 'alienation', 'reification', 'hermeneutics', 'Gadamer', 'post-structuralism', 'logocentrism'.
majiayu000/claude-skill-registry 163
-
typescript-reviewer
WHEN: TypeScript code review, type safety audit, tsconfig analysis, TS migration review
WHAT: Type safety checks + any usage audit + generic patterns + strict mode + compiler options analysis
WHEN NOT: React specific → nextjs-reviewer, Node.js backend → nodejs-reviewer, General code → code-reviewer
majiayu000/claude-skill-registry 163
-
concurrency-patterns
Implement thread-safe code, mutexes, semaphores, async/await patterns, and concurrent data structures. Use when handling parallel operations, race conditions, or building high-performance concurrent systems.
majiayu000/claude-skill-registry 163
-
maestro-delegation-advisor
Expert system for AgentMaestro that helps decide when and how to delegate tasks to specialized AI agents (Claude, Codex, Gemini). Use when you need to determine which agent is best suited for a task, or when a task should be broken down and delegated to multiple agents.
majiayu000/claude-skill-registry 163
-
harness-writing
Techniques for writing effective fuzzing harnesses across languages. Use when creating new fuzz targets or improving existing harness code.
majiayu000/claude-skill-registry 163
-
aip
Google API Improvement Proposals (AIP) reference. Use BEFORE designing or reviewing APIs, protobuf definitions, or any work involving Google API design standards. Fetches relevant AIP rules from https://google.aip.dev for the task at hand.
majiayu000/claude-skill-registry 163
-
threat-hunter
Activate when the user needs help conducting proactive threat hunting, investigating suspicious activity, or building hypothesis-driven hunts in LimaCharlie.
majiayu000/claude-skill-registry 163