Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
learn
Persistent memory system for storing and recalling learnings across sessions.
AUTO-INVOKE THIS SKILL when you:
- Fix a non-obvious bug (store as "bug")
- Discover a useful code pattern (store as "pattern")
- Encounter a gotcha or edge case (store as "gotcha")
- Find a useful tool/library feature (store as "tool")
- Make a performance optimization (store as "perf")
- Discover configuration that solved a problem (store as "config")
- Make an architecture decision with rationale (store as "arch")
- Find a useful testing insight (store as "test")
Also invoke when user says: "remember this", "store learning", "recall learnings",
"what did we learn", "lessons learned"
majiayu000/claude-skill-registry 163
-
mcp-audit
Audit connected MCP servers for token overhead, redundancy, and security. Use when sessions feel slow or before adding new MCPs.
majiayu000/claude-skill-registry 163
-
maestro-debug-test
Run a Maestro E2E test, and if it fails, diagnose and fix it in a loop until it passes. Analyzes failure screenshots, failed steps, and device view hierarchy via Maestro MCP to determine root cause, applies fixes, and re-runs. Use when the user says "debug this test", "fix this maestro test", "why is this test failing", or wants to get a Maestro test passing.
majiayu000/claude-skill-registry 163
-
upgrading-expo
Upgrade Expo SDK versions
majiayu000/claude-skill-registry 163
-
build-dashboard
Build a live MotherDuck dashboard as a Dive. Use when composing one shareable KPI, trend, and breakdown story over existing MotherDuck data, especially when the result should stay a saved workspace artifact rather than a full application.
majiayu000/claude-skill-registry 163
-
research-lit
Search and analyze research papers, find related work, summarize key ideas. Use when user says "find papers", "related work", "literature review", "what does this paper say", or needs to understand academic papers.
majiayu000/claude-skill-registry 163
-
security-compliance-compliance-check
You are a compliance expert specializing in regulatory requirements for software systems including GDPR, HIPAA, SOC2, PCI-DSS, and other industry standards. Perform comprehensive compliance audits and provide implementation guidance for achieving and maintaining compliance.
majiayu000/claude-skill-registry 163
-
vision-to-mission
Transform a user's builder vision into a complete, executable GSD mission package. Use this skill whenever a user has described what they want to BUILD (a product, tool, feature, system, educational pack, or ecosystem component) and wants it structured for GSD execution. Triggers include: 'structure this for GSD', 'make this into a milestone', 'turn this vision into a mission', 'package this up for Claude Code', 'create the mission files', 'I want to hand this to GSD', 'make me a mission package', or any request to decompose a described system into wave-based executable tasks. Also trigger when the user has a vision doc already written and needs mission decomposition. Prefer this skill over generic document creation whenever the GSD ecosystem is mentioned alongside building something.
majiayu000/claude-skill-registry 163
-
release-cch
CCH release workflow automation. Use when asked to "release CCH", "create a release", "prepare release", "tag version", "hotfix release", or "publish CCH". Covers version management from Cargo.toml, changelog generation from conventional commits, PR creation, tagging, hotfix workflows, and GitHub Actions release monitoring.
majiayu000/claude-skill-registry 163
-
ck:markdown-novel-viewer
View markdown files with calm, book-like reading experience via HTTP server. Use for long-form content, documentation preview, novel reading, report viewing, distraction-free reading.
majiayu000/claude-skill-registry 163
-
unity-developer
majiayu000/claude-skill-registry 163
-
tester
High-signal test strategist. Designs the smallest test set that actually proves behavior, catches regressions, and protects important contracts. Use for test plans, regression coverage, API validation.
majiayu000/claude-skill-registry 163
-
Visionary Team
Strategic AI council for product vision, innovation, and future planning
majiayu000/claude-skill-registry 163
-
langgraph-persistence
INVOKE THIS SKILL when your LangGraph needs to persist state, remember conversations, travel through history, or configure subgraph checkpointer scoping. Covers checkpointers, thread_id, time travel, Store, and subgraph persistence modes.
majiayu000/claude-skill-registry 163
-
boxhero-automation
Automate Boxhero tasks via Rube MCP (Composio). Always search tools first for current schemas.
majiayu000/claude-skill-registry 163
-
matchms
Spectral similarity and compound identification for metabolomics. Use for comparing mass spectra, computing similarity scores (cosine, modified cosine), and identifying unknown compounds from spectral libraries. Best for metabolite identification, spectral matching, library searching. For full LC-MS/MS proteomics pipelines use pyopenms.
majiayu000/claude-skill-registry 163
-
configuring-dapr-pubsub
Configures Dapr pub/sub components for event-driven microservices with Kafka or Redis.
Use when wiring agent-to-agent communication, setting up event subscriptions, or integrating Dapr sidecars.
Covers component configuration, subscription patterns, publishing events, and Kubernetes deployment.
NOT when using direct Kafka clients or non-Dapr messaging patterns.
majiayu000/claude-skill-registry 163
-
infographic-syntax-creator
Generate AntV Infographic syntax outputs. Use when asked to turn user content into the Infographic DSL (template selection, data structuring, theme), or to output `infographic <template>` plain syntax.
majiayu000/claude-skill-registry 163
-
deploy
Deploy CDK stacks and content to AWS environments
majiayu000/claude-skill-registry 163
-
aif-build-automation
Analyze project and generate or enhance build automation file (Makefile, Taskfile.yml, Justfile, Magefile.go). If a build file already exists, improves it by adding missing targets and best practices. Use when user says "generate makefile", "create taskfile", "add justfile", "setup mage", or "build automation".
majiayu000/claude-skill-registry 163
-
agentuity-cli-cloud-vector-get
Get a specific vector entry by key. Requires authentication. Use for Agentuity cloud platform operations
majiayu000/claude-skill-registry 163
-
nextjs-authentication
Provides authentication implementation patterns for Next.js 15+ App Router using Auth.js 5 (NextAuth.js). Use when setting up authentication flows, implementing protected routes, managing sessions in Server Components and Server Actions, configuring OAuth providers, implementing role-based access control, or handling sign-in/sign-out flows in Next.js applications.
majiayu000/claude-skill-registry 163
-
mobile-development
Build modern mobile applications with React Native, Flutter, Swift/SwiftUI, and Kotlin/Jetpack Compose. Covers mobile-first design principles, performance optimization (battery, memory, network), offline-first architecture, platform-specific guidelines (iOS HIG, Material Design), testing strategies, security best practices, accessibility, app store deployment, and mobile development mindset. Use when building mobile apps, implementing mobile UX patterns, optimizing for mobile constraints, or making native vs cross-platform decisions.
majiayu000/claude-skill-registry 163
-
rails-hotwire
Hotwire (Turbo Drive, Turbo Frames, Turbo Streams, Stimulus)
majiayu000/claude-skill-registry 163