Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
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
-
find-refactoring
コードベースからリファクタリング候補を検出し、優先度付きでGitHub Issueを作成します
majiayu000/claude-skill-registry 163
-
newsletter-events-research
Research events from Instagram, web aggregators, and Facebook event URLs. Use when scraping event sources, downloading flyer images, or extracting event details.
majiayu000/claude-skill-registry 163
-
smart-routing
majiayu000/claude-skill-registry 163
-
table-builder
Creates data table patterns with filtering, sorting, pagination, row actions, column configuration, server/client rendering modes, and empty/loading states. Use when building "data tables", "list views", "admin tables", or "data grids".
majiayu000/claude-skill-registry 163
-
AILANG Post-Release Tasks
Run automated post-release workflow (eval baselines, dashboard, docs) for AILANG releases. Executes 46-benchmark suite (medium/hard/stretch) + full standard eval with validation and progress reporting. Use when user says "post-release tasks for vX.X.X" or "update dashboard". Fully autonomous with pre-flight checks.
majiayu000/claude-skill-registry 163
-
cooklang-formatting
Format recipes using Cooklang markup syntax. Use when creating, editing, or converting recipes to Cooklang format. Covers ingredients, equipment, timers, metadata, and file organization.
majiayu000/claude-skill-registry 163
-
agent-skill-templates
Comprehensive templates, patterns, and best practices for creating Claude Code subagents and skills. Use when building new agents/skills or need reference examples for proper structure and formatting.
majiayu000/claude-skill-registry 163
-
research-executor
Execute research experiments using TDD methodology. Pops plans from .claude/plans/research_tasks/, implements with smoke/unit/integration tests, and documents results to results.md. Use when: (1) executing the next experiment from the queue, (2) executing a specific plan by number, (3) running an ad-hoc research idea with TDD.
majiayu000/claude-skill-registry 163
-
mcp-publish
Guide for publishing MCP servers to NPM (TypeScript/Node.js) or UVX (Python). Use when preparing MCP servers for public distribution, validating package configuration, or walking through the npm publish or uvx/PyPI publishing workflow. Triggers include requests to publish, release, or distribute MCP servers.
majiayu000/claude-skill-registry 163
-
google-app-engine
Deploy Python applications to Google App Engine Standard/Flexible. Covers app.yaml configuration, Cloud SQL socket connections, Cloud Storage for static files, scaling settings, and environment variables.
Use when: deploying to App Engine, configuring app.yaml, connecting Cloud SQL, setting up static file serving, or troubleshooting 502 errors, cold starts, or memory limits.
majiayu000/claude-skill-registry 163
-
dx-optimizer
Expert in optimizing the end-to-end developer journey. Specializes in Internal Developer Portals (IDP), DORA metrics, and on-call health. Use when improving developer experience, building internal platforms, measuring engineering productivity, or reducing developer friction.
majiayu000/claude-skill-registry 163
-
cloudflare-dns-operations
Performs low-level Cloudflare DNS operations including adding, updating, deleting DNS
records, managing zone settings, and dynamic DNS updates via Cloudflare API. Use when
need manual DNS record management, dynamic DNS updates, zone settings configuration, or
operations outside domain management system. Triggers on "add DNS record", "update DNS",
"delete DNS record", "dynamic DNS", "Cloudflare API", or "manual DNS management". Works
with Cloudflare API v4, cf-dns.sh and cf-settings.sh helper scripts, and direct curl
API calls.
majiayu000/claude-skill-registry 163
-
shell-scripting
Practical bash scripting guidance emphasising defensive programming, ShellCheck compliance, and simplicity. Use when writing shell scripts that need to be reliable and maintainable.
majiayu000/claude-skill-registry 163
-
symfony:config-env-parameters
Use when symfony config env parameters
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