Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
gh-pr-review
Reviews GitHub PRs with multi-agent orchestration for comprehensive validation. Triggers on keywords: PR review, review PR, GitHub PR review, pull request review
majiayu000/claude-skill-registry 163
-
unreal-engine-cpp-pro
Expert guide for Unreal Engine 5.x C++ development, covering UObject hygiene, performance patterns, and best practices.
majiayu000/claude-skill-registry 163
-
gke-workload-security
Workflows for auditing and hardening the security of GKE workloads.
majiayu000/claude-skill-registry 163
-
gkg
Semantic code analysis with GitLab Knowledge Graph. Use for go-to-definition, find-usages, impact analysis, architecture visualization. Supports Ruby, Java, Kotlin, Python, TypeScript/JavaScript.
majiayu000/claude-skill-registry 163
-
better-auth-ts
Better Auth TypeScript/JavaScript authentication library. Use when implementing auth in Next.js, React, Express, or any TypeScript project. Covers email/password, OAuth, JWT, sessions, 2FA, magic links, social login with Next.js 16 proxy.ts patterns.
majiayu000/claude-skill-registry 163
-
bun-development
Modern JavaScript/TypeScript development with Bun runtime. Covers package management, bundling, testing, and migration from Node.js. Use when working with Bun, optimizing JS/TS development speed, or migrating from Node.js to Bun.
majiayu000/claude-skill-registry 163
-
df:security-audit
Scan codebase for security vulnerabilities using parallel auditor agents.
Standalone — works without .planning/ state. Covers OWASP Top 10, secrets, dependency risks, auth flaws.
Triggers on: "security audit", "scan for vulnerabilities", "check for secrets", "security review", "find security issues"
majiayu000/claude-skill-registry 163
-
Offer Letter Generator
Create formal employment offer letters with compensation and terms
majiayu000/claude-skill-registry 163
-
ln-100-documents-pipeline
Creates complete project documentation system (project docs, reference, tasks, tests). Use when bootstrapping docs from scratch or regenerating all.
majiayu000/claude-skill-registry 163
-
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
majiayu000/claude-skill-registry 163
-
dart-drift
Complete guide for using drift database library in Dart applications (CLI, server-side, non-Flutter). Use when building Dart apps that need local SQLite database storage or PostgreSQL connection with type-safe queries, reactive streams, migrations, and efficient CRUD operations. Includes setup with sqlite3 package, PostgreSQL support with drift_postgres, connection pooling, and server-side patterns.
majiayu000/claude-skill-registry 163
-
agent-benchmark
Framework for measuring and tracking agent response quality over time. Detects regressions before they reach production. Use when evaluating agent changes, auditing quality, or establishing performance baselines.
majiayu000/claude-skill-registry 163
-
doc-updates
Update documentation after code changes with quality gates, slop detection, consolidation, and accuracy verification.
majiayu000/claude-skill-registry 163
-
zarr-python
Chunked N-D arrays for cloud storage. Compressed arrays, parallel I/O, S3/GCS integration, NumPy/Dask/Xarray compatible, for large-scale scientific computing pipelines.
majiayu000/claude-skill-registry 163
-
performance-optimization
Optimize application performance for speed, efficiency, and scalability. Use when improving page load times, reducing bundle size, optimizing database queries, or fixing performance bottlenecks. Handles React optimization, lazy loading, caching, code splitting, and profiling.
majiayu000/claude-skill-registry 163
-
enterprise-debug
4-phase systematic debugging: investigate, blast radius scan, root cause identification, TDD fix. Finds root causes not symptoms. Blast radius scan catches sibling bugs. 3-fail circuit breaker prevents fix-forward loops. Use for any bug, test failure, or unexpected behavior.
majiayu000/claude-skill-registry 163
-
ln-110-project-docs-coordinator
Coordinates project documentation creation with single context gathering and project type detection. Use when generating project docs subset.
majiayu000/claude-skill-registry 163
-
document-feature
Generate technical and user documentation for a feature
majiayu000/claude-skill-registry 163
-
sentry
Use this skill when working with Sentry - error monitoring, performance tracing, session replay, cron monitoring, alerts, or source maps. Triggers on any Sentry-related task including SDK initialization, issue triage, custom instrumentation, uploading source maps, configuring alerts, and integrating Sentry into JavaScript, Python, Next.js, or other supported frameworks.
majiayu000/claude-skill-registry 163
-
eta
When a user asks how long a task will take, requests a time estimate, or before
starting any non-trivial coding task, immediately run scripts/estimate_task.py
to analyze the codebase scope and provide a data-driven time estimate. Show the
estimate breakdown, risk factors, and checkpoint recommendations without asking.
majiayu000/claude-skill-registry 163
-
xurl
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
majiayu000/claude-skill-registry 163
-
openspec-explore
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
majiayu000/claude-skill-registry 163
-
open-source-licensing
Use when selecting, using, or distributing open-source software and understanding license obligations. Covers permissive vs copyleft licenses, license compatibility, compliance obligations, and SCA tools for license auditing.
USE FOR: open-source licenses, MIT, Apache, GPL, LGPL, MPL, BSD, copyleft, permissive, license compatibility, OSS compliance, SBOM license auditing, contributor license agreements, dual licensing
DO NOT USE FOR: IP ownership questions (use intellectual-property), creating custom licenses (consult legal counsel), software patent analysis (use intellectual-property)
majiayu000/claude-skill-registry 163
-
test
Testing workflow - write and run tests. Use when:
- User says "test", "write tests", "add tests", "run tests"
- User mentions "coverage", "unit test", "integration test"
- After implementing a feature (tests should follow)
- Before shipping or merging code
majiayu000/claude-skill-registry 163