Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
claude-codex-collaboration
Enable automated collaboration between Claude Code and Codex CLI using Byterover as shared memory. This skill should be used when architectural review or code validation from Codex is desired before or after implementation. Claude creates plans, directly invokes Codex for expert review via Bash, and implements based on feedback - all automatically without manual user intervention. All context persists in Byterover.
majiayu000/claude-skill-registry 163
-
env-local
Generates .env.local file for local development environment variables. Contains developer-specific configuration like API URLs, ports, and feature flags. Gitignored for security.
majiayu000/claude-skill-registry 163
-
setting-detector
基于关键词自动检测故事设定(类型、时代、主题)并激活相应的知识库 - 在后台静默工作,无需用户干预即可提供相关写作指导
majiayu000/claude-skill-registry 163
-
dsp-filter-designer
Design and test DSP filters (highpass, lowpass, bandpass, notch) for WaveCap-SDR. Use when adding filters to demodulation pipeline, debugging filter response, or tuning cutoff frequencies and rolloff characteristics.
majiayu000/claude-skill-registry 163
-
organizing-with-labels
GitHub label and milestone management expertise. Auto-invokes when labels, milestones, taxonomies, issue organization, sprint planning, or phase tracking are mentioned. Handles label CRUD, bulk operations, milestone creation/tracking/progress, and issue grouping for releases and sprints.
majiayu000/claude-skill-registry 163
-
cui-java-core
Core Java development standards for CUI projects including coding patterns, null safety, Lombok, modern features, and logging
majiayu000/claude-skill-registry 163
-
risk-assessment
Use this skill when evaluating portfolio risk, checking position sizes, assessing market volatility, or performing risk management checks before trade execution. Based on TradingAgents risk management framework with conservative/aggressive/neutral debate system.
majiayu000/claude-skill-registry 163
-
deno-graphql-backend
创建 Deno GraphQL 后端接口的完整开发指南。包含三层架构(GraphQL/Resolver/Service)、DAO 函数使用、事务处理、认证权限、错误处理。当需要创建、修改后端 API 接口时使用此技能。
majiayu000/claude-skill-registry 163
-
explore-approach
Prototype and explore technical approaches. Use when (1) multiple valid technical approaches exist, (2) performance characteristics unknown, (3) implementation path unclear, (4) need evidence-based technical recommendation.
majiayu000/claude-skill-registry 163
-
agent-validation-testing
エージェントの検証とテストケース設計を専門とするスキル。
**Anchors:**
• Test-Driven Development: By Example(Kent Beck)/ 適用: エージェント検証とテストケース設計 / 目的: Red-Green-Refactorパターンに基づく信頼性の高い検証
**Trigger:**
エージェント検証・テストケース設計・テスト実装・結果評価・バリデーション実行時に使用
**公式リソース:**
- Kent Beck『Test-Driven Development: By Example』: TDDの基本原則と実装パターン
- Level 1-4のガイドで段階的に習得可能
- テストケースパターンと実装テンプレート完備
majiayu000/claude-skill-registry 163
-
codex-discussion
Use OpenAI Codex CLI as a discussion partner to verify ideas, evaluate plans, and improve quality. Automatically triggered during implementation planning, troubleshooting, debugging, or when seeking a second opinion on technical decisions.
majiayu000/claude-skill-registry 163
-
modal-drawer-system
Implements accessible modals and drawers with focus trap, ESC to close, scroll lock, portal rendering, and ARIA attributes. Includes sample implementations for common use cases like edit forms, confirmations, and detail views. Use when building "modals", "dialogs", "drawers", "sidebars", or "overlays".
majiayu000/claude-skill-registry 163
-
linear-algebra-expert
Expert in vector spaces, matrices, linear transformations, eigenvalues, and applications to data science and machine learning
majiayu000/claude-skill-registry 163
-
violet-dashboard
VioletDashboard code patterns and conventions
majiayu000/claude-skill-registry 163
-
chezmoi-workflows
Dotfile backup, sync, and version control with chezmoi. Tracks shell configs (.zshrc, .bashrc, .zshenv), git (.gitconfig), editors (helix, vim, nvim), terminal tools (broot, starship, alacritty, kitty, wezterm), and XDG .config/ files. Operations include track, add, sync, push, pull, backup, restore, status, diff, re-add. Setup for chezmoi init, dotfiles remote, GitHub private repository, cross-machine sync, multi-account SSH. Handles merge conflicts, secret detection, Go templates.
majiayu000/claude-skill-registry 163
-
about
majiayu000/claude-skill-registry 163
-
matching-baseline
majiayu000/claude-skill-registry 163
-
grafix-draw-export
Grafix の `draw(t)` スケッチを生成・改良し、`python -m grafix export` で PNG を複数枚 headless 出力して比較するための手順。ユーザーが「Grafix の draw を作って」「PNG を書き出して」「候補を複数出して比較したい」「headless で export したい」などと言ったときに使う。
majiayu000/claude-skill-registry 163
-
claude-cookbooks
Look up examples and patterns from the official Anthropic Claude Cookbooks repository. Use when you need reference implementations, code examples, or best practices for Claude integrations, tool use, agents, prompting techniques, or API usage.
majiayu000/claude-skill-registry 163
-
react-code-review-patterns
Review checklists and patterns for React/TypeScript frontend code reviews. Use when: (1) reviewing React components, (2) checking TypeScript type safety, (3) validating hooks usage, (4) checking accessibility compliance.
majiayu000/claude-skill-registry 163
-
research
Document codebase as-is with thoughts directory for historical context
majiayu000/claude-skill-registry 163
-
datamol
Pythonic wrapper around RDKit with simplified interface and sensible defaults. Preferred for standard drug discovery: SMILES parsing, standardization, descriptors, fingerprints, clustering, 3D conformers, parallel processing. Returns native rdkit.Chem.Mol objects. For advanced control or custom parameters, use rdkit directly.
majiayu000/claude-skill-registry 163
-
smoke-suite-debugging
Use this when smoke tests fail (binary/web assets, Playwright setup, server lifecycle, ports, env vars).
majiayu000/claude-skill-registry 163
-
td-classification-evaluator
Classification model evaluation and metrics calculation
majiayu000/claude-skill-registry 163