Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
extreme-programming
Use when pair programming with humans - enforces XP values (communication, simplicity, feedback, courage, respect) to deliver high-quality software; push back on YAGNI violations regardless of seniority or sunk cost
majiayu000/claude-skill-registry 163
-
faber-debugger
Universal debugger skill that diagnoses workflow issues and proposes solutions using a persistent knowledge base
majiayu000/claude-skill-registry 163
-
hono-ddd-guidelines
DDDアーキテクチャでHonoのバックエンドを新規実装または既存コードベースをリファクタリングする際のガイド。レイヤー構成(domain/application/infrastructure/controller)、依存方向、責務境界、Hono公式ミドルウェア/プラグインの活用、Hono OpenAPIプラグイン(hono-openapi)とzod-openapiの必須採用、Drizzle ORMの利用、トランザクション境界、エラーハンドリング、テスト指針、ESLint/Prettierの必須導入を含む。
majiayu000/claude-skill-registry 163
-
lesson-runner
Run Python code in lesson context with proper uv and venv handling for agent-spike project. Activate when user wants to run tests, demos, or CLI commands for lessons in lessons/ directories. Project-specific for agent-spike multi-agent learning.
majiayu000/claude-skill-registry 163
-
pangea-refactoring
Refactors Pangea Ruby code following SOLID principles, dry-rb patterns, and file size guidelines. Use when splitting large files, extracting modules, reducing duplication, or improving type definitions.
majiayu000/claude-skill-registry 163
-
marketplace-creator
Guide for creating and managing Claude Code marketplaces. Use when creating a new marketplace, updating marketplace configuration, adding plugins to a marketplace, or validating marketplace.json files.
majiayu000/claude-skill-registry 163
-
ios-ui-builder
SwiftUIを使ったiOSアプリのUI実装を支援するスキル。View +
majiayu000/claude-skill-registry 163
-
instruction-creator
Create and manage high-quality custom instruction files for GitHub Copilot. Use when you need to define new project-specific guidelines, workflows, or coding standards in the instructions/ directory.
majiayu000/claude-skill-registry 163
-
smolagents
Use Hugging Face Smolagents framework for code-based agentic research with tool support. Supports multiple LLM providers and web search.
majiayu000/claude-skill-registry 163
-
best-practice-search
搜索并提炼业界/开源最佳实践的 SOP,强调可信来源、适用边界与可执行建议。
majiayu000/claude-skill-registry 163
-
rust-errors
Rust to TypeScript error handling patterns for Tauri apps. Use when defining Rust errors that will be passed to TypeScript, handling Tauri command errors, or creating discriminated union error types.
majiayu000/claude-skill-registry 163
-
credit-system
Implement and manage complex credit system with subscription credits, purchased credits, rollover logic, and atomic transactions. Use when working with credit deductions, refunds, subscriptions, and billing.
majiayu000/claude-skill-registry 163
-
odin-dev
Odin programming language development workflow. Use when:
- Writing or modifying Odin code (.odin files)
- Building Odin projects
- Debugging Odin applications
- Need Odin-specific idioms and patterns
majiayu000/claude-skill-registry 163
-
code-injection-detector
Code Injection Detector - Auto-activating skill for Security Fundamentals.
Triggers on: code injection detector, code injection detector
Part of the Security Fundamentals skill category.
majiayu000/claude-skill-registry 163
-
pubmed-systematic-search-u9401066-pubmed-search-mcp
majiayu000/claude-skill-registry 163
-
implement-ticket
Implements a planned GitHub issue by following the implementation plan. Takes a GitHub issue number. Use when the user wants to implement a ticket, work on an issue, or says "implement ticket X" or "do issue
majiayu000/claude-skill-registry 163
-
output-services-check
Verify Output SDK development services are running. Use when debugging workflows, starting development, encountering connection errors, services may be down, or when you see "ECONNREFUSED" or timeout errors.
majiayu000/claude-skill-registry 163
-
sdlc
Software development lifecycle guidance. This skill should be used when planning development work, conducting code reviews, or establishing development workflows. Use proactively when reviewing code, preparing commits, creating pull requests, refactoring, or discussing development process and best practices. (user)
majiayu000/claude-skill-registry 163
-
.claude/skills/authentication-flows/SKILL.md
## 概要
📚 リソース参照:
このスキルには以下のリソースが含まれています。
必要に応じて該当するリソースを参照してください:
- `.claude/skills/authentication-flows/resources/api-key.md`: API Key Authentication
- `.claude/skills/authentication-flows/resources/jwt.md`: JSON Web Token (JWT)
- `.claude/skills/authentication-flows/resources/mtls.md`: Mutual TLS (mTLS)
- `.claude/skills/authentication-flows/resources/oauth2.md`: OAuth 2.0フロー種別(Authorization Code・PKCE・Client Credentials・Device Code)の実装ガイドとTypeScriptサンプルコード
- `.claude/skills/authentication-flows/templates/jwt-service-template.ts`: JWT Service Template
- `.claude/skills/authentication-flows/templates/oauth2-client-template.ts`: OAuth 2.0 Client Template
- `.claude/skills/authentication-flows/scripts/validate-auth-config.mjs`: Authentication Configuration Validator
専門分野:
- (要追加)
使用タイミング:
- (要追加)
Use proactively when (要追加).
majiayu000/claude-skill-registry 163
-
umap-learn
UMAP dimensionality reduction. Fast nonlinear manifold learning for 2D/3D visualization, clustering preprocessing (HDBSCAN), supervised/parametric UMAP, for high-dimensional data.
majiayu000/claude-skill-registry 163
-
go-clean-architecture
Expert knowledge in Go clean architecture patterns and best practices
majiayu000/claude-skill-registry 163
-
moodle-coding-standards
Moodle coding standards with PSR-12 compliance and Frankenstyle naming. Use when developing Moodle plugins, writing PHP code for Moodle, or ensuring code quality compliance.
majiayu000/claude-skill-registry 163
-
web-design-guidelines
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
majiayu000/claude-skill-registry 163
-
github-pr-manager
Create, view, and merge GitHub pull requests with validation. Use when creating PRs from branches, checking PR status, or merging approved PRs with cleanup.
majiayu000/claude-skill-registry 163