Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
backup-library
Creates compressed ZIP backups of libraries directory. Backs up library.yaml, transcripts, and roughcuts (not video files). This skill can also be useful when you need to restore a library.
majiayu000/claude-skill-registry 163
-
test-writer
Write comprehensive test suites covering unit, integration, and e2e tests with edge cases and mocking strategies.
majiayu000/claude-skill-registry 163
-
api-security-best-practices
Implement secure API design patterns including authentication, authorization, input validation, rate limiting, and protection against common API vulnerabilities
majiayu000/claude-skill-registry 163
-
workflow-automation
Workflow automation is the infrastructure that makes AI agents reliable. Without durable execution, a network hiccup during a 10-step payment flow means lost money and angry customers. With it, workflows resume exactly where they left off. This skill covers the platforms (n8n, Temporal, Inngest) and patterns (sequential, parallel, orchestrator-worker) that turn brittle scripts into production-grade automation. Key insight: The platforms make different tradeoffs. n8n optimizes for accessibility
majiayu000/claude-skill-registry 163
-
gh-fix-ci
Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix failing PR CI/CD checks on GitHub Actions and wants a plan + code changes; for external checks (e.g., Buildkite), only report the details URL and mark them out of scope.
majiayu000/claude-skill-registry 163
-
api-documentation
Guide writing clear, comprehensive API documentation that helps developers integrate
majiayu000/claude-skill-registry 163
-
python-patterns
Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.
majiayu000/claude-skill-registry 163
-
review
Review code quality, security, and maintainability before committing. Use when reviewing code changes, checking code quality, performing security review, or validating changes before commit.
majiayu000/claude-skill-registry 163
-
cron-expression-builder
Build and validate cron expressions from natural language. Convert between human-readable schedules and cron syntax with next run preview.
majiayu000/claude-skill-registry 163
-
building-github-index
Generate progressive disclosure indexes for GitHub repositories to use as Claude project knowledge. Use when setting up projects referencing external documentation, creating searchable indexes of technical blogs or knowledge bases, combining multiple repos into one index, or when user mentions "index", "github repo", "project knowledge", or "documentation reference".
majiayu000/claude-skill-registry 163
-
Docx
Word document processing. USE WHEN docx, Word document. SkillSearch('docx') for docs.
majiayu000/claude-skill-registry 163
-
dev-gpu-lesson
Scaffold a new GPU lesson using forge_scene.h for the rendering baseline
majiayu000/claude-skill-registry 163
-
loogle-search
Search Lean 4 mathlib using Loogle API
majiayu000/claude-skill-registry 163
-
fix-ci-failures
Diagnose and fix CI/CD failures by analyzing logs, reproducing locally, and applying fixes. Use when CI checks fail on pull requests.
majiayu000/claude-skill-registry 163
-
git-commit
Use when user says "commit", "commit changes", "git commit", "make a commit", "create a commit", or mentions "/commit". Also use when user asks to stage and commit, write a commit message, or split changes into multiple commits.
majiayu000/claude-skill-registry 163
-
content-modeling-best-practices
Structured content modeling guidance for schema design, content architecture, content reuse, references versus embedded objects, separation of concerns, and taxonomies across Sanity and other headless CMSes. Use this skill when designing or refactoring content types, deciding field shapes, debating reusable versus nested content, planning omnichannel content models, or reviewing whether a schema is too page-shaped or presentation-driven.
majiayu000/claude-skill-registry 163
-
walkeros-understanding-destinations
Use when working with walkerOS destinations, understanding the destination interface, or learning about env pattern and configuration. Covers interface, lifecycle, env mocking, and paths.
majiayu000/claude-skill-registry 163
-
obsidian-qa-saver
Save Q&A conversations to Obsidian notes with proper formatting, metadata, and organization. Use this skill when the user explicitly requests to save a conversation, question-answer exchange, or explanation to their Obsidian vault. Automatically formats content as document-style notes with timestamps, tags, and project links.
majiayu000/claude-skill-registry 163
-
assembling-components
Assembles component outputs from AI Design Components skills into unified, production-ready component systems with validated token integration, proper import chains, and framework-specific scaffolding. Use as the capstone skill after running theming, layout, dashboard, data-viz, or feedback skills to wire components into working React/Next.js, Python, or Rust projects.
majiayu000/claude-skill-registry 163
-
using-superpowers
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
majiayu000/claude-skill-registry 163
-
ios-ui-lib
(ePost) Use when referencing iOS theme SwiftUI components, design tokens, or platform-specific token mappings
majiayu000/claude-skill-registry 163
-
ducklake
Decide when DuckLake is the right MotherDuck storage pattern. Use when evaluating fully managed DuckLake, BYOB, own-compute DuckLake access, data inlining, object-storage layout, or file-aware maintenance instead of native MotherDuck storage.
majiayu000/claude-skill-registry 163
-
huggingface-accelerate
Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic device placement, mixed precision (FP16/BF16/FP8). Interactive config, single launch command. HuggingFace ecosystem standard.
majiayu000/claude-skill-registry 163
-
shipflow-audit-translate
majiayu000/claude-skill-registry 163