Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
code-review
Run `codex review` plus PAL `codereview` (via the `pal-mcporter` skill) against a git base ref, then merge both outputs into one prioritized, actionable review.
majiayu000/claude-skill-registry 163
-
integrity-check-150
Final self-check before delivery. Verify goal alignment, completeness, correctness, and identify residual risks. Produces quality score (0-100) and delivery status. Use when completing any significant work, before handoff, or when you need confidence that work is ready.
majiayu000/claude-skill-registry 163
-
qwen_cli_refactor
Strategic CLI refactoring using Qwen 1.5B for extracting command modules from monolithic main() functions
majiayu000/claude-skill-registry 163
-
moai-foundation-git
Enterprise GitFlow automation, PR policy enforcement, Git 2.47-2.50 features, trunk-based development, comprehensive branching strategies, commit conventions, GitHub CLI 2.83.0 integration
majiayu000/claude-skill-registry 163
-
zustand-state-management
Build type-safe global state in React applications with Zustand. Supports TypeScript, persist middleware, devtools, slices pattern, and Next.js SSR.
Use when setting up React state, migrating from Redux/Context API, implementing localStorage persistence, or troubleshooting Next.js hydration errors, TypeScript inference issues, or infinite render loops.
majiayu000/claude-skill-registry 163
-
question-creator
创建符合 CAC 评测系统规范的标准化测试题目。当用户需要添加新题目、创建测试题、或提到"创建题目"、"新建题目"、"添加题目"、"add question"、"create question"时使用此 Skill。支持代码、数理、逻辑、综合四类题库。
majiayu000/claude-skill-registry 163
-
cloudflare-d1-migrations-and-production-seeding
Use this skill whenever the user wants to design, run, or refine Cloudflare D1 schema management, migrations, and data seeding for dev/staging/production environments, especially in conjunction with Hono/Workers apps.
majiayu000/claude-skill-registry 163
-
github-issue-triage
Analyze GitHub issues for the Nx repository and provide assignment recommendations based on technology stack, team expertise, and priority classification rules.
majiayu000/claude-skill-registry 163
-
refactoring-specialist
Expert refactoring specialist mastering safe code transformation techniques and design pattern application. Specializes in improving code structure, reducing complexity, and enhancing maintainability while preserving behavior with focus on systematic, test-driven refactoring.
majiayu000/claude-skill-registry 163
-
security-ai-keys
Review AI API key leakage patterns and redaction strategies. Use for identifying exposed keys for OpenAI, Anthropic, Gemini, and 10+ other providers. Use proactively when code integrates AI providers or when environment variables/keys are present.
Examples:
- user: "Check for leaked OpenAI keys" → scan for `sk-` patterns and client-side exposure
- user: "Is my Gemini integration secure?" → audit vertex AI config and key redaction
- user: "Review AI provider logging" → ensure secrets are redacted from logs
- user: "Scan for Anthropic secrets" → check for `ant-` keys in code and configs
- user: "Audit Vertex AI integration" → verify proper IAM roles and service account usage
majiayu000/claude-skill-registry 163
-
security-auditor
Continuous security vulnerability scanning for OWASP Top 10, common vulnerabilities, and insecure patterns. Use when reviewing code, before deployments, or on file changes. Scans for SQL injection, XSS, secrets exposure, auth issues. Triggers on file changes, security mentions, deployment prep.
majiayu000/claude-skill-registry 163
-
managing-dev-migrations
Use migrate dev for versioned migrations; db push for rapid prototyping. Use when developing schema changes locally.
majiayu000/claude-skill-registry 163
-
changelog-guide
依照 Keep a Changelog 格式撰写与維護 CHANGELOG.md。
使用时机:建立变更日誌条目、准备發布、记录变更。
关鍵字:changelog, release notes, CHANGELOG.md, keep a changelog, 变更日誌, 發布说明。
majiayu000/claude-skill-registry 163
-
swift-combine
Master Combine framework for reactive programming - publishers, subscribers, operators, schedulers
majiayu000/claude-skill-registry 163
-
intermittent-issue-debugging
Debug issues that occur sporadically and are hard to reproduce. Use monitoring and systematic investigation to identify root causes of flaky behavior.
majiayu000/claude-skill-registry 163
-
xcode-build
Build and run iOS/macOS apps using xcodebuild and xcrun simctl directly. Use when building Xcode projects, running iOS simulators, managing devices, compiling Swift code, running UI tests, or automating iOS app interactions. Replaces XcodeBuildMCP with native CLI tools.
majiayu000/claude-skill-registry 163
-
fetch-team-context
Fetch Semicolon team standards from docs wiki. Use when (1) providing workflow or process advice, (2) recommending DevOps strategies, (3) referencing team conventions for decision-making, (4) checking team standards compliance.
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
-
monitor-workloads
Monitor workload definitions, distribution, and TASM statistics using real-time resources to understand classification effectiveness and workload performance
majiayu000/claude-skill-registry 163
-
agent-builder-vercel-sdk
Build conversational AI agents using Vercel AI SDK + OpenRouter. Use when creating Next.js frontends with streaming UI, tool calling, and multi-provider support.
majiayu000/claude-skill-registry 163
-
environment-bootstrap
Use for development environment setup - create and maintain init scripts, run smoke tests, ensure consistent environment across sessions
majiayu000/claude-skill-registry 163
-
remote-work
Execute amplihack work on remote Azure VMs with automatic region and resource selection
majiayu000/claude-skill-registry 163
-
Wheels Anti-Pattern Detector
Automatically detect and prevent common Wheels framework errors before code is generated. This skill activates during ANY Wheels code generation (models, controllers, views, migrations) to validate patterns and prevent known issues. Scans for mixed arguments, query/array confusion, non-existent helpers, and database-specific SQL.
majiayu000/claude-skill-registry 163
-
gene-database
Query NCBI Gene via E-utilities/Datasets API. Search by symbol/ID, retrieve gene info (RefSeqs, GO, locations, phenotypes), batch lookups, for gene annotation and functional analysis.
majiayu000/claude-skill-registry 163