Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
codex-design
Consult Codex for architectural decisions. Use when: (1) introducing patterns not in codebase, (2) 3+ design options exist, (3) performance-critical implementation, (4) major refactoring. Get risk assessment before coding.
majiayu000/claude-skill-registry 163
-
ontology-generator
Generate comprehensive ontological knowledge graphs in [[wikilinks]] syntax for InfraNodus visualization. Use when the user requests to create an ontology, extract entities and relationships from text, or generate knowledge graph structures. Handles both topic-based ontology generation and entity extraction from existing text. Output is formatted for direct paste into InfraNodus.com for network visualization and AI-powered gap analysis.
majiayu000/claude-skill-registry 163
-
mcp-integration
This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDE_PLUGIN_ROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidance for integrating Model Context Protocol servers into Claude Code plugins for external tool and service integration.
majiayu000/claude-skill-registry 163
-
web-developer-work-skill
Persistent context management system for web developers that never loses work between Claude Desktop sessions. Features automatic context backup, work session continuity, project state management, and comprehensive error recovery.
majiayu000/claude-skill-registry 163
-
subagents-creator
Guide for creating Claude Code subagents (custom agents) - specialized AI assistants with isolated context. Use when the user wants to create, add, or configure a subagent/custom agent for Claude Code.
majiayu000/claude-skill-registry 163
-
git-commit-validator
This skill should be used whenever creating git commits. It ensures commit messages follow conventional commit format, character limits, and prohibits AI attribution or branding.
majiayu000/claude-skill-registry 163
-
pytorch-common-pitfalls
Fix common PyTorch bugs: percentile calculations, LayerNorm for Conv1d, buffer edge cases. Trigger when writing PyTorch code for RL or neural networks.
majiayu000/claude-skill-registry 163
-
workflow-challenger
Critical review and gap analysis skill that can be invoked at any workflow stage. Use to challenge decisions, identify missing specifications, verify coherence, and surface unaddressed questions in CDC, findings, plans, or any deliverable. Acts as a devil's advocate by deeply analyzing codebase, project documentation ([DOC]-* folders), and context.
majiayu000/claude-skill-registry 163
-
enhance-workflow
Analyze, refactor, and enhance existing Workscript workflow JSON files based on user feedback. Use when asked to improve, optimize, refactor, fix, or enhance an existing workflow. Triggers on requests like "improve this workflow", "optimize the X workflow", "add error handling to", "make this workflow more robust", "refactor for flat structure", or when users provide critique, suggestions, or requirements for workflow improvements. Complements the new-workflow skill by handling post-creation refinements.
majiayu000/claude-skill-registry 163
-
session-summary
End-of-session summary that logs work completed to Obsidian. Run this at the end of any Claude Code session to capture what you accomplished. Creates or appends to the daily session log.
majiayu000/claude-skill-registry 163
-
checkpoint-from-receipt
Create checkpoints from receipt photos using QR scanning, e-Kasa API, and GPS extraction (10-40s)
majiayu000/claude-skill-registry 163
-
create-review-checklist
Generate review checklists for different change types. Use to customize review focus based on what was changed.
majiayu000/claude-skill-registry 163
-
ask-peer
Consult with a peer engineer for plan review, code review, implementation discussions, or problem-solving brainstorming. Use when you need a second opinion, want to validate your approach, or check for overlooked issues.
majiayu000/claude-skill-registry 163
-
applesauce-core
This skill should be used when working with applesauce-core library for Nostr client development, including event stores, queries, observables, and client utilities. Provides comprehensive knowledge of applesauce patterns for building reactive Nostr applications.
majiayu000/claude-skill-registry 163
-
Go Complexity Reduction
This skill should be used when the user asks about "gocyclo", "funlen", "cyclop", "nestif", "cognitive complexity", "refactor long function", "reduce nesting", "complexity reduction", or needs guidance on simplifying complex Go code. Provides patterns and techniques for reducing Go code complexity while preserving behavior.
majiayu000/claude-skill-registry 163
-
unified-search-discover
Progressive search and discovery with structured refinement workflows for file finding, content searching, and safe refactoring operations using fd/find, rg/grep, and ast-grep tools. Use when searching, discovering, or refactoring code with progressive refinement patterns.
majiayu000/claude-skill-registry 163
-
react-component-developer
Expert in React 19 and Next.js 16 development with modern patterns including Server Components, hooks, and performance optimization. Use when creating new UI components, refactoring React code, or implementing interactive features.
majiayu000/claude-skill-registry 163
-
codex-read
Read and integrate response from Codex. Use when user says codex read, get codex response, or check codex results.
majiayu000/claude-skill-registry 163
-
ethereum-development
Master Ethereum development including EVM, gas optimization, and client interactions
majiayu000/claude-skill-registry 163
-
php-coding-standards
Invoke BEFORE writing PHP code. Provides coding standards and naming conventions.
majiayu000/claude-skill-registry 163
-
semantic-code-hunter
Use when you need to find code by concept (not just text). Uses Serena MCP for semantic code search across the codebase with minimal token usage. Ideal for understanding architecture, finding authentication flows, or multi-file refactoring.
majiayu000/claude-skill-registry 163
-
detect-python-version
Detects the Python major and minor version of the current repository
majiayu000/claude-skill-registry 163
-
story-sequence-writing-companion
A writing companion that helps authors develop longform narratives using the Eight-Sequence Storytelling Framework. Guides planning, generation, and evaluation with modular context loading.
majiayu000/claude-skill-registry 163
-
code-ratchets
Implement code quality ratchets to prevent proliferation of deprecated patterns. Use when (1) migrating away from legacy code patterns, (2) enforcing gradual codebase improvements, (3) preventing copy-paste proliferation of deprecated practices, or (4) setting up pre-commit hooks to count and limit specific code patterns. A ratchet fails if pattern count exceeds OR falls below expected—ensuring patterns never increase and prompting updates when they decrease.
majiayu000/claude-skill-registry 163