Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
healthcare-medical
Use when designing animations for medical apps, patient portals, telehealth, or health tracking interfaces
majiayu000/claude-skill-registry 163
-
security-fastapi
Review FastAPI security audit patterns for dependencies and middleware. Use for auditing auth dependencies, CORS configuration, and TrustedHost middleware. Use proactively when reviewing FastAPI apps.
Examples:
- user: "Audit FastAPI route security" → check for Depends() and Security() usage
- user: "Check FastAPI CORS setup" → verify origins when allow_credentials=True
- user: "Review FastAPI middleware" → check TrustedHost and HTTPSRedirect config
- user: "Secure FastAPI API keys" → move from query params to header schemes
- user: "Scan for FastAPI footguns" → check starlette integration and dependency order
majiayu000/claude-skill-registry 163
-
lessons-learned-validator
Complete lessons learned standards, validation, and multi-file management. Single source of truth for all lessons learned operations including format, size limits, split procedures, and quality standards.
majiayu000/claude-skill-registry 163
-
Kubernetes AI Expert
Deploy and operate AI workloads on Kubernetes with GPU scheduling, model serving, and MLOps patterns
majiayu000/claude-skill-registry 163
-
forensic-hotspot-finder
Use when planning refactoring priorities, investigating recurring bugs, identifying which files cause the most bugs, or determining problem areas to fix - identifies high-risk files by combining git change frequency with code complexity using research-backed formula (4-9x defect rates)
majiayu000/claude-skill-registry 163
-
package-manager
pnpm workspace rules for Liftera. Trigger: When adding dependencies, modifying workspace configuration, or troubleshooting installs/lockfile issues.
majiayu000/claude-skill-registry 163
-
validate-spec
Validate spec completeness and implementation compliance. Use before approval (--pre) or before completion (--post).
majiayu000/claude-skill-registry 163
-
feature-planner
majiayu000/claude-skill-registry 163
-
autogpt-agents
Autonomous AI agent platform for building and deploying continuous agents. Use when creating visual workflow agents, deploying persistent autonomous agents, or building complex multi-step AI automation systems.
majiayu000/claude-skill-registry 163
-
get-youtube-transcript-raw
Capture a YouTube video transcript as raw material using `ytt`, storing it in the raw/ directory with minimal metadata for later distillation.
majiayu000/claude-skill-registry 163
-
ash-authentication
AshAuthentication guidelines for implementing authentication in Ash Framework. Use when adding password, magic link, API key, or OAuth2 authentication strategies. Covers token configuration, UserIdentity resources, confirmation add-ons, and customizing authentication actions. Never hardcode credentials.
majiayu000/claude-skill-registry 163
-
clavix-plan
Transform PRD documents into actionable task breakdowns with dependencies. Use after creating a PRD to generate implementation tasks.
majiayu000/claude-skill-registry 163
-
op-db-e-report
提供v3_e-report数据库的SQL查询模板,包括数据分析告警配置等表的查询。查询分析告警配置时使用。使用 exec_sql 工具执行查询。
majiayu000/claude-skill-registry 163
-
Frontend Accessibility
Build accessible user interfaces using semantic HTML, ARIA attributes, keyboard navigation, and WCAG compliance. Use this skill when creating or modifying UI components, forms, interactive elements, navigation menus, modals, or any user-facing interface code. When working on Astro component files (.astro), React/Vue/Svelte component files, HTML template files, form components with inputs and labels, navigation menus and interactive widgets, modal dialogs and accordions, image components with alt text, button and link implementations, focus management code, or screen reader announcement logic.
majiayu000/claude-skill-registry 163
-
bug-fix-agent
Bug Fix Agent - Automated bug fixing with review loopback and auto-commit to main branch. Fixes bugs, tests them, reviews quality, and commits when quality gates pass.
majiayu000/claude-skill-registry 163
-
prove-your-worth
Ruthlessly audit project features for justification. Challenge every feature to prove its value with evidence or face removal. Uses MCP tools for research.
majiayu000/claude-skill-registry 163
-
github-actions-reference
Load GitHub Actions automation workflows documentation including CI/CD pipelines, security scanning, and maintenance automation
majiayu000/claude-skill-registry 163
-
lang-scala-dev
Foundational Scala patterns covering immutability, pattern matching, traits, case classes, for-comprehensions, and functional programming. Use when writing Scala code, understanding the type system, or needing guidance on which specialized Scala skill to use. This is the entry point for Scala development.
majiayu000/claude-skill-registry 163
-
file-todos
This skill should be used when managing the file-based todo tracking system in the todos/ directory. It provides workflows for creating todos, managing status and dependencies, conducting triage, and integrating with slash commands and code review processes.
majiayu000/claude-skill-registry 163
-
project-manager-backlog
Manages project tasks using the backlog.md CLI tool. Creates, edits, and tracks tasks following proper format and guidelines, breaks down large tasks into atomic units, and maintains task management workflow. Use when working with project backlog or tasks.
majiayu000/claude-skill-registry 163
-
integrate-playground
Systematic workflow and API reference for integrating Streamlit playground with vrp-toolkit modules. Use when developing playground features, connecting UI to vrp-toolkit APIs, or encountering API signature mismatches. Provides interface mapping table, contract test integration, and troubleshooting guide to avoid token-intensive source code exploration.
majiayu000/claude-skill-registry 163
-
Analytics Learning
Process YouTube analytics to extract actionable insights
majiayu000/claude-skill-registry 163
-
deploy-check
Pre-deployment verification for young-personal-site.
Ensures build success, TypeScript, i18n sync, and functionality.
majiayu000/claude-skill-registry 163
-
compatibility-testing
Cross-browser, cross-platform, and cross-device compatibility testing ensuring consistent experience across environments. Use when validating browser support, testing responsive design, or ensuring platform compatibility.
majiayu000/claude-skill-registry 163