Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
post-deploy
Infrastructure post-deployment validation and monitoring. TODO: Implement for devops. Invoked by: "/post-deploy", "verify deployment", "infra check", "validate infrastructure".
majiayu000/claude-skill-registry 163
-
skill-enhance
Guide for enhancing and improving existing skills based on conversation analysis and usage feedback. This skill should be used when the Skill Sub-Agent needs to update or strengthen an existing skill by adding new patterns, fixing issues, or improving content quality based on observed usage.
majiayu000/claude-skill-registry 163
-
discord-ethanalgox-marketbot
majiayu000/claude-skill-registry 163
-
cto-advisor
CTO-level advisory - build vs buy decisions, tech debt quantification, team scaling, ADRs, technology evaluation (RICE), budget planning, TCO, vendor management, DORA/SPACE metrics
majiayu000/claude-skill-registry 163
-
retro
Weekly engineering retrospective. Analyzes commit history, work patterns,
and code quality metrics with persistent history and trend tracking.
Team-aware: breaks down per-person contributions with praise and growth areas.
Use when asked to "weekly retro", "what did we ship", or "engineering retrospective".
Proactively suggest at the end of a work week or sprint.
majiayu000/claude-skill-registry 163
-
gh-pr-review-fix
Fetch unresolved GitHub PR review threads, normalize them, fix them end-to-end, verify the results, and re-check until the PR is clean or blocked. Use when the user wants GitHub PR comments resolved with minimal verified fixes. Do not use for local review files, Codex reviews, or Zen reviews; review-remediation owns those.
majiayu000/claude-skill-registry 163
-
typescript-strict
TypeScript strict typing patterns and best practices. ALWAYS use when the user mentions "any type", "type error", "ts-ignore", "type guard", "unknown type", "zod schema", "type safety", "erreur de type", "typage strict". Provides patterns for avoiding `any`, proper use of `unknown`, type guards, and Zod validation.
majiayu000/claude-skill-registry 163
-
code-refactoring-context-restore
Use when working with code refactoring context restore
majiayu000/claude-skill-registry 163
-
lang-go-library-dev
Go-specific library/package development patterns. Use when creating Go libraries, designing public APIs with Go idioms, configuring go.mod, managing module versioning, publishing packages, or writing package documentation. Extends meta-library-dev with Go tooling and ecosystem practices.
majiayu000/claude-skill-registry 163
-
memory-systems
This skill should be used when the user asks to "implement agent memory", "persist state across sessions", "build knowledge graph", "track entities", or mentions memory architecture, temporal knowledge graphs, vector stores, entity memory, or cross-session persistence.
majiayu000/claude-skill-registry 163
-
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
-
dev-markdown-lint
Check and fix markdown formatting issues with markdownlint-cli2
majiayu000/claude-skill-registry 163
-
tooling
React Tooling - Configuration and Optimization. Use when working with tooling.
majiayu000/claude-skill-registry 163
-
MCP Integration
This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDE_PLUGIN_ROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidance for integrating Model Context Protocol servers into Claude Code plugins for external tool and service integration.
majiayu000/claude-skill-registry 163
-
don-front-end
Front-end development standards for Dutch government websites. Use when building accessible government web applications, implementing NL Design System components, or ensuring WCAG compliance.
majiayu000/claude-skill-registry 163
-
torvalds-kernel-pragmatism
Write systems code in the style of Linus Torvalds, creator of Linux and Git. Emphasizes pragmatic excellence, performance awareness, subsystem design, and uncompromising code review. Use when writing kernel-level code or high-performance systems.
majiayu000/claude-skill-registry 163
-
frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
majiayu000/claude-skill-registry 163
-
cloud-devops
Cloud infrastructure and DevOps workflow covering AWS, Azure, GCP, Kubernetes, Terraform, CI/CD, monitoring, and cloud-native development. Use when managing cloud infrastructure or CI/CD pipelines.
majiayu000/claude-skill-registry 163
-
claude-code-bridge
Bridges OpenClaw (QQ, Telegram, WeChat, and other messaging channels) to a persistent Claude Code CLI session running in a background tmux process. Enables starting, stopping, restarting, and monitoring Claude Code sessions directly from any chat interface. Supports specifying a working directory or launching in sandbox mode (temp directory, auto-cleanup on stop). Automatically detects session state on every message, routes user input to the active Claude Code session, and handles tool-approval prompts so the user can approve or deny Claude Code actions without leaving their chat app. Trigger phrases: "start claude code", "open claude code", "cc status", "stop claude code", "restart cc", "启动claude code", "开启claude code", "启动cc", "开启cc", "连接cc", "cc状态", "关闭cc", "退出cc", "重启cc", "在...打开cc", "沙盒打开cc", "沙盒模式启动cc", "/cc start", "/cc stop", "/cc restart", "/cc status".
majiayu000/claude-skill-registry 163
-
puppeteer
使用Puppeteer(Google)进行浏览器自动化和PDF生成。支持无头Chrome控制,用于网页爬虫、截图、PDF生成和自动化测试。
majiayu000/claude-skill-registry 163
-
sonoscli
Control Sonos speakers (discover/status/play/volume/group).
majiayu000/claude-skill-registry 163
-
Reviewing Code
Systematically evaluate code changes for security, correctness, performance, and spec alignment. Use when reviewing PRs, assessing code quality, or verifying implementation against requirements.
majiayu000/claude-skill-registry 163
-
Currency Timezone
* **Depends on**: None * **Compatible with**: None * **Conflicts with**: None * **Related Skills**: None # Currency and Timezone
majiayu000/claude-skill-registry 163
-
threejs-syntax-geometries
Use when creating 3D shapes, custom geometry, or instanced meshes in Three.js. Prevents the common mistake of forgetting dispose(), not setting needsUpdate on BufferAttribute, or using non-indexed geometry when indexed is better. Covers BufferGeometry, BufferAttribute, all 21 built-in geometries, InstancedMesh, ExtrudeGeometry, custom geometry. Keywords: BufferGeometry, BoxGeometry, SphereGeometry, PlaneGeometry, InstancedMesh, BufferAttribute, geometry, shape, extrude, custom mesh.
majiayu000/claude-skill-registry 163