Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
cocoapods-to-spm
Guide to migrating iOS Capacitor plugins and dependencies from CocoaPods to Swift Package Manager (SPM). Use this skill when users want to modernize their iOS project, remove CocoaPods, or add SPM-based dependencies.
majiayu000/claude-skill-registry 163
-
multi-agent-workforce-planner
Designs parallel agent workstreams for large feature sets by analyzing dependencies, assigning specialized agent types (Explore, Plan, Bash, Edit), maximizing parallelization, and creating execution plans with progress tracking and failure recovery. Use when breaking down large features into parallel agent work.
majiayu000/claude-skill-registry 163
-
chunking-strategy
Implement optimal chunking strategies in RAG systems and document processing pipelines. Use when building retrieval-augmented generation systems, vector databases, or processing large documents that require breaking into semantically meaningful segments for embeddings and search.
majiayu000/claude-skill-registry 163
-
universal-patterns
Use when creating any animation type - provides foundational timing, easing, and principle application that applies to all motion in interfaces.
majiayu000/claude-skill-registry 163
-
cursor-best-practices
Best practices for using Cursor—rules, commands, skills, subagents, ignore files, Agent security, workflows, and community resources. Use when setting up Cursor, initializing or creating the .cursor folder, writing .cursor/rules or AGENTS.md, creating commands or skills, configuring .cursorignore, working with Agent, discovering rules or MCPs (e.g. cursor.directory), making codebases cursor-compatible, or asking about Cursor workflows, TDD, git commands, or large codebases.
majiayu000/claude-skill-registry 163
-
using-git
Git command conventions. Use when running any git commands to avoid blocking on interactive pager.
majiayu000/claude-skill-registry 163
-
fastapi-endpoint-scaffolder
Scaffolds a new FastAPI endpoint with Pydantic models, router registration, and tests. Use when creating new backend API endpoints. Related: pydantic-model-scaffolder for complex model validation.
majiayu000/claude-skill-registry 163
-
log-analyze
Parse and analyze system and application logs. Use when the user says "find errors in logs", "analyze logs", "check journalctl", "what's in the logs", "debug from logs", or asks to investigate log files.
majiayu000/claude-skill-registry 163
-
arcanea-luminor-rituals
Sacred practices for invoking and channeling the Seven Luminors. Daily rituals, crisis protocols, and celebration ceremonies for the creative life.
majiayu000/claude-skill-registry 163
-
backend-patterns
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
majiayu000/claude-skill-registry 163
-
project-types
Project type definitions with type-specific questions, patterns, and stacks.
Use when: determining project architecture, asking type-specific questions.
Referenced by: idea-validation, brainstorming, /ship command.
majiayu000/claude-skill-registry 163
-
Knack Realtime
Simulates live updates between Knack backend and Vercel dashboards. Enables near-real-time synchronization of HTI operational data without constant...
majiayu000/claude-skill-registry 163
-
Crane Testing
This skill should be used when the user asks about "testbase", "behavior library", "invariant test", "handler", "fuzz test", "test pattern", "Behavior_", "TestBase_", or needs guidance on Crane's testing infrastructure for writing comprehensive smart contract tests.
majiayu000/claude-skill-registry 163
-
roo-vms-lawless-m-earwig
Alpine and Debian QEMU VMs for protocol testing, fuzzing, and network experiments
majiayu000/claude-skill-registry 163
-
developing-claude-code-plugins
Use when working on Claude Code plugins (creating, modifying, testing, releasing, or maintaining) - provides streamlined workflows, patterns, and examples for the complete plugin lifecycle
majiayu000/claude-skill-registry 163
-
otp-thinking
This skill should be used when the user asks to "add background processing", "cache this data", "run this async", "handle concurrent requests", "manage state across requests", "process jobs from a queue", "this GenServer is slow", or mentions GenServer, Supervisor, Agent, Task, Registry, DynamicSupervisor, handle_call, handle_cast, supervision trees, fault tolerance, "let it crash", or choosing between Broadway and Oban.
majiayu000/claude-skill-registry 163
-
convex-agents
Building AI agents with the Convex Agent component including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration
majiayu000/claude-skill-registry 163
-
senior-qa
Comprehensive QA and testing skill for quality assurance, test automation, and testing strategies for ReactJS, NextJS, NodeJS applications. Includes test suite generation, coverage analysis, E2E testing setup, and quality metrics. Use when designing test strategies, writing test cases, implementing test automation, performing manual testing, or analyzing test coverage.
majiayu000/claude-skill-registry 163
-
eval-harness
Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles
majiayu000/claude-skill-registry 163
-
gh-grep
Search real-world code examples across millions of GitHub repositories using grep.app. This skill should be used when looking for implementation patterns, API usage examples, library integration patterns, or production code references. Supports literal code search, regex patterns, and filtering by language/repo/path.
majiayu000/claude-skill-registry 163
-
excalidraw-free
Create Excalidraw diagrams. USE WHEN user specifically asks for Excalidraw. WORKFLOWS - mind-maps, swimlane, process-flow.
majiayu000/claude-skill-registry 163
-
security-secrets
Review secret detection patterns and scanning workflows. Use for identifying high-signal secrets like AWS keys, GitHub tokens, and DB passwords. Use proactively during all security audits to scan code and history.
Examples:
- user: "Scan for secrets in this repo" → run high-signal rg patterns and gitleaks
- user: "Check for AWS keys" → scan for AKIA patterns and server-side exposure
- user: "Audit my .env files" → ensure secrets are gitignored and not committed
- user: "Verify secret redaction" → check that reported secrets follow 4+4 format
- user: "Scan build artifacts for keys" → search dist/ and build/ for secret patterns
majiayu000/claude-skill-registry 163
-
debate-simulator
majiayu000/claude-skill-registry 163
-
api-design-and-versioning
Design REST/GraphQL APIs with versioning and deprecation strategy.
majiayu000/claude-skill-registry 163