Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
flow-work
Execute a plan file or Beads epic systematically with git setup, task tracking, quality checks, and commit workflow. Use when implementing a plan, working through a spec, following documented steps, or executing a Beads issue ID (e.g., bd-123, gno-45, app-12).
majiayu000/claude-skill-registry 163
-
code-walk-thru
Use this when user wants you to walk through (code or text) files in a EDITOR to either explain how some code works, or to show the user what changes you made, etc. You would typically use this repeatedly to show the user your changes or code files one by one, sometimes with specific line-numbers. This way the user is easily able to follow along in their favorite EDITOR as you point at various files possibly at specific line numbers within those files.
majiayu000/claude-skill-registry 163
-
executing-plans
Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review between batches
majiayu000/claude-skill-registry 163
-
threejs-loaders
Three.js asset loading - GLTF, textures, images, models, async patterns. Use when loading 3D models, textures, HDR environments, or managing loading progress.
majiayu000/claude-skill-registry 163
-
round-planning
规划Red/Green/Refactor Round节奏,估算Round数量和执行时间。当需要规划TDD周期、估算Round数、分配测试用例到Round、评估执行时长时使用。基于TS数量和复杂度进行启发式估算。
majiayu000/claude-skill-registry 163
-
rust-refactor
Review Rust code for type safety, validate GPU memory layouts (bytemuck, repr(C), alignment), suggest idiomatic patterns, catch GPU-specific safety issues, and help with refactoring during buffer consolidation
majiayu000/claude-skill-registry 163
-
webflow-code-components
Expert guidance for developing React code components for Webflow. This skill should be used when users are building, troubleshooting, or optimizing React components for import into Webflow Designer, working with Shadow DOM styling, managing component communication, or configuring the Webflow CLI.
majiayu000/claude-skill-registry 163
-
tidy-itc-workflow
Master tidy modelling patterns for ITC analyses following TMwR principles. Covers workflow structure, consistent interfaces, reproducibility best practices, and data validation. Use when setting up ITC analysis projects or building pipelines.
majiayu000/claude-skill-registry 163
-
terraform-modules
Use when creating and using reusable Terraform modules for organizing and sharing infrastructure code.
majiayu000/claude-skill-registry 163
-
android-release-validation
Validate Android release builds before publishing to ensure quality and catch ProGuard issues
majiayu000/claude-skill-registry 163
-
support-agent
Customer support and issue resolution
majiayu000/claude-skill-registry 163
-
flow-convert-activities-to-steps
Convert Flow SDK activities.ts to Output SDK steps.ts. Use when migrating activity functions to step definitions with typed parameters.
majiayu000/claude-skill-registry 163
-
managing-dev-migrations
Use migrate dev for versioned migrations; db push for rapid prototyping. Use when developing schema changes locally.
majiayu000/claude-skill-registry 163
-
mcp-research
majiayu000/claude-skill-registry 163
-
github-multi-repo
Multi-repository coordination, synchronization, and architecture management with AI swarm orchestration
majiayu000/claude-skill-registry 163
-
quality-engineer
Expert in code quality, formatting, linting, and quality gates workflow. Use when user needs to setup quality tools, fix linting errors, configure Biome/Prettier, setup pre-commit hooks, or run quality checks. Examples - "setup code quality", "fix lint errors", "configure Biome", "setup Husky", "run quality checks", "format code", "type check errors".
majiayu000/claude-skill-registry 163
-
cui-maven-rules
Complete Maven standards covering build processes, POM maintenance, dependency management, and Maven integration for CUI projects
majiayu000/claude-skill-registry 163
-
i18n
Inlang Paraglide を使用した国際化(i18n)対応を支援します。翻訳メッセージの追加、reactiveMessage の使用、言語切り替え実装、翻訳のテスト、パラメータ付きメッセージなどの国際化関連タスクに使用します。
majiayu000/claude-skill-registry 163
-
seo
Generate SEO-optimized code snippets for websites. Use when asked to optimize SEO, generate meta tags, create structured data (JSON-LD/schema.org), fix heading hierarchy, or audit page SEO. Outputs implementation-ready code for handoff to developers. Supports multilingual sites (Ukrainian/English) and industry-specific schemas for construction equipment, aquaculture, and engineering services.
majiayu000/claude-skill-registry 163
-
naming-reviewer
Expert code naming review and refactoring. Reviews variables, functions, and classes to improve readability and maintainability using master-level naming principles. Use when: (1) User asks to review naming/variable names in code, (2) User wants to improve code readability, (3) User requests naming suggestions or refactoring, (4) User mentions code quality or maintainability concerns related to naming, (5) User asks to apply best practices to naming
majiayu000/claude-skill-registry 163
-
claude-code-sessions
Use when user says "resume session", "what did I work on", or "find conversation about [topic]". Automatically searches, resumes, and analyzes Claude Code sessions. Handles session discovery, content search, and automatic session restoration from any directory.
majiayu000/claude-skill-registry 163
-
java-best-practices
Java 编码最佳实践与设计模式
majiayu000/claude-skill-registry 163
-
specification-phase
Provides standard operating procedures for the /specify phase including feature classification (HAS_UI, IS_IMPROVEMENT, HAS_METRICS, HAS_DEPLOYMENT_IMPACT), research depth determination, clarification strategy (max 3, informed guesses for defaults), and roadmap integration. Use when executing /specify command, classifying features, generating structured specs, or determining research depth for planning phase. (project)
majiayu000/claude-skill-registry 163
-
detecting-use-after-free
Detects use-after-free vulnerabilities by identifying pointer dereferences after memory deallocation. Use when analyzing memory management, cleanup code, or investigating dangling pointer issues.
majiayu000/claude-skill-registry 163