Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
seo-2025-patterns
2025 SEO best practices for Next.js including Core Web Vitals (INP replaces FID), E-E-A-T signals, Schema markup, AI content guidelines, and technical SEO. Use when optimizing pages for search engines, implementing metadata, adding structured data, or improving page speed.
majiayu000/claude-skill-registry 163
-
deploy-service
**Docker/SSH 기반** 마이크로서비스 직접 배포.
로컬 빌드 → SSH 전송 → PM2 재시작.
Use when:
(1) ms-* 서비스 배포 (ms-notifier, ms-scheduler 등),
(2) Docker 빌드/이미지 생성,
(3) PM2 재시작/롤백,
(4) SSH 접근 필요한 직접 배포.
⚠️ GitHub Actions/Milestone 기반 배포는 deployer 사용.
majiayu000/claude-skill-registry 163
-
meta-skill-creator
スキルを作成・更新・プロンプト改善するためのメタスキル。
**collaborative**モードでユーザーと対話しながら共創し、
抽象的なアイデアから具体的な実装まで柔軟に対応する。
**orchestrate**モードでタスクの実行エンジン(Claude Code / Codex / 連携)を選択。
Anchors:
• Continuous Delivery (Jez Humble) / 適用: 自動化パイプライン / 目的: 決定論的実行
• The Lean Startup (Eric Ries) / 適用: Build-Measure-Learn / 目的: 反復改善
• Domain-Driven Design (Eric Evans) / 適用: ユビキタス言語 / 目的: 一貫した語彙
• Design Thinking (IDEO) / 適用: ユーザー中心設計 / 目的: 共感と共創
• Microservices Patterns (Richardson) / 適用: サービス委譲 / 目的: 疎結合な連携
Trigger:
新規スキルの作成、既存スキルの更新、プロンプト改善を行う場合に使用。
スキル作成, スキル更新, プロンプト改善, skill creation, skill update, improve prompt,
Codexに任せて, assign codex, Codexで実行, GPTに依頼, 実行モード選択, どのAIを使う
majiayu000/claude-skill-registry 163
-
sop-api-development
Complete REST API development workflow coordinating backend, database, testing, documentation, and DevOps agents. 2-week timeline with TDD approach.
majiayu000/claude-skill-registry 163
-
alfworld-location-navigator
Moves the agent to a specified receptacle or object location within the Alfworld environment. Use this skill when the agent needs to physically approach a target to inspect or interact with it, such as when checking an object's state or preparing for pickup. The skill takes a target location name as input and executes the 'go to' action, resulting in the agent being positioned at the destination for subsequent operations.
majiayu000/claude-skill-registry 163
-
pixel-art
Deep pixel art expertise covering fundamentals, limited palettes, dithering patterns, subpixel animation, tile design, retro hardware constraints, and HD-2D hybrid techniques. Knowledge Claude wouldn't normally have from indie masters like Pedro Medeiros (saint11). Use when "pixel art, sprite art, dithering, limited palette, subpixel animation, tileset, autotile, pillow shading, selective outline, selout, hue shifting, color ramp, NES style, SNES style, HD-2D, Aseprite, retro game art, 8-bit, 16-bit, pixel-art, sprites, animation, retro, indie-games, dithering, palettes, tiles, subpixel, aseprite, NES, SNES, GBA, HD-2D" mentioned.
majiayu000/claude-skill-registry 163
-
what-if-innovation-framework
A framework for identifying and pursuing disruptive ideas by shifting focus from obstacles to possibilities. Use this during product discovery, when evaluating new technologies (like Generative AI), or when facing internal skepticism about a "toy" project.
majiayu000/claude-skill-registry 163
-
supabase-deployment
Deploy Supabase schema changes, manage migrations, maintain production database integrity.
majiayu000/claude-skill-registry 163
-
nextjs-supabase
Next.js full-stack application with Supabase backend.
majiayu000/claude-skill-registry 163
-
Plantcapability
MNMUK machine shop capability checker. Answers "can we make this?" queries against the plant list. Recommends optimal machine selection based on part requirements. USE WHEN user asks 'can we make', 'which machine', 'capability check', 'feasibility', 'what can we hold', 'tolerance capability', or describes a part to quote.
majiayu000/claude-skill-registry 163
-
office:crm-management
Manage contacts, companies, deals, and relationships. Use when adding contacts, logging interactions, or working with CRM data to prevent duplicates and maintain data quality.
majiayu000/claude-skill-registry 163
-
typescript-excellence
TypeScript best practices, type safety, and toolchain standards. Use when:
- Writing or reviewing TypeScript code
- Setting up TypeScript projects or tsconfig
- Choosing state management patterns
- Configuring build tools (tsup, Vitest)
- Avoiding type gymnastics or any-abuse
Keywords: TypeScript, tsconfig, strict mode, no-any, pnpm, Vitest, tsup,
TanStack Query, discriminated unions, type safety, ESLint
majiayu000/claude-skill-registry 163
-
rust-workflow
Rust project workflow guidelines. Activate when working with Rust files (.rs), Cargo.toml, Cargo.lock, or Rust-specific tooling.
majiayu000/claude-skill-registry 163
-
Bun Bundler
This skill should be used when the user asks about "bun build", "Bun.build", "bundling with Bun", "code splitting", "tree shaking", "minification", "sourcemaps", "bundle optimization", "esbuild alternative", "building for production", "bundling TypeScript", "bundling for browser", "bundling for Node", or JavaScript/TypeScript bundling with Bun.
majiayu000/claude-skill-registry 163
-
methodical-debugging
Systematic debugging approach using parallel investigation and test-driven validation. Use when debugging issues, when stuck in a loop of trying different fixes, or when facing complex bugs that resist standard debugging approaches.
majiayu000/claude-skill-registry 163
-
create-backup
Creates a Velero backup for specified namespaces or entire cluster with proper configuration and validation.
majiayu000/claude-skill-registry 163
-
mouse-expert
Expert on Kolobok bus mouse for ES-1841. Provides guidance on mouse input handling, quadrature decoding, button state tracking, and mouse IRQ configuration.
majiayu000/claude-skill-registry 163
-
gf3-tripartite
GF(3) Tripartite Orchestration
majiayu000/claude-skill-registry 163
-
writing-graphql-operations
Creates GraphQL queries and mutations using gql.tada and urql. Implements repository pattern with type-safe operations and error handling. Triggers on: GraphQL query, GraphQL mutation, gql.tada, urql client, Saleor API, fragments, repository pattern, fetch-schema, MSW mocks.
majiayu000/claude-skill-registry 163
-
pf-a11y
접근성 검사. "접근성", "a11y", "ARIA", "키보드" 관련 요청 시 사용.
majiayu000/claude-skill-registry 163
-
award-winning-website
Gaming landing page with GSAP scroll animations, 3D effects, and video storytelling.
majiayu000/claude-skill-registry 163
-
ask-user-choice
ユーザーに質問や確認をする際に毎回発動してください。自由回答形式ではなく、明確な選択肢(1質問あたり2-4個)を持つAskUserQuestionツールを使用し、ユーザーの入力負担を軽減して意思決定を迅速化します。柔軟性のためmultiSelect trueをデフォルトにしてください。
majiayu000/claude-skill-registry 163
-
gh-search-code
Use when searching code across GitHub repositories - provides syntax for file extensions, filenames, languages, sizes, exclusions, and using -w flag for regex search via web interface
majiayu000/claude-skill-registry 163
-
argocd-expert
Expert-level ArgoCD GitOps deployment, application management, sync strategies, and production operations
majiayu000/claude-skill-registry 163