Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
architect-role-skill
Professional software architecture skill for analyzing existing codebases,
designing new systems, creating comprehensive planning documents, and guiding
technical decision-making through structured architectural workflows.
majiayu000/claude-skill-registry 163
-
avo-coder
Use when building Avo admin interfaces. Creates resources, actions, filters, and dashboards following Avo conventions. Fetches latest docs dynamically.
majiayu000/claude-skill-registry 163
-
use-gemini-for-code-analysis
【大型代码库分析专用】当需要分析整个项目架构、识别代码模式、追踪功能实现、梳理模块关系时必须使用本技能。触发关键词:分析整个项目/代码库、架构梳理、模块划分、代码模式识别、功能追踪、全局扫描。本技能通过 Gemini CLI 快速扫描完整代码库,提供 AI 驱动的架构洞察和代码分析,大幅节省手动探索时间。仅返回原始分析结果,不做二次解读。
majiayu000/claude-skill-registry 163
-
cost-estimator
Infrastructure and development cost estimation for technical projects. Use when planning budgets, evaluating build vs buy decisions, or projecting TCO for architecture choices.
majiayu000/claude-skill-registry 163
-
ddd-patterns
DDD-Patterns - Atoll Tourisme. Use when implementing DDD patterns.
majiayu000/claude-skill-registry 163
-
draft-commit-message
Draft a Conventional Commits message in markdown when the user asks for a commit message/commit msg (e.g., "commit msg?", "commit message", "msg in md"). Use for any request to write or format a git commit message.
majiayu000/claude-skill-registry 163
-
zrok
Share local services publicly or privately via secure tunnels. Use when needing to expose localhost ports, share dev servers, create public URLs for local services, or set up secure tunnels between machines.
majiayu000/claude-skill-registry 163
-
Palace Python Expert
Expert in Python development with focus on best practices, testing, and modern Python features
majiayu000/claude-skill-registry 163
-
piper
Convert text to speech using Piper, a fast, local, neural text-to-speech system with natural sounding voices. This skill is triggered when the user says things like "convert text to speech", "text to audio", "read this aloud", "create audio from text", "generate speech from text", "make an audio file from this text", or "use piper TTS".
majiayu000/claude-skill-registry 163
-
clone-website
Clone/replicate websites into production-ready Next.js 16 code using Firecrawl MCP.
Use when user asks to: clone website, vibe clone, replicate landing page, copy website design,
rebuild this site, recreate this page, clone specific sections (hero, pricing, footer, etc).
Triggers: "clone this website", "vibe clone [url]", "replicate this landing page",
"rebuild this site in Next.js", "clone the hero section from [url]", "copy this design".
majiayu000/claude-skill-registry 163
-
ai-collaborate-teaching
Design co-learning experiences using the Three Roles Framework (AI as Teacher/Student/Co-Worker).
Use when teaching AI-driven development workflows, spec-first collaboration, or balancing AI assistance
with foundational learning. NOT for curriculum without AI integration.
majiayu000/claude-skill-registry 163
-
model-usage
Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
majiayu000/claude-skill-registry 163
-
code-review
Perform a maximally picky and professional code review of recent changes. Reviews all code added since the last review, checking for thread safety, async safety, security vulnerabilities, data integrity, test quality, and code smells. Use before committing significant changes.
majiayu000/claude-skill-registry 163
-
critical-code-review
Perform critical code review with automated fix suggestions. Use when reviewing code changes, pull requests, specific files, or branch diffs. Triggers on requests like "review this code", "critical review", "code review for PR
majiayu000/claude-skill-registry 163
-
fizzy
Manages Fizzy boards, cards, steps, comments, and reactions. Use when user asks about boards, cards, tasks, backlog or anything Fizzy.
majiayu000/claude-skill-registry 163
-
state-management-patterns
State persistence patterns for autonomous-dev including JSON persistence, atomic writes, file locking, crash recovery, and state versioning. Use when implementing stateful libraries or features requiring persistent state.
majiayu000/claude-skill-registry 163
-
stable-baselines3
Production-ready reinforcement learning algorithms (PPO, SAC, DQN, TD3, DDPG, A2C) with scikit-learn-like API. Use for standard RL experiments, quick prototyping, and well-documented algorithm implementations. Best for single-agent RL with Gymnasium environments. For high-performance parallel training, multi-agent systems, or custom vectorized environments, use pufferlib instead.
majiayu000/claude-skill-registry 163
-
generate-sparkle-appcast
Generate Mos Sparkle appcast.xml from the latest build zip and recent git changes (since a given commit), then sync to docs/ for publishing.
majiayu000/claude-skill-registry 163
-
project-data-separation
Pattern for separating repository code from user data and notebooks. Trigger: organizing scientific pipelines, separating code from data
majiayu000/claude-skill-registry 163
-
express-microservices-architecture
Complete guide for building scalable microservices with Express.js including middleware patterns, routing strategies, error handling, production architecture, and deployment best practices
majiayu000/claude-skill-registry 163
-
clean-architecture-principles
Enforce clean architecture principles including DRY, YAGNI, KISS, Law of Demeter, and Separation of Concerns. Warns when complexity creeps in and questions unnecessary features. Use when designing architecture, refactoring, code review, or when user mentions architecture, design patterns, complexity, or refactoring.
majiayu000/claude-skill-registry 163
-
n8n-workflow-architect
Strategic automation architecture advisor. Use when users want to plan automation solutions, evaluate their tech stack (Shopify, Zoho, HubSpot, etc.), decide between n8n vs Python/Claude Code, or need guidance on production-ready automation design. Invokes plan mode for complex architectural decisions.
majiayu000/claude-skill-registry 163
-
programming-assistant
協助開發者進行程式開發,包含公司 API 設計規範指引和 Spring Boot 專案快速建立。用於:(1) 開發新的 API 端點時、(2) 規劃和設計 API 時、(3) 需要快速建立新的 Spring Boot 專案時、(4) Code Review 時驗證 API 是否符合公司規範時
majiayu000/claude-skill-registry 163
-
electron-ui-patterns
ElectronデスクトップアプリケーションのUI実装パターンと設計知識。
BrowserWindow管理、ネイティブUI要素、フレームレスウィンドウを提供。
Anchors:
• Electron API / 適用: BrowserWindow・Menu・Tray / 目的: ネイティブUI実装
• Don't Make Me Think / 適用: ウィンドウレイアウト / 目的: ユーザビリティ向上
• Electron Security / 適用: preload・contextIsolation / 目的: セキュアなUI実装
Trigger:
Use when configuring BrowserWindow, implementing custom titlebars, designing native menus, developing system tray apps, or building frameless windows.
BrowserWindow, Menu, Tray, frameless window, custom titlebar, native UI
majiayu000/claude-skill-registry 163