Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
oh-my-ccg-init
初始化 oh-my-ccg 环境 — 验证 MCP 服务器、Codex、Gemini
majiayu000/claude-skill-registry 163
-
confidence-scorer
Assign confidence scores (0-100) to every claim in a response. Helps users understand which parts are verified facts and which are educated guesses. Use when the user needs to know how much to trust each part of the answer.
majiayu000/claude-skill-registry 163
-
youtube-transcription
Transcribe YouTube videos to text using OpenAI Whisper and yt-dlp. Use when the user wants to get a transcript from a YouTube video, generate subtitles, convert video speech to text, create SRT/VTT captions, or extract spoken content from YouTube URLs.
majiayu000/claude-skill-registry 163
-
email-best-practices
Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, implementing email capture, ensuring compliance (CAN-SPAM, GDPR, CASL), handling webhooks, retry logic, or deciding transactional vs marketing.
majiayu000/claude-skill-registry 163
-
agent-booster
WASM-based instant code transforms for simple tasks, achieving 352x speedup over LLM inference with zero cost.
majiayu000/claude-skill-registry 163
-
csharp-concurrency-patterns
Choosing the right concurrency abstraction in .NET - from async/await for I/O to Channels for producer/consumer to Akka.NET for stateful entity management. Avoid locks and manual synchronization unless absolutely necessary.
majiayu000/claude-skill-registry 163
-
cli-expert
CLI development expert for building production-grade command-line tools. Covers System.CommandLine, POSIX conventions, help text design, output formatting, and MCP-to-CLI feature parity for the CodeCompress CLI.
majiayu000/claude-skill-registry 163
-
prompt-engineering
通用提示词工程与提示词改写技能,用于设计、优化、评审、模板化与迭代 LLM 提示词;当任务涉及明确目标/约束/输出格式、角色与指令层级、few-shot 示例、结构化标签、链式分解、长上下文管理、评估与回归测试、跨模型迁移或提示词标准化时使用。
majiayu000/claude-skill-registry 163
-
ci-code-reviewer
Automated CI code review for GitHub PRs using OpenAI Codex. Validates PR descriptions, checks implementation alignment, enforces Quest architecture boundaries, and maps test coverage to acceptance criteria when PRs move to ready-for-review.
majiayu000/claude-skill-registry 163
-
torchdrug
PyTorch-native graph neural networks for molecules and proteins. Use when building custom GNN architectures for drug discovery, protein modeling, or knowledge graph reasoning. Best for custom model development, protein property prediction, retrosynthesis. For pre-trained models and diverse featurizers use deepchem; for benchmark datasets use pytdc.
majiayu000/claude-skill-registry 163
-
git-pushing
Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests.
majiayu000/claude-skill-registry 163
-
deal-contact-gap-analysis
Analyze open HubSpot deals to map existing contacts against the typical buying committee, identify missing roles, and find recommended contacts to fill the gaps via Amplemarket.
majiayu000/claude-skill-registry 163
-
aieos
AIEOS (AI Entity Object Specification) is a standardization framework designed to solve the "identity crisis" currently facing AI agents. Combined with Soul Documents, together they form a comprehensive blueprint for AI behavior. The goal is to establish a standardized data structure that defines exactly how an agent speaks, reacts, and remembers. This allows developers, and agents themselves, to construct specific personas with the portability to move across different ecosystems without losing their behavioral integrity. As we move toward a world of "Agentic Workflows," AIEOS ensures that agents maintain consistent traits regardless of the underlying model. By treating personality as a deployable asset rather than a fragile prompt, we are providing the "DNA kit" for the next generation of digital entities.
majiayu000/claude-skill-registry 163
-
ReasoningBank with AgentDB
Implement ReasoningBank adaptive learning with AgentDB's 150x faster vector database. Includes trajectory tracking, verdict judgment, memory distillation, and pattern recognition. Use when building self-learning agents, optimizing decision-making, or implementing experience replay systems.
majiayu000/claude-skill-registry 163
-
pdca
Project-level PDCA skill override for gaegulzip.
Integrates with project agents (CTO, PO, Tech Lead, etc.) and
uses platform-specific document paths from bkit.config.json.
All agent interactions are BIDIRECTIONAL — downstream agents can push back
to upstream agents when issues are found, with structured feedback loops.
Agent workflow per phase (↔ = bidirectional):
- Research: clarify ↔ research-director → CTO 통합 평가 (아키텍처+복잡도, BLOCK → clarify 재호출)
- Plan: PO ↔ CTO (타당성 스캔, BLOCK → PO 재호출) → 사용자 승인 → CTO 라우팅 ↔ PO (Scope Mismatch → PO 보완 + 재승인)
- Design: ui-ux-designer ↔ tech-lead (Design Pushback 루프) + API Contract 양방향 검증 (server/frontend tech-lead)
- Do: CTO (work-plan) → developers ↔ CTO (BLOCKED:QUESTIONS → 라우팅 → 답변 → 재개)
- Analyze: gap-detector ↔ CTO (integration review)
- Iterate/Report: bkit agents
Triggers: pdca, research, plan, design, analyze, report, status, next, iterate
majiayu000/claude-skill-registry 163
-
linux-administration
System administration for Linux servers. Manage packages, services, and system configuration. Use when administering Linux systems.
majiayu000/claude-skill-registry 163
-
pptx
Create, edit, analyze .pptx PowerPoint files. Use for presentations, slides, layouts, speaker notes, template modification, content extraction, slide generation.
majiayu000/claude-skill-registry 163
-
uv-package-manager
Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python projects, managing dependencies, or optimizing Python development workflows with uv.
majiayu000/claude-skill-registry 163
-
forever
Use this command to start babysitting a never-ending babysitter run.
majiayu000/claude-skill-registry 163
-
hook-creator
This skill should be used when the user asks to "create a hook", "write hook config", "add hooks.json", "configure event hooks", "create PreToolUse hook", "add SessionStart hook", "implement hook validation", "set up event-driven automation", needs guidance on hooks.json structure, hook events (PreToolUse, PostToolUse, Stop, SessionStart, SessionEnd, UserPromptSubmit), or wants to automate workflows and implement event-driven behavior in Claude Code plugins.
majiayu000/claude-skill-registry 163
-
stripe-integration
Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.
majiayu000/claude-skill-registry 163
-
testing-strategies
Systematic testing for confidence without over-testing — the right test at the right level
majiayu000/claude-skill-registry 163
-
analyze-local
Analyze the local Docker or development environment by collecting container status, logs, networking signals, and configuration evidence, then summarize the likely root cause.
majiayu000/claude-skill-registry 163
-
hive-credentials
Set up and install credentials for an agent. Detects missing credentials from agent config, collects them from the user, and stores them securely in the local encrypted store at ~/.hive/credentials.
majiayu000/claude-skill-registry 163