Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
create-feature-branch
Create properly named feature branch from development with remote tracking, following WescoBar naming conventions and git best practices
majiayu000/claude-skill-registry 163
-
resolve-project-references
Guide for interpreting ResolveProjectReferences time in MSBuild performance summaries. Activate when ResolveProjectReferences appears as the most expensive target and developers are trying to optimize it directly. Explains that the reported time includes wait time for dependent project builds and is misleading. Guides users to focus on task self-time instead. Do not activate for general build performance — use build-perf-diagnostics instead.
majiayu000/claude-skill-registry 163
-
Error Handling
Structured error handling with AppError in LivestockAI
majiayu000/claude-skill-registry 163
-
airflow-hitl
Use when the user needs human-in-the-loop workflows in Airflow (approval/reject, form input, or human-driven branching). Covers ApprovalOperator, HITLOperator, HITLBranchOperator, HITLEntryOperator. Requires Airflow 3.1+. Does not cover AI/LLM calls (see airflow-ai).
majiayu000/claude-skill-registry 163
-
llamaguard
Meta's 7-8B specialized moderation model for LLM input/output filtering. 6 safety categories - violence/hate, sexual content, weapons, substances, self-harm, criminal planning. 94-95% accuracy. Deploy with vLLM, HuggingFace, Sagemaker. Integrates with NeMo Guardrails.
majiayu000/claude-skill-registry 163
-
azure-role-selector
When user is asking for guidance for which role to assign to an identity given desired permissions, this agent helps them understand the role that will meet the requirements with least privilege access and how to apply that role.
majiayu000/claude-skill-registry 163
-
aws-skills
AWS development with infrastructure automation and cloud architecture patterns. Use when building or deploying services on Amazon Web Services.
majiayu000/claude-skill-registry 163
-
geo-fundamentals
Generative Engine Optimization for AI search engines (ChatGPT, Claude, Perplexity).
majiayu000/claude-skill-registry 163
-
turso-automation
Automate Turso tasks via Rube MCP (Composio). Always search tools first for current schemas.
majiayu000/claude-skill-registry 163
-
convert-python-rust
Convert Python code to idiomatic Rust. Use when migrating Python projects to Rust, translating Python patterns to idiomatic Rust, or refactoring Python codebases for performance, safety, and concurrency. Extends meta-convert-dev with Python-to-Rust specific patterns.
majiayu000/claude-skill-registry 163
-
agent-specification
Agent skill for specification - invoke with $agent-specification
majiayu000/claude-skill-registry 163
-
production-verifier
Post-deployment smoke tests, synthetic user checks, and "Canary" validation in Prod.
majiayu000/claude-skill-registry 163
-
cutt-ly-automation
Automate Cutt Ly tasks via Rube MCP (Composio). Always search tools first for current schemas.
majiayu000/claude-skill-registry 163
-
anonyflow-automation
Automate Anonyflow tasks via Rube MCP (Composio). Always search tools first for current schemas.
majiayu000/claude-skill-registry 163
-
git-commit
Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping
majiayu000/claude-skill-registry 163
-
mobile-ios-design
Master iOS Human Interface Guidelines and SwiftUI patterns for building native iOS apps. Use when designing iOS interfaces, implementing SwiftUI views, or ensuring apps follow Apple's design principles.
majiayu000/claude-skill-registry 163
-
Skill Builder
Create new Claude Code Skills with proper YAML frontmatter, progressive disclosure structure, and complete directory organization. Use when you need to build custom skills for specific workflows, generate skill templates, or understand the Claude Skills specification.
majiayu000/claude-skill-registry 163
-
PostHog Events Debugging
Event inspection, person lookup, data quality checks
majiayu000/claude-skill-registry 163
-
dag-orchestrator
The intelligence layer of WinDAGs. Decomposes natural language tasks into Hierarchical Task DAGs (HTDAGs), matches subtasks to skills, executes waves in parallel, and dynamically expands nodes when complexity exceeds executor capability. Use for 'orchestrate', 'execute DAG', 'parallel agents', 'decompose task', 'coordinate skills'. NOT for single-skill tasks or simple linear workflows.
majiayu000/claude-skill-registry 163
-
intent-classification
太子意图分拣规则,定义闲聊/旨意/不确定分类与 fast_track 快车道判定标准
majiayu000/claude-skill-registry 163
-
linkedin-export
Parse, search, analyze, and ingest LinkedIn GDPR data exports into structured JSON or RLAMA for semantic search. Covers messages, connections, profile data, and Markdown export. Requires a LinkedIn GDPR ZIP file. Triggers on 'LinkedIn data', 'search messages', 'analyze connections', 'LinkedIn export', 'GDPR download'.
majiayu000/claude-skill-registry 163
-
ui-spec-generator
Generate and maintain structured UI specification files (pages.yaml) from design resources and test cases.
Use when: (1) "生成 UI 设计描述文件" (2) "检查测试用例覆盖的 UI 组件" (3) "生成 UI 组件清单"
(4) "为新测试用例添加缺失页面" (5) Need to analyze gaps between test cases and existing UI components.
Reads from specs/design/ (.pen files, images, pages.md) and specs/testcases/*.md, outputs to specs/design/pages.yaml.
majiayu000/claude-skill-registry 163
-
azure-eventhub-java
Build real-time streaming applications with Azure Event Hubs SDK for Java. Use when implementing event streaming, high-throughput data ingestion, or building event-driven architectures.
majiayu000/claude-skill-registry 163
-
requirements-analyst
Use when requirements are vague, scope undefined, or success criteria unclear
majiayu000/claude-skill-registry 163