Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
open-pr
Create GitHub pull requests from conversation context with proper formatting and tag selection
majiayu000/claude-skill-registry 163
-
codex-a11y-audit
Use when reviewing UI diffs, accessibility audits, or flaky UI tests to catch a11y regressions, semantic issues, keyboard/focus problems, and to recommend minimal fixes plus role-based test selectors.
majiayu000/claude-skill-registry 163
-
harness-writing
Techniques for writing effective fuzzing harnesses across languages. Use when creating new fuzz targets or improving existing harness code.
majiayu000/claude-skill-registry 163
-
testing-wpf
Create and maintain WPF UI tests and ViewModel tests for the .NET 8 widget host app. Use when setting up UI automation, testing MVVM logic, or building a test harness for widgets and the shell.
majiayu000/claude-skill-registry 163
-
firebase-app-hosting
Guide for configuring, deploying, and troubleshooting Firebase App Hosting with Next.js and other frameworks. Use when setting up apphosting.yaml, debugging build/deploy errors, managing environment variables, configuring Cloud Run settings, or adapting projects for App Hosting production environment.
majiayu000/claude-skill-registry 163
-
tanaoroshi
セッションログから価値ある発見を抽出し、カテゴリ別に整理する。「棚卸し」「セッションログの整理」「発見をまとめて」などと言われたら実行。
majiayu000/claude-skill-registry 163
-
consult-zai
Compare z.ai GLM 4.7 and code-searcher responses for comprehensive dual-AI code analysis. Use when you need multiple AI perspectives on code questions.
majiayu000/claude-skill-registry 163
-
model-usage
Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
majiayu000/claude-skill-registry 163
-
plugin-registry-scanner
This skill should be used when the user wants to discover available looplia skills,
scan installed plugins, or list what capabilities are available. Use when someone says
"what looplia skills are installed", "list available skills", "scan plugins", "/build",
"what can looplia do", or "show me all looplia capabilities".
First step in looplia workflow building: scans plugins/*/skills/*/SKILL.md to build
a registry of available skills. Part of the skills-first architecture where one workflow
step invokes one skill-executor to orchestrate multiple skills.
majiayu000/claude-skill-registry 163
-
clink-standalone
Standalone CLI bridge - launch external AI CLIs (gemini, codex, claude) directly without MCP server. Use when you need to delegate tasks to specialized CLI tools with their own context windows. Supports role-based prompts and file references.
majiayu000/claude-skill-registry 163
-
estimate-creator
御見積書を作成するスキル。クライアント名、件名、項目、単価(原価)、粗利率から見積書を生成します。日付、支払条件などの情報も扱います。
majiayu000/claude-skill-registry 163
-
branch-creating
ブランチ作成時のルール
majiayu000/claude-skill-registry 163
-
debug-surefire
Debug Maven Surefire unit tests by running them in JDWP "wait for debugger" mode (`-Dmaven.surefire.debug`) and attaching to the forked test JVM using **jdb** (preferred for CLI/agent debugging), IntelliJ, or VS Code. Use when asked to debug/step through a failing JUnit test, attach a debugger to a Maven test run, or run `mvn test -Dtest=Class[#method]` suspended on a port (including multi-module `-pl` runs). The JVM will block at startup until a debugger attaches; the agent should attach with `jdb -attach <host>:<port>` and drive the session from the terminal.
majiayu000/claude-skill-registry 163
-
cracked-it-problem-solver
Complete strategic problem-solving methodology from "Cracked It!" by Garrette, Phelps & Sibony. Use when users need to solve complex ill-defined business problems, structure and analyze strategic issues, develop and validate solutions, or present recommendations persuasively. Covers the complete 4S Method (State, Structure, Solve, Sell) from problem definition through solution delivery. Use for strategy consulting, business analysis, decision-making, and solving wicked problems that resist simple frameworks.
majiayu000/claude-skill-registry 163
-
agent-33-skills-maker
Create Claude Desktop skills from descriptions, SOPs, or existing agents. Three modes - create from scratch, convert SOPs to skills, or migrate agents to skill format. Outputs ready-to-deploy .zip packages.
majiayu000/claude-skill-registry 163
-
python-code-review
Reviews Python code for type safety, async patterns, error handling, and common mistakes. Use when reviewing .py files, checking type hints, async/await usage, or exception handling.
majiayu000/claude-skill-registry 163
-
external-system-safety
Enforces confirmation workflow for EXTERNAL system writes (Jira, Confluence, BitBucket, Slack) ONLY. NEVER activates for Linear operations (Linear is internal tracking). Auto-activates when detecting potential writes to external PM systems (status updates, page creation, PR posts, notifications). Blocks execution and displays exact content that will be written. Requires explicit "yes" confirmation (rejects "ok", "sure", ambiguous responses). All Linear operations execute automatically without confirmation. Works alongside ccpm-code-review to ensure quality before external broadcasts. Provides audit trail of all confirmed operations. Allows batch operations with granular per-item confirmation when needed.
majiayu000/claude-skill-registry 163
-
redis-cluster
Master Redis Cluster - horizontal scaling, hash slots, resharding, cluster management, and distributed architecture
majiayu000/claude-skill-registry 163
-
ably
Implements real-time pub/sub messaging with Ably's edge infrastructure. Use when building real-time features requiring enterprise reliability, presence, message history, and global low-latency delivery.
majiayu000/claude-skill-registry 163
-
quality-engineer
Expert in code quality, formatting, linting, and quality gates workflow. Use when user needs to setup quality tools, fix linting errors, configure Biome/Prettier, setup pre-commit hooks, or run quality checks. Examples - "setup code quality", "fix lint errors", "configure Biome", "setup Husky", "run quality checks", "format code", "type check errors".
majiayu000/claude-skill-registry 163
-
mock-data
Creates typed mock data files in src/data/ following project conventions. Use when needing test data for new features or components.
majiayu000/claude-skill-registry 163
-
Recommendation Engine
Build recommendation systems using collaborative filtering, content-based filtering, matrix factorization, and neural network approaches
majiayu000/claude-skill-registry 163
-
task-expert
'Task as Code' management expert. Responsible for maintaining task files in the todos/ directory, ensuring continuous task IDs, clear statuses, and adherence to specifications.
majiayu000/claude-skill-registry 163
-
hooks-validator
Validates React code for Rules of Hooks violations. Catches issues like hooks called after conditional returns that cause production crashes (React error
majiayu000/claude-skill-registry 163