Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
web-server-state-react-query
REST APIs, React Query, data fetching
majiayu000/claude-skill-registry 163
-
insecure-defaults
Detect fail-open configurations, hardcoded secrets, weak authentication defaults, permissive CORS, disabled security features, and other insecure-by-default patterns. Adapted from Trail of Bits. Use during security review or when auditing configuration and initialization code.
majiayu000/claude-skill-registry 163
-
coding-standards
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
majiayu000/claude-skill-registry 163
-
repomix
Package entire code repositories into single AI-friendly files using Repomix. Capabilities include pack codebases with customizable include/exclude patterns, generate multiple output formats (XML, Markdown, plain text), preserve file structure and context, optimize for AI consumption with token counting, filter by file types and directories, add custom headers and summaries. Use when packaging codebases for AI analysis, creating repository snapshots for LLM context, analyzing third-party libraries, preparing for security audits, generating documentation context, or evaluating unfamiliar codebases.
majiayu000/claude-skill-registry 163
-
go-style-core
Use when working with Go formatting, line length, nesting, naked returns, semicolons, or core style principles. Also use when a style question isn't covered by a more specific skill, even if the user doesn't reference a specific style rule. Does not cover domain-specific patterns like error handling, naming, or testing (see specialized skills). Acts as fallback when no more specific style skill applies.
majiayu000/claude-skill-registry 163
-
dependency-upgrade
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.
majiayu000/claude-skill-registry 163
-
ios-add-auth
Add authentication to an iOS app with Sign in with Apple, biometrics, and Keychain storage.
majiayu000/claude-skill-registry 163
-
docusign-automation
Automate DocuSign tasks via Rube MCP (Composio): templates, envelopes, signatures, document management. Always search tools first for current schemas.
majiayu000/claude-skill-registry 163
-
ln-711-npm-upgrader
Upgrades npm/yarn/pnpm dependencies with breaking change handling
majiayu000/claude-skill-registry 163
-
Agentic Coding
Ship production code with AI agents through acceptance contracts, micro diffs, red green loops, and deterministic handoff checkpoints.
majiayu000/claude-skill-registry 163
-
coassemble-automation
Automate Coassemble tasks via Rube MCP (Composio). Always search tools first for current schemas.
majiayu000/claude-skill-registry 163
-
fred-economic-data
Query FRED (Federal Reserve Economic Data) API for 800,000+ economic time series from 100+ sources. Access GDP, unemployment, inflation, interest rates, exchange rates, housing, and regional data. Use for macroeconomic analysis, financial research, policy studies, economic forecasting, and academic research requiring U.S. and international economic indicators.
majiayu000/claude-skill-registry 163
-
init
Initialize soul with foundational beliefs and wisdom
majiayu000/claude-skill-registry 163
-
mission-orchestrator
Lifecycle orchestrator that auto-detects project state and routes to the correct development phase.
majiayu000/claude-skill-registry 163
-
crewai
Expert in CrewAI - the leading role-based multi-agent framework used by 60% of Fortune 500 companies. Covers agent design with roles and goals, task definition, crew orchestration, process types (sequential, hierarchical, parallel), memory systems, and flows for complex workflows. Essential for building collaborative AI agent teams. Use when: crewai, multi-agent team, agent roles, crew of agents, role-based agents.
majiayu000/claude-skill-registry 163
-
bmad-create-story
Creates a dedicated story file with all the context the agent will need to implement it later. Use when the user says "create the next story" or "create story [story identifier]"
majiayu000/claude-skill-registry 163
-
plan-discuss
Shape and stabilize plan intent idempotently into `.plan/active.yaml` until `plan-create` is invoked.
majiayu000/claude-skill-registry 163
-
commit
Standardized git commit, push, and PR creation workflow.
majiayu000/claude-skill-registry 163
-
mobile-design
Mobile-first design thinking and decision-making for iOS and Android apps. Touch interaction, performance patterns, platform conventions. Teaches principles, not fixed values. Use when building React Native, Flutter, or native mobile apps.
majiayu000/claude-skill-registry 163
-
agentuity-cli-cloud-env-pull
Pull environment variables from cloud to local .env.production file. Requires authentication. Use for Agentuity cloud platform operations
majiayu000/claude-skill-registry 163
-
process-integrator
Integrate skills and agents into process files by updating task definitions with appropriate skill.name and agent.name references.
majiayu000/claude-skill-registry 163
-
cost-optimization-finops
majiayu000/claude-skill-registry 163
-
posting-twitter
Post content to Twitter/X using Twitter API v2.
Use when publishing tweets, creating threads, searching mentions,
or getting timeline analytics. Supports media and replies.
NOT when posting to other platforms.
majiayu000/claude-skill-registry 163
-
projection-patterns
Build read models and projections from event streams. Use when implementing CQRS read sides, building materialized views, or optimizing query performance in event-sourced systems.
majiayu000/claude-skill-registry 163