Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
git-worktrees
Master Git worktrees for parallel development, PR reviews, and experiments. Create isolated working directories for multiple branches simultaneously. Triggers on worktree, parallel development, multiple branches, PR review isolation, experiment branch, feature isolation.
majiayu000/claude-skill-registry 163
-
localsetup-system-info
Quick system diagnostics: CPU, memory, disk, uptime. Use when capturing server baseline or recording host layout and specs for further operations.
majiayu000/claude-skill-registry 163
-
acp-conformance
Validate an ACP implementation against the protocol specification — schema validation, flow testing, error handling, idempotency, security checks, and production readiness. Use when preparing for launch or certifying compliance.
majiayu000/claude-skill-registry 163
-
33god-service-development
Guide for creating, registering, and deploying new microservices in the 33GOD event-driven ecosystem. Use when (1) Creating new event consumer services, (2) Registering services in the Bloodbank registry, (3) Implementing FastStream-based event handlers, (4) Setting up service infrastructure (Docker, dependencies, testing), (5) Understanding 33GOD architecture and event patterns, (6) Migrating services to FastStream from legacy patterns.
majiayu000/claude-skill-registry 163
-
affiliate-marketing
Build high-converting SaaS affiliate programs with 20-40% commissions, KOL/KOC partnerships, and fraud prevention. Covers platform selection (PartnerStack, FirstPromoter, Rewardful), commission structures (recurring vs one-time, tiered), influencer outreach strategies, FTC/GDPR compliance, risk management, and case studies (Dropbox 3900%, PayPal 100M users). Use for designing affiliate programs, recruiting partners, optimizing conversion rates, preventing fraud, or scaling referral revenue.
majiayu000/claude-skill-registry 163
-
check-security
Perform a security code review on pending changes or specified files
majiayu000/claude-skill-registry 163
-
Rebuilding the Devbox
This skill covers how to apply configuration changes to the devbox, including full rebuilds with nixos-anywhere. Use this when you need to update the system or recover from issues.
majiayu000/claude-skill-registry 163
-
video-generation
majiayu000/claude-skill-registry 163
-
make-arch-diag
Generate architecture diagram for a specific component or system. Prompts user to select which area to document, then creates comprehensive mermaid diagrams.
majiayu000/claude-skill-registry 163
-
lightfriend-add-integration
Step-by-step guide for adding new OAuth integrations to Lightfriend
majiayu000/claude-skill-registry 163
-
craft-site
Craft CMS 5 front-end Twig development — atomic design, template architecture, component patterns, Vite buildchain. Covers the full site template surface: atoms, molecules, organisms, props/extends/block pattern, layout chains, view routing, content builders, image presets, Tailwind named-key collections, multi-brand CSS tokens, JavaScript boundaries (Alpine/DataStar/Vue), Vite asset loading. Triggers on: {% include ... only %}, {% embed %}, _atoms/, _molecules/, _organisms/, _views/, _builders/, _boilerplate/, component--variant.twig, _component--props.twig, image presets, Tailwind class collections, collect({}), utilities prop, multi-brand theming, data-brand, hero sections, card components, content builders, Matrix block rendering, craft.vite.script, vite.php, vite.config.ts, nystudio107, buildchain, asset loading, per-page scripts, Blitz, static caching, page caching, ImageOptimize, Imager-X, responsive images, image optimization, srcset, image transforms, SEOmatic, Sprig, htmx, multi-language site, language switcher, localization, Formie. Always use when creating, editing, or reviewing any Craft CMS front-end Twig template, component, layout, view, builder, or buildchain configuration — including plugin template integration (Blitz, SEOmatic, Sprig, Formie, Imager-X).
majiayu000/claude-skill-registry 163
-
free-tool-strategy
When the user wants to plan, evaluate, or build a free tool for marketing purposes — lead generation, SEO value, or brand awareness. Also use when the user mentions "engineering as marketing," "free tool," "marketing tool," "calculator," "generator," "interactive tool," "lead gen tool," "build a tool for leads," or "free resource." This skill bridges engineering and marketing — useful for founders and technical marketers.
majiayu000/claude-skill-registry 163
-
dev-audio-lesson
Add an audio lesson — sound playback, mixing, spatial audio, DSP effects, with SDL GPU scenes and forge UI
majiayu000/claude-skill-registry 163
-
object-storage
Configure object storage with S3, GCS, and MinIO. Implement lifecycle policies and access controls. Use when managing object storage.
majiayu000/claude-skill-registry 163
-
regex-tester
测试和调试正则表达式,支持匹配高亮、捕获组和常用模式库。
majiayu000/claude-skill-registry 163
-
stakeholder-analysis
Stakeholder identification, analysis, and management using BABOK techniques. Creates Power/Interest matrices, RACI charts, and communication plans.
majiayu000/claude-skill-registry 163
-
clinical-reports
Write comprehensive clinical reports including case reports (CARE guidelines), diagnostic reports (radiology/pathology/lab), clinical trial reports (ICH-E3, SAE, CSR), and patient documentation (SOAP, H&P, discharge summaries). Full support with templates, regulatory compliance (HIPAA, FDA, ICH-GCP), and validation tools.
majiayu000/claude-skill-registry 163
-
spotify-player
Terminal Spotify playback/search via spogo (preferred) or spotify_player.
majiayu000/claude-skill-registry 163
-
dingtalk-skill-creator
创建新的钉钉技能(dingtalk skill)。当用户提到"创建新技能"、"新建技能"、"开发钉钉技能"、"新增钉钉功能"、"添加钉钉接口支持"、"我需要一个钉钉 xxx 技能"、"钉钉待办"、"钉钉签到"、"钉钉考勤"、"钉钉审批"、"钉钉日程"等希望将某个钉钉 API 领域封装成可复用 skill 时,必须使用此技能。此技能包含完整的技能创建流程:SDK 探索 → SDK Python 测试 → 纯 HTTP Python 测试(两步全通过)→ SKILL.md 编写。测试未全部通过不得创建 skill。
majiayu000/claude-skill-registry 163
-
design-loop
Autonomous multi-page site builder using a baton-passing loop pattern. Each iteration reads a task from .design/next-prompt.md, generates a page with Claude's HTML/CSS/Tailwind, integrates it into the site, verifies visually via browser automation, then writes the next task to keep the loop going. Drives complete website builds from a single starting prompt. Triggers: 'design loop', 'build the site', 'build all pages', 'autonomous site build', 'baton loop', 'next page', 'keep building pages'.
majiayu000/claude-skill-registry 163
-
react-useeffect
Use when writing React components with useEffect, seeing useState + useEffect for derived values, resetting state on prop change with Effect, chaining Effects that trigger each other, notifying parent via Effect, data fetching without cleanup (race conditions), or reviewing React code for unnecessary Effects and extra re-renders.
majiayu000/claude-skill-registry 163
-
agent-browser
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
majiayu000/claude-skill-registry 163
-
lp-do-assessment-08-current-situation
Current situation elicitation for new startups (ASSESSMENT-08). Captures launch surface, inventory/product readiness, commercial architecture, and pre-locked channel decisions. Produces operator-context artifact for intake sync.
majiayu000/claude-skill-registry 163
-
abaqus-topology-optimization
Complete workflow for topology optimization using Tosca. Use to minimize weight while maintaining stiffness. Requires full Abaqus license (not Learning Edition).
majiayu000/claude-skill-registry 163