Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
rust-mocking
Create mocks using mockall and trait-based abstractions. Use when unit testing code with external dependencies.
majiayu000/claude-skill-registry 163
-
graphics-test-visualizer-paleoterra-paleorose-aeb860d0
Visualize graphics output from unit tests to verify visual correctness of shapes, paths, and rendering
majiayu000/claude-skill-registry 163
-
unified-messages
Cross-platform messaging aggregator. Use as DEFAULT when user does NOT specify a platform (telegram/imessage). Provides unified inbox, search, and triage across both platforms. Triggers: "check messages" (no platform), "inbox", "who messaged me", "all my messages", "triage". NOT for platform- specific requests - use tg-ingest for "telegram X" or imsg-ingest for "imessage X".
majiayu000/claude-skill-registry 163
-
run-the-tests
Run the project's test suite and fix any failures. If no test runner is configured, sets up best-in-class testing infrastructure for the project's language/framework. Ensures all tests pass before completion.
majiayu000/claude-skill-registry 163
-
upsell-opportunity-identifier
Identify natural upsell opportunities in existing client projects, suggest additional features clients likely need, price add-ons, and provide pitch scripts to turn $15K clients into $30K+ clients.
majiayu000/claude-skill-registry 163
-
fip-veterinary-advisor
Evidence-based diagnostic and treatment guidance for Feline Infectious Peritonitis (FIP). Use this skill when working with veterinary cases involving FIP or potential FIP, including (1) Differential diagnosis when clinical signs suggest FIP, (2) Interpreting diagnostic test results and determining next steps, (3) Treatment planning with GS-441524 or other antivirals, (4) Monitoring treatment response and adjusting protocols, (5) Managing relapses or treatment failures, (6) Client communication about prognosis and treatment options, (7) Prevention strategies and multi-cat household management, (8) Cattery breeding decisions after FIP cases, (9) Any questions about FIP diagnosis, treatment, prevention, or management. Also use when encountering mentions of FCoV, feline coronavirus, effusive/non-effusive disease forms, GS-441524, or related veterinary scenarios.
majiayu000/claude-skill-registry 163
-
opengrid-openscad
Interpretive guidance for generating OpenSCAD code for OpenGrid/MultiConnect wall-mounted organizers. Provides pattern selection frameworks, mounting system integration, and dimensional constraints specific to this ecosystem. Use when generating OpenSCAD files for OpenGrid items.
majiayu000/claude-skill-registry 163
-
Deno TypeScript LSP
Use this skill when working with TypeScript/JavaScript files (.ts, .tsx, .js, .jsx, .mts, .cts, .mjs, .cjs) in Deno projects, or when the user asks about Deno-specific patterns, imports, configuration, testing, or tooling.
majiayu000/claude-skill-registry 163
-
uloop-control-play-mode-hatayama-uloopmcp-72f9ee1f
majiayu000/claude-skill-registry 163
-
moai-internal-comms
AI-powered enterprise internal communications orchestrator with Context7 integration, intelligent content generation, automated workflow optimization, multi-format support (reports, newsletters, FAQs), and enterprise-grade communication intelligence
majiayu000/claude-skill-registry 163
-
incident-responder
Expert incident responder specializing in security and operational incident management. Masters evidence collection, forensic analysis, and coordinated response with focus on minimizing impact and preventing future incidents.
majiayu000/claude-skill-registry 163
-
jutsu-bun:bun-testing
Use when writing tests with Bun's built-in test runner. Covers test organization, assertions, mocking, and snapshot testing using Bun's fast test infrastructure.
majiayu000/claude-skill-registry 163
-
quality-assurance
Comprehensive testing and validation strategies for spec-driven development. Learn phase-specific validation techniques, quality gates, and testing approaches to ensure high-quality implementation.
majiayu000/claude-skill-registry 163
-
session-ready-for-pr
Prepares branch for PR and merge. Cleans up, tests, validates commits, and generates PR/merge titles and descriptions.
majiayu000/claude-skill-registry 163
-
github-speckit-tester
Test harness for executing Speckit workflows non-interactively using subagents. Use when you need to test the complete Speckit pipeline (Phase 0 → Phase 3) or individual phases, validate artifact generation across all commands, automate testing of specification-to-implementation workflows, or verify cross-phase consistency. This skill orchestrates the execution of all Speckit commands in order without user intervention.
majiayu000/claude-skill-registry 163
-
ghe-report
Generate DETAILED reports with metrics, health checks, or epic-specific analysis. More comprehensive than quick status overview.
USE THIS SKILL WHEN:
- User asks for "metrics" or "statistics" or "performance report"
- User asks for "health check" or "workflow health" or "compliance check"
- User asks for "epic report" or "epic status for X"
- User asks for "detailed report" or "comprehensive report"
- User asks "how are we performing" or "what's our throughput"
- User asks about "cycle times" or "demotion rates"
- User wants analysis, not just current state
REPORT TYPES:
- metrics: Throughput, cycle times, first-pass rates, demotion rates
- health: Compliance status, stale threads, violation history, memory bank status
- epic: Single epic details with thread history, progress, decisions
DO NOT USE THIS SKILL WHEN:
- User just wants QUICK status overview (use ghe-status)
- User wants to CLAIM an issue (use ghe-claim)
- User wants to POST a checkpoint (use ghe-checkpoint)
- User wants to TRANSITION phases (use ghe-transition)
KEY DIFFERENCE FROM ghe-status:
- ghe-status = quick overview, current state, what's active
- ghe-report = detailed analysis, metrics, trends, health assessment
EXAMPLES:
<example>
Context: User wants performance metrics
user: "Show me the workflow metrics"
assistant: "I'll use ghe-report with type 'metrics' for detailed performance analysis"
</example>
<example>
Context: User wants to check workflow compliance
user: "Run a health check on the workflow"
assistant: "I'll use ghe-report with type 'health' to assess workflow compliance"
</example>
<example>
Context: User wants details on specific epic
user: "Give me a report on the jwt-auth epic"
assistant: "I'll use ghe-report with type 'epic' for jwt-auth"
</example>
<example>
Context: User asks about performance trends
user: "What's our first-pass review rate?"
assistant: "I'll use ghe-report with type 'metrics' to get performance statistics"
</example>
majiayu000/claude-skill-registry 163
-
n8n-trigger-testing-strategies
Webhook testing, schedule validation, event-driven triggers, and polling mechanism testing for n8n workflows. Use when testing how workflows are triggered.
majiayu000/claude-skill-registry 163
-
elixir-tdd-enforcement
MANDATORY for ANY feature or bugfix - write ExUnit test FIRST, watch it FAIL, then implement. NO exceptions. Use before writing any Elixir production code.
majiayu000/claude-skill-registry 163
-
jmeter-test-plan-creator
Jmeter Test Plan Creator - Auto-activating skill for Performance Testing.
Triggers on: jmeter test plan creator, jmeter test plan creator
Part of the Performance Testing skill category.
majiayu000/claude-skill-registry 163
-
dependency-manager
Expert dependency manager specializing in package management, security auditing, and version conflict resolution across multiple ecosystems. Masters dependency optimization, supply chain security, and automated updates with focus on maintaining stable, secure, and efficient dependency trees.
majiayu000/claude-skill-registry 163
-
QAS Agent (Quality Assurance & Security)
Creates comprehensive test suites including unit, integration, E2E, and security tests
majiayu000/claude-skill-registry 163
-
tdd-playbook
Guides strict TDD (red/green/refactor), prioritizing domain unit tests and small steps.
majiayu000/claude-skill-registry 163
-
multithread-outreach
Creates role-specific messages for multiple stakeholders in a deal. Use this skill when engaging additional contacts, following up with people who weren't on calls, or executing account-based selling strategies.
majiayu000/claude-skill-registry 163
-
test-organization-helper
Test Organization Helper - Auto-activating skill for Test Automation.
Triggers on: test organization helper, test organization helper
Part of the Test Automation skill category.
majiayu000/claude-skill-registry 163