Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
reading-add
Add file or URL to reading inbox. Use when "add to reading list", "save for reading", "put this on my reading list", "reading inbox", "read later", "save this paper", or when triaging email attachments for reading. Also triggers when user says "find the paper/attachment and add to reading" — this skill handles both locating and ingesting the material.
majiayu000/claude-skill-registry 163
-
invoice-organizer
invoice-organizer
majiayu000/claude-skill-registry 163
-
gh-address-comments
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
majiayu000/claude-skill-registry 163
-
threejs-errors-performance
Use when a Three.js scene has performance problems: low FPS, memory leaks, too many draw calls, or high GPU memory usage. Prevents the common mistake of forgetting dispose(), creating objects in the render loop, or not using InstancedMesh for repeated objects. Covers disposal patterns, draw call optimization, InstancedMesh, LOD, texture compression, renderer.info, Stats.js profiling. Keywords: performance, memory leak, dispose, draw calls, FPS, slow, optimization, InstancedMesh, LOD, renderer.info, Stats, profiling.
majiayu000/claude-skill-registry 163
-
authentication-setup
Implement JWT authentication with bcrypt password hashing, refresh tokens, account lockout, and password reset flow. Use when setting up authentication or login system.
majiayu000/claude-skill-registry 163
-
aget-check-evolution
Monitor .aget/evolution/ directory health. Validates file counts, naming conventions, disk usage, and returns health status with alerts on anomalies.
majiayu000/claude-skill-registry 163
-
reload
Treat the current session and auto-resume in a new terminal window.
majiayu000/claude-skill-registry 163
-
frappe-agent-interpreter
Use when receiving vague or unclear ERPNext/Frappe development requests that need interpretation. Transforms requirements like 'make invoice auto-calculate' or 'add approval workflow' into concrete technical specifications. Determines which Frappe mechanisms to use and maps to the full 60-skill catalog. Keywords: vague requirement, clarify scope, translate business need, technical spec, implementation plan.
majiayu000/claude-skill-registry 163
-
zod-v4
Expert guidance for Zod v4 schema validation in TypeScript. Use when designing schemas, migrating from Zod 3, handling validation errors, generating JSON Schema/OpenAPI, using codecs/transforms, or integrating with React Hook Form, tRPC, Hono, or Next.js. Covers all Zod v4 APIs including top-level string formats, strictObject/looseObject, metadata, registries, branded types, and recursive schemas.
majiayu000/claude-skill-registry 163
-
code-formatter
格式化源代码文件,支持Python、JavaScript、JSON等语言,使用行业标准格式化工具。
majiayu000/claude-skill-registry 163
-
vibe-wave-based-remediation
Systematically fixes large backlogs of issues using prioritized waves. Use when facing 10+ issues, bugs, or gaps to address.
majiayu000/claude-skill-registry 163
-
review
Conduct code review with quality checks, architecture validation, and framework compliance.
TRIGGER when: user wants code reviewed ("review my code", "check this PR", "review these changes", "quality check").
Dynamically detects project configuration (Pillars, architecture rules, ADRs) and adapts checks accordingly.
DO NOT TRIGGER when: user wants to create/write code (not reviewing), or just wants explanations without quality assessment.
majiayu000/claude-skill-registry 163
-
stage-hunk
Stage or unstage specific hunks from a changed file in a git repo without interactive prompts. Use this skill whenever you need to partially stage or unstage hunks — for example, committing only the bug fix hunk but not the refactor, or unstaging something that was staged by mistake. Common phrases: 'commit only the X changes', 'stage that hunk', 'don't include the Y part', 'unstage the refactor'.
majiayu000/claude-skill-registry 163
-
tech-debt-tracker
Skill d'identification et de priorisation de la dette technique dans un projet. Scanne les patterns de dette (TODO/FIXME, code duplique, fichiers trop longs, dependances outdated, types manquants, etc.), classifie par categorie et severite, et genere un rapport avec matrice de priorisation. Compatible avec /refactor-planner pour la remediation. Ce skill devrait etre utilise periodiquement ou avant un audit qualite.
majiayu000/claude-skill-registry 163
-
veterinary-physical-exam
Structured species-specific physical examination workflows and normal vital parameter reference ranges. Use when documenting or interpreting physical exam findings in animals.
majiayu000/claude-skill-registry 163
-
web-nextjs
Next.js 15: App Router, server actions, ISR/SSG/SSR, middleware, turbopack, Vercel deployment
majiayu000/claude-skill-registry 163
-
cost-optimization
Optimize cloud costs through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing cost governance policies.
majiayu000/claude-skill-registry 163
-
plugin-dev-workflow
Guide plugin development workflow — editing skills, agents, hooks, or eval framework in this repo. Use when modifying files in plugins/elixir-phoenix/, lab/eval/, or lab/autoresearch/. Ensures changes pass eval, lint, and tests before committing.
majiayu000/claude-skill-registry 163
-
events
Decoupled communication between application layers. Events are plain data objects describing what happened; listeners react to those events with a single, specific side effect.
majiayu000/claude-skill-registry 163
-
technical-debt
Identifying, documenting, and systematically managing technical debt to maintain codebase health
majiayu000/claude-skill-registry 163
-
sag
ElevenLabs text-to-speech with mac-style say UX.
majiayu000/claude-skill-registry 163
-
cloud-monitoring-alert
Monitor cloud monitoring alert operations. Auto-activating skill for GCP Skills.
Triggers on: cloud monitoring alert, cloud monitoring alert
Part of the GCP Skills skill category. Use when monitoring systems or services. Trigger with phrases like "cloud monitoring alert", "cloud alert", "cloud".
majiayu000/claude-skill-registry 163
-
analytics-tracking
When the user wants to set up, improve, or audit analytics tracking and measurement. Also use when the user mentions "set up tracking," "GA4," "Google Analytics," "conversion tracking," "event tracking," "UTM parameters," "tag manager," "GTM," "analytics implementation," or "tracking plan." For A/B test measurement, see ab-test-setup.
majiayu000/claude-skill-registry 163
-
database-query-best-practices
Prevent connection pool exhaustion when querying Railway PostgreSQL database. Use when (1) Running database queries from local environment, (2) Diagnosing "too many clients" errors, (3) Writing Python scripts that query production DB, (4) Checking connection pool status. CRITICAL - Always close connections immediately after use, use context managers, check pool status before queries.
majiayu000/claude-skill-registry 163