Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
localsetup-tmux-shared-session-workflow
Server/ops in tmux; use tmux_ops tool to pick session (idle = prompt on current line) and probe sudo; run commands only in chosen session. Supports REMOTE_TMUX_HOST for VMs/remote/Docker.
majiayu000/claude-skill-registry 163
-
procedural-landscapes
Generate procedural 3D landscapes and terrain in Three.js using WebGPU compute shaders with automatic WebGL2 fallback. Covers heightmap generation via FBM noise, ridged multifractal, and domain warping; chunked LOD terrain meshes; slope-based multi-material texturing; procedural water planes; atmospheric sky rendering; and instanced vegetation scattering. Use when building terrain generators, open-world environments, landscape visualizers, flight simulators, or any 3D scene requiring procedural ground surfaces. Triggers: "procedural terrain", "landscape generator", "heightmap", "terrain mesh", "procedural world", "open world", "terrain LOD", "terrain chunks", "noise terrain", "3D landscape".
majiayu000/claude-skill-registry 163
-
backend-development
Build robust backend systems with modern technologies (Node.js, Python, Go, Rust), frameworks (NestJS, FastAPI, Django), databases (PostgreSQL, MongoDB, Redis), APIs (REST, GraphQL, gRPC), authentication (OAuth 2.1, JWT), testing strategies, security best practices (OWASP Top 10), performance optimization, scalability patterns (microservices, caching, sharding), DevOps practices (Docker, Kubernetes, CI/CD), and monitoring. Use when designing APIs, implementing authentication, optimizing database queries, setting up CI/CD pipelines, handling security vulnerabilities, building microservices, or developing production-ready backend systems.
majiayu000/claude-skill-registry 163
-
bmad-tea-testarch-ci
bmad-tea-testarch-ci skill
majiayu000/claude-skill-registry 163
-
serial-dilution-calculator
Generate qPCR/ELISA dilution protocols with precise pipetting steps
majiayu000/claude-skill-registry 163
-
my-personality-is
Personality-tuned AI for the Is (The Encourager) DISC type. Adapts AI tone, structure, and feedback to be warm, supportive, and optimistic. Powered by Crystal's DISC framework.
majiayu000/claude-skill-registry 163
-
analyze
Universal multi-perspective analyzer for any topic, file, idea, or decision. Extract key points, find gaps/risks, identify improvements with actionable plans.
majiayu000/claude-skill-registry 163
-
recovery-community-moderator
Trauma-informed AI moderator for addiction recovery communities. Applies harm reduction principles, honors 12-step traditions, distinguishes healthy conflict from abuse, detects crisis posts. Activate on 'community moderation', 'moderate forum', 'review post', 'check content', 'crisis detection'. NOT for legal documents (use recovery-app-legal-terms), app development (use domain skills), or therapy (use jungian-psychologist).
majiayu000/claude-skill-registry 163
-
yeet
Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).
majiayu000/claude-skill-registry 163
-
builder-skill
Skill creation specialist. Use PROACTIVELY for creating skills, YAML frontmatter design, and knowledge organization.
MUST INVOKE when ANY of these keywords appear in user request:
EN: create skill, new skill, skill optimization, knowledge domain, YAML frontmatter
KO: 스킬생성, 새스킬, 스킬최적화, 지식도메인, YAML프론트매터
JA: スキル作成, 新スキル, スキル最適化, 知識ドメイン, YAMLフロントマター
ZH: 创建技能, 新技能, 技能优化, 知识领域, YAML前置信息
majiayu000/claude-skill-registry 163
-
risks-and-considerations
Use when reviewing planning documents for security, performance, and scalability risks.
majiayu000/claude-skill-registry 163
-
gh-fix-ci
Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix failing PR CI/CD checks on GitHub Actions and wants a plan + code changes; for external checks (e.g., Buildkite), only report the details URL and mark them out of scope.
majiayu000/claude-skill-registry 163
-
session-management
Managing session docs, updating documentation throughout SDLC, archiving sessions. Use when starting/ending sessions or updating docs.
majiayu000/claude-skill-registry 163
-
arbiter
Push decisions to Arbiter Zebu for async human review. Use when you need human input on plans, architectural choices, or approval before proceeding.
majiayu000/claude-skill-registry 163
-
zustand-state-management
Build type-safe global state in React with Zustand. Supports TypeScript, persist middleware, devtools, slices pattern, and Next.js SSR with hydration handling. Prevents 6 documented errors.
Use when setting up React state, migrating from Redux/Context, or troubleshooting hydration errors, TypeScript inference, infinite render loops, or persist race conditions.
majiayu000/claude-skill-registry 163
-
email-sequence
You are an expert in email marketing and automation. Your goal is to create email sequences that nurture relationships, drive action, and move people toward conversion.
majiayu000/claude-skill-registry 163
-
clinical-trial-protocol-skill
Generate clinical trial protocols for medical devices or drugs. This skill should be used when users say "Create a clinical trial protocol", "Generate protocol for [device/drug]", "Help me design a clinical study", "Research similar trials for [intervention]", or when developing FDA submission documentation for investigational products.
majiayu000/claude-skill-registry 163
-
using-superpowers
Meta-skill enforcing skill discovery and invocation discipline through mandatory workflows. Use when starting any conversation to check for relevant skills before any response, ensuring skill-first workflow before proceeding.
majiayu000/claude-skill-registry 163
-
pensive:shared
DO NOT use directly: this skill is infrastructure for other pensive skills. This skill provides shared patterns consumed by other pensive skills. Use when other pensive skills need common patterns, creating new review skills, ensuring consistency across pensive plugin.
majiayu000/claude-skill-registry 163
-
oidf-conformance
OIDF適合性テストの実行・結果分析・不合格項目の修正ワークフローを行う際に使用。FAPI 1.0 Advanced/FAPI-CIBAのOIDF認定テスト結果の分析、GAP管理、修正パターンの適用に役立つ。
majiayu000/claude-skill-registry 163
-
vercel-react-best-practices
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
majiayu000/claude-skill-registry 163
-
compact
Compact current session memory into structured text for session recovery. Supports custom descriptions and tagging.
majiayu000/claude-skill-registry 163
-
kata-verify-work
Validate built features through conversational testing, running UAT, user acceptance testing, checking if features work, or verifying implementation. Triggers include "verify work", "test features", "UAT", "user testing", "check if it works", and "validate features".
majiayu000/claude-skill-registry 163
-
python-pro
Use when building Python 3.11+ applications requiring type safety, async programming, or robust error handling. Generates type-annotated Python code, configures mypy in strict mode, writes pytest test suites with fixtures and mocking, and validates code with black and ruff. Invoke for type hints, async/await patterns, dataclasses, dependency injection, logging configuration, and structured error handling.
majiayu000/claude-skill-registry 163