Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
majiayu000/claude-skill-registry 163
-
email-template-rendering
Fix for Handlebars email template rendering issues in the notifications app.
Use when: "Missing helper", template variables not rendering, partials not found,
HTML escaping issues in emails. Only loads when working in apps/notifications/.
majiayu000/claude-skill-registry 163
-
game-design
Game design principles. GDD structure, balancing, player psychology, progression.
majiayu000/claude-skill-registry 163
-
what-if-oracle
Run structured What-If scenario analysis with multi-branch possibility exploration. Use this skill when the user asks speculative questions like "what if...", "what would happen if...", "what are the possibilities", "explore scenarios", "scenario analysis", "possibility space", "what could go wrong", "best case / worst case", "risk analysis", "contingency planning", "strategic options", or any question about uncertain futures. Also trigger when the user faces a fork-in-the-road decision, wants to stress-test an idea, or needs to think through consequences before committing.
majiayu000/claude-skill-registry 163
-
skill-security-auditor
Security audit and vulnerability scanner for AI agent skills before installation. Use when: (1) evaluating a skill from an untrusted source, (2) auditing a skill directory or git repo URL for malicious code, (3) pre-install security gate for Claude Code plugins, OpenClaw skills, or Codex skills, (4) scanning Python scripts for dangerous patterns like os.system, eval, subprocess, network exfiltration, (5) detecting prompt injection in SKILL.md files, (6) checking dependency supply chain risks, (7) verifying file system access stays within skill boundaries. Triggers: "audit this skill", "is this skill safe", "scan skill for security", "check skill before install", "skill security check", "skill vulnerability scan".
majiayu000/claude-skill-registry 163
-
AgentDB Persistent Memory Patterns
majiayu000/claude-skill-registry 163
-
review-option-interaction
Test combinatorial interactions between install options, launch modes, and user journeys
majiayu000/claude-skill-registry 163
-
hexagonal-architecture-layers-java
Hexagonal architecture layering for Java services with strict boundaries. Trigger: When structuring Java apps by Domain/Application/Infrastructure, or refactoring toward clean architecture.
majiayu000/claude-skill-registry 163
-
entropy
Problem-solving strategies for entropy in information theory
majiayu000/claude-skill-registry 163
-
weekly-gtm-report
Use when generating weekly GTM performance reports, summarizing pipeline activity, reviewing outreach metrics, or creating executive updates. Triggers: 'weekly report', 'GTM report', 'pipeline review', 'weekly update', 'outreach summary', 'Friday report'.
majiayu000/claude-skill-registry 163
-
tasks-sync
This skill should be used when syncing current session tasks to a project directory. It exports all tasks from the current Claude Code session to JSON files in the project's tasks directory, enabling persistence across sessions.
majiayu000/claude-skill-registry 163
-
sim-scaffold
Scaffold simulation-testable modules with sans-IO pattern, proptest state machine tests, and fault injection points — prevents retrofitting costs by making code DST-ready from the start
majiayu000/claude-skill-registry 163
-
camsnap
Capture frames or clips from RTSP/ONVIF cameras.
majiayu000/claude-skill-registry 163
-
cli-reference
Claude Code CLI commands, flags, headless mode, and automation patterns
majiayu000/claude-skill-registry 163
-
bmad-wds-ux-design
Transform ideas into detailed visual specifications through scenario-driven design
majiayu000/claude-skill-registry 163
-
e2e-debug
Analyze and fix failing E2E tests. Includes CI auto-repair mode for GitHub Actions failures.
Triggers: 「テストが失敗」「CIが落ちている」「テストをデバッグ」「test failed」「flaky test」
Use when: E2E tests are failing, tests are flaky/unstable, error messages need investigation.
Outputs: Fixed Page Object and spec files, error analysis reports.
majiayu000/claude-skill-registry 163
-
server-actions
This skill should be used when the user asks about "Server Actions", "form handling in Next.js", "mutations", "useFormState", "useFormStatus", "revalidatePath", "revalidateTag", or needs guidance on data mutations and form submissions in Next.js App Router.
majiayu000/claude-skill-registry 163
-
Skill Builder
Create new Claude Code Skills with proper YAML frontmatter, progressive disclosure structure, and complete directory organization. Use when you need to build custom skills for specific workflows, generate skill templates, or understand the Claude Skills specification.
majiayu000/claude-skill-registry 163
-
erpnext-syntax-whitelisted
Deterministic syntax for Frappe Whitelisted Methods (Python API endpoints) for v14/v15/v16. Use when Claude needs to generate code for API functions, REST endpoints, @frappe.whitelist() decorator, frappe.call() or frm.call() invocations, permission checks in APIs, error handling patterns, or when questions concern API structure, response formats, or client-server communication. Triggers: whitelisted, API endpoint, frappe.call, frm.call, REST API, @frappe.whitelist, allow_guest, API method.
majiayu000/claude-skill-registry 163
-
fal-generate
Generate images and videos using fal.ai AI models
majiayu000/claude-skill-registry 163
-
aim-status
Check AI Memory system status
majiayu000/claude-skill-registry 163
-
aeon
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.
majiayu000/claude-skill-registry 163
-
fastapi-development
Modern Python API development with FastAPI covering async patterns, Pydantic validation, dependency injection, and production deployment
majiayu000/claude-skill-registry 163
-
autopilot
Full autonomous execution from idea to working code
majiayu000/claude-skill-registry 163