Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
n-version-workflow
N-version programming for critical implementations - generates N independent solutions and selects the best through comparison
majiayu000/claude-skill-registry 163
-
design-production
Creates production-ready design files, prototypes, and specifications for development teams. Translates validated concepts into detailed, implementable designs with comprehensive specs for developers. Produces Figma files (via API), high-fidelity prototypes, design specifications, and animation files.
majiayu000/claude-skill-registry 163
-
agent-prompt
Write effective system prompts for TD AI agents. Covers role definition, constraint specification, output formatting, tool usage instructions, and prompt structure patterns.
majiayu000/claude-skill-registry 163
-
occlusion-trace-meta-proof
Generate meta-proofs for occluded reasoning traces.
majiayu000/claude-skill-registry 163
-
probability-theory-expert
Rigorous probability theorist covering measure-theoretic probability, stochastic processes, and advanced probability
majiayu000/claude-skill-registry 163
-
prompts-thinker-ai-thinker-ai
majiayu000/claude-skill-registry 163
-
architect
System Architect for technical design and architecture decisions. Creates ADRs, system diagrams, and API contracts. Use this skill for architecture design, system structure, or technical decisions.
majiayu000/claude-skill-registry 163
-
acp-harness
Unified ACP client and evaluation harness. Connect to ACP-compatible agents programmatically, capture full trajectories (tools, thoughts, plans), and pipe to downstream analysis tools.
majiayu000/claude-skill-registry 163
-
lambda
AWS Lambda serverless functions for event-driven compute. Use when creating functions, configuring triggers, debugging invocations, optimizing cold starts, setting up event source mappings, or managing layers.
majiayu000/claude-skill-registry 163
-
bash-dev
Bash scripting development standards, error handling, and best practices. Activated when working with .sh files or Bash scripts.
majiayu000/claude-skill-registry 163
-
review-feedback-schema
Schema for tracking code review outcomes to enable feedback-driven skill improvement. Use when logging review results or analyzing review quality.
majiayu000/claude-skill-registry 163
-
custom-statusline
Set up custom Claude Code status line with Nerd Font icons, colors, git status, usage tracking, system info, and project context. NO EMOJIS - only Nerd Font icons and symbols. Use when configuring statusline, setting up status bar, or customizing Claude UI. Triggers with statusline, status bar, custom theme.
majiayu000/claude-skill-registry 163
-
ameba-integration
Use when integrating Ameba into development workflows including CI/CD pipelines, pre-commit hooks, GitHub Actions, and automated code review processes.
majiayu000/claude-skill-registry 163
-
browser-debugger
Systematically tests UI functionality, validates design fidelity with AI visual analysis, monitors console output, tracks network requests, and provides debugging reports using Chrome DevTools MCP. Use after implementing UI features, for design validation, when investigating console errors, for regression testing, or when user mentions testing, browser bugs, console errors, or UI verification.
majiayu000/claude-skill-registry 163
-
use-cases
Learn how to create a Claude skill that generates a personalized morning briefing powered by Google Calendar and Gmail through Pica MCP Server.
majiayu000/claude-skill-registry 163
-
remember
Use when you learn something worth preserving, complete a project milestone, discover user preferences, or need to recall past context - search before create, tag consistently, verify retrieval
majiayu000/claude-skill-registry 163
-
prisma-relations-mapping
CRITICAL: Use this skill when working with Prisma database models, API routes with includes/relations, or debugging "500 errors", "relation not found", "undefined from backend" errors.
AUTO-ACTIVATE when user mentions (FR/EN): - prisma, relation, relations, mapping, PascalCase, camelCase - API 500, erreur 500, backend error, erreur backend - undefined, null, relation introuvable, relation not found - créer API, create API, endpoint, route API - include, select, findMany, findUnique, create, update - OperatingRoom, OperatingSector, Personnel, Assignment, Site
This skill contains the COMPLETE mapping table for post-PascalCase migration (Oct 26, 2025). ALL 121 models with correct relation names and required fields.
majiayu000/claude-skill-registry 163
-
pii-detector
Detects Personally Identifiable Information (PII) in code, logs, databases, and files for GDPR/CCPA compliance. Use when user asks to "detect PII", "find sensitive data", "scan for personal information", "check GDPR compliance", or "find SSN/credit cards".
majiayu000/claude-skill-registry 163
-
aboutme-index
Index-based file discovery using ABOUTME headers. Use INSTEAD of grep or Explore agent when searching for files by purpose or feature. Faster and more accurate than scanning code. Invoke this skill when user asks "which files handle X", "where is Y implemented", or when you need to find files related to a feature or task.
majiayu000/claude-skill-registry 163
-
.claude/skills/github-api-integration/SKILL.md
GitHub API を GitHub Actions 内で活用するための統合スキル。
専門分野:
📖 参照書籍:
- 『RESTful Web APIs』(Leonard Richardson): リソース設計
📚 リソース参照:
- `resources/Level1_basics.md`: レベル1の基礎ガイド
- `resources/Level2_intermediate.md`: レベル2の実務ガイド
- `resources/Level3_advanced.md`: レベル3の応用ガイド
- `resources/Level4_expert.md`: レベル4の専門ガイド
- `resources/graphql-api.md`: graphql-api の詳細ガイド
- `resources/legacy-skill.md`: 旧SKILL.mdの全文
- `resources/rest-api.md`: rest-api の詳細ガイド
- `scripts/api-helper.mjs`: apihelperを処理するスクリプト
- `scripts/log_usage.mjs`: 使用記録・自動評価スクリプト
- `scripts/validate-skill.mjs`: スキル構造検証スクリプト
- `templates/api-workflow.yaml`: api-workflow のテンプレート
Use proactively when handling github api integration tasks.
majiayu000/claude-skill-registry 163
-
dev-swarm-python
Install and configure Python and uv. Use when setting up a Python environment.
majiayu000/claude-skill-registry 163
-
CTF Misc Solver
当用户正在进行 CTF 比赛或练习,遇到 Misc 类型题目时触发此 Skill。
适用场景包括:
- 用户上传或提及了音频文件(wav/mp3/flac)、图片文件(png/jpg/bmp/gif)、压缩包、pcap 流量包、内存镜像(raw/vmem/dmp)等
- 用户描述了隐写、编码、套娃、文件分析、内存取证相关问题
- 用户明确说"CTF"、"Misc"、"隐写"、"找 flag"、"这是一道题"、"内存取证"、"Volatility"等关键词
- 用户提供了 base64/hex/binary 等编码字符串需要解码
- 用户需要分析可疑文件、提取隐藏数据、还原协议内容、分析内存镜像
majiayu000/claude-skill-registry 163
-
python-jax
Expert guidance for JAX (Just After eXecution) - high-performance numerical computing with automatic differentiation, JIT compilation, vectorization, and GPU/TPU acceleration; includes transformations (grad, jit, vmap, pmap), sharp bits, gotchas, and differences from NumPy
majiayu000/claude-skill-registry 163
-
sales-orchestrator
Diagnoses sales needs and sequences appropriate skills for comprehensive deal execution. Use this skill when unsure which sales skill to use, planning multi-step deal strategies, coaching reps on process, or coordinating complex sales motions.
majiayu000/claude-skill-registry 163