Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
ksim-rl
RL training library for humanoid locomotion and manipulation built on MuJoCo and JAX. Provides PPO, AMP, and custom task abstractions for sim-to-real robotics policy training.
majiayu000/claude-skill-registry 163
-
vsl
VSL(ビデオセールスレター)の台本作成を支援。動画セールスレター、セールス動画、販売動画のスクリプトを書く際に使用。15章構成に対応。
majiayu000/claude-skill-registry 163
-
accordions-dropdowns
Use when animating accordions, collapsibles, dropdowns, or expand/collapse elements for smooth reveal transitions
majiayu000/claude-skill-registry 163
-
Diagnostics Specialist
RAN fault detection and automated troubleshooting with cognitive consciousness, predictive failure analysis, and autonomous root cause identification. Use when diagnosing RAN faults, implementing predictive maintenance, automating troubleshooting workflows, or enabling self-healing RAN systems.
majiayu000/claude-skill-registry 163
-
Flutter UI Widgets
Principles for maintainable UI components.
majiayu000/claude-skill-registry 163
-
attractor
Invariant set attracting nearby trajectories
majiayu000/claude-skill-registry 163
-
skill-generator
Use when you want to capture project-specific patterns as reusable skills - generates custom skills based on codebase patterns, common workflows, and team conventions discovered during analysis. Creates skills for patterns, testing, deployment, debugging, and setup. Do NOT use for generic skills that would work across any project - those belong in popkit core, not project-specific generation.
majiayu000/claude-skill-registry 163
-
experience-library
Capture task outcomes, score performance, and derive rules as token priors for continual learning without model weight changes. Use for post-task feedback, experience capture, pattern extraction, and learning from mistakes. Achieves continual learning for $18 per 100 samples vs $10k fine-tune cost. Triggers on "learn from experience", "capture patterns", "post-task analysis", "continual learning", "experience extraction".
majiayu000/claude-skill-registry 163
-
frontend-bugfix
Use this skill when debugging frontend test failures (React/TypeScript, Vitest, etc.), fixing bugs in React/TypeScript code, or following TDD methodology for frontend bug fixes. This skill provides the complete bugfix workflow knowledge including error classification, confidence scoring, and TDD best practices.
majiayu000/claude-skill-registry 163
-
sync-all-channels
Extract videos from all enabled YouTube channels in channels.yaml. Use for batch updating video lists before downloading transcripts overnight, when the user mentions "sync channels", "update video lists", "refresh channels", or before running download-all-transcripts.
majiayu000/claude-skill-registry 163
-
cva-case-study-roi
Real-world ROI case study for healthcare content automation pipeline. Clínica Mente Saudável case with validated metrics - 99.4% time reduction (4h15m to 1.5min), 92.4% cost reduction (R$192.50 to R$14.70), +180% monthly ROI turnaround. Includes detailed cost breakdown, optimization strategies, and business impact analysis. Use when evaluating ROI, presenting business case, or validating automation benefits.
majiayu000/claude-skill-registry 163
-
fireflies-hello-world
Create a minimal working Fireflies.ai example.
Use when starting a new Fireflies.ai integration, testing your setup,
or learning basic Fireflies.ai API patterns.
Trigger with phrases like "fireflies hello world", "fireflies example",
"fireflies quick start", "simple fireflies code".
majiayu000/claude-skill-registry 163
-
TypeSpec Agent Developer
Expert in implementing Microsoft 365 Copilot agents with TypeSpec code (use AFTER project is created). Use when (1) Writing or editing .tsp files in an existing project, (2) Implementing agent instructions and behavior in TypeSpec, (3) Adding or configuring capabilities (WebSearch, OneDrive, etc.) with proper scoping, (4) Creating API plugin actions with @actions decorator, (5) Defining TypeSpec models and enums, (6) Adding @doc decorators and documentation, (7) Compiling TypeSpec with npm run compile, (8) Fixing TypeSpec compilation errors, (9) Working with @agent, @instructions, @conversationStarter decorators, or (10) Implementing TypeSpec syntax for @microsoft/typespec-m365-copilot library. This skill handles TYPESPEC CODE, not project scaffolding.
majiayu000/claude-skill-registry 163
-
pylint-checkers
Use when pylint checkers including built-in checkers, custom checkers, and checker development.
majiayu000/claude-skill-registry 163
-
wavecap-controller
Control WaveCap-SDR server via MCP tools. Use when the user wants to tune frequencies, start/stop captures, manage channels, or control P25 trunking systems.
majiayu000/claude-skill-registry 163
-
create-opencode-plugin
Create OpenCode plugins using the @opencode-ai/plugin SDK. Use for building custom tools, event hooks, auth providers, or tool execution interception. Use proactively when developing new plugins in .opencode/plugin/ or ~/.config/opencode/plugin/.
Examples:
- user: "Create a plugin to block dangerous commands" → implement tool execution before hook with blocking logic
- user: "Add a custom tool for jira" → design tool schema and implementation using SDK context
- user: "Show toast on file edit" → react to file edit events and display status message
- user: "Build a custom auth provider" → implement auth flow for new model provider
- user: "Intercept git commits" → add hook to validate commit messages before execution
majiayu000/claude-skill-registry 163
-
mosaic-ai-agent
Expert guidance for building production-ready tool-calling agents with Databricks Mosaic AI Agent Framework. Use when users need to create agents that orchestrate multiple data sources or APIs, implement LangChain-based agentic workflows, design Foundation Model-powered tool selection, optimize agent prompts and decision-making, or architect multi-tool agent systems. Covers agent architecture patterns, tool design best practices, Foundation Model integration, and common pitfalls.
majiayu000/claude-skill-registry 163
-
building-skills
Expert at creating and modifying Claude Code skills. Auto-invokes when the user wants to create, update, modify, enhance, validate, or standardize skills, or when modifying skill YAML frontmatter fields (especially 'allowed-tools', 'description'), needs help designing skill architecture, or wants to understand when to use skills vs agents. Also auto-invokes proactively when Claude is about to write skill files (*/skills/*/SKILL.md), create skill directory structures, or implement tasks that involve creating skill components.
majiayu000/claude-skill-registry 163
-
positioning-angles
Find your unique market positioning using 8 proven frameworks. Use when developing marketing strategy, creating differentiation, or clarifying why customers should choose you over competitors.
majiayu000/claude-skill-registry 163
-
ebpf-packet-redirect
Implement packet redirection and routing in eBPF programs using bpf_redirect and bpf_redirect_neigh helpers. Includes source-based policy routing, map-based routing tables, load balancing, and CNF router patterns. Use when building routers, gateways, load balancers, or any CNF that needs to control packet forwarding paths.
majiayu000/claude-skill-registry 163
-
psychologist-analyst
Analyzes events through psychological lens using cognitive psychology, social psychology, developmental psychology,
clinical psychology, and neuroscience. Provides insights on behavior, cognition, emotion, motivation, group dynamics,
decision-making biases, mental health, and individual differences.
Use when: Behavioral patterns, decision-making, group behavior, mental health, leadership, persuasion, trauma, development.
Evaluates: Cognitive processes, emotional responses, motivations, biases, group dynamics, personality, mental states.
majiayu000/claude-skill-registry 163
-
llm-app-architecture
Automatically applies when building LLM applications. Ensures proper async patterns for LLM calls, streaming responses, token management, retry logic, and error handling.
majiayu000/claude-skill-registry 163
-
research-cited-report
調査→論点整理→出典付きレポート化。ユーザーが「調べて」「比較して」「根拠/出典付きで」等を求めたら使う。
majiayu000/claude-skill-registry 163
-
roblox-code-reviewer
Reviews Roblox Luau code for correctness, modern patterns, security, and performance. Understands event-driven architecture, client/server boundaries, and script organization. Use after writing Roblox code to catch issues before shipping.
majiayu000/claude-skill-registry 163