Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
shell-portability
Use when writing shell scripts that need to run across different systems, shells, or environments. Covers POSIX compatibility and platform differences.
majiayu000/claude-skill-registry 163
-
crystal-macros
Use when implementing compile-time metaprogramming in Crystal using macros for code generation, DSLs, compile-time computation, and abstract syntax tree manipulation.
majiayu000/claude-skill-registry 163
-
rl-foundations
Master RL theory - MDPs, value functions, Bellman equations, value/policy iteration, TD
majiayu000/claude-skill-registry 163
-
translation
영어 ↔ 한국어 번역 스킬. 학술 논문, 기술 문서 번역 시 사용. Ollama gpt-oss:20b 모델 활용. 원문 아래 번역문 병렬 표시.
majiayu000/claude-skill-registry 163
-
fix-issue
Debug and fix bugs by reproducing issues, identifying root causes, implementing fixes, and validating without regressions. Use when debugging reported bugs, investigating test failures, or resolving production issues requiring root cause analysis.
majiayu000/claude-skill-registry 163
-
go-backend-clean-architecture
Go backend with Gin, MongoDB, JWT auth, and Clean Architecture.
majiayu000/claude-skill-registry 163
-
shortcut-system
快捷命令系统 - 快捷命令定义和使用指南。定义以 ! 结尾的短命令触发特定响应。
majiayu000/claude-skill-registry 163
-
ac-knowledge-graph
Manage knowledge graph for autonomous coding. Use when storing relationships, querying connected knowledge, building project understanding, or maintaining semantic memory.
majiayu000/claude-skill-registry 163
-
centralized-settings
Centralized settings pattern for all configuration and environment variables. Use when adding or accessing settings, secrets, or config in code.
majiayu000/claude-skill-registry 163
-
council-chat
Use when user wants to ask the AI council a question, get multiple AI perspectives, or consult with both Codex and Gemini. Triggers on phrases like "ask council", "council opinion", "what do the AIs think", "ask both models".
majiayu000/claude-skill-registry 163
-
workflows-git
Git workflow orchestrator guiding developers through workspace setup, clean commits, and work completion across git-worktrees, git-commit, and git-finish skills
majiayu000/claude-skill-registry 163
-
memory
Persistent knowledge storage using basic-memory CLI. Use to save notes, search memories semantically, and build context for topics across sessions.
majiayu000/claude-skill-registry 163
-
configuring-polyglot-stack
Polyglot project configuration - orchestrate multiple language subprojects with root justfile
majiayu000/claude-skill-registry 163
-
agent-sdk-definitions
Programmatic agent definitions for the Claude Agent SDK in TypeScript and Python. Use when creating agents for SDK-based applications rather than filesystem-based Claude Code.
majiayu000/claude-skill-registry 163
-
prdts-maker
Build software using PRD-driven, gate-verified development. Use this skill when (1) writing PRDs (prd.ts) to define what should be built, (2) creating gates to verify reality, (3) iterating on agent-driven development, or (4) the user mentions gateproof, gates, or PRD-driven workflows. Gates verify reality through observation—not just assertions. PRD defines intent; gates prove it works.
majiayu000/claude-skill-registry 163
-
vaex
Use this skill for processing and analyzing large tabular datasets (billions of rows) that exceed available RAM. Vaex excels at out-of-core DataFrame operations, lazy evaluation, fast aggregations, efficient visualization of big data, and machine learning on large datasets. Apply when users need to work with large CSV/HDF5/Arrow/Parquet files, perform fast statistics on massive datasets, create visualizations of big data, or build ML pipelines that do not fit in memory.
majiayu000/claude-skill-registry 163
-
disk-space-mapper
Analyze disk usage across directories, identify large/old directories, and generate storage reports. Use when you need to find directories consuming disk space, identify candidates for cleanup (directories older than X days AND larger than Y MB), sort results by size, or generate disk usage reports. Supports filtering by age and size, automatic sorting by disk space, and file-based report generation.
majiayu000/claude-skill-registry 163
-
ios-ia-navigation
iOSアプリの情報設計(IA)と画面遷移(ナビゲーション)を設計するスキル。Apple HIGとWWDCセッションに基づき、
タブ/階層push/モーダルを情報階層とタスク構造から逆算して選定し、根拠と未確定事項を可視化しながら設計を完遂する。
使用タイミング: (1) 新規アプリの情報設計時、(2) 画面遷移設計時、(3) 「IAを設計したい」「ナビゲーション構造を決めたい」、
(4) iPad/iPhone両対応の構造設計時、(5) ディープリンク対応設計時、(6) 既存アプリのリファクタリング時
majiayu000/claude-skill-registry 163
-
dnd-kit-implementation
Guide for implementing sortable and droppable components using dnd-kit library. Use this skill when building React applications that require drag-and-drop functionality with both container reordering (useSortable) and item dropping (useDroppable) capabilities, such as Kanban boards, file management systems, or playlist editors.
majiayu000/claude-skill-registry 163
-
lcp-git-commit
When asked to commit, write clear git commit messages (50/72, present tense, subsystem prefixes like go-lcpd:).
majiayu000/claude-skill-registry 163
-
TypeScript Type Safety Expert
Expert guidance for advanced TypeScript type safety, generics, type inference, and compile-time validation. Use when implementing complex type systems, improving type safety, or eliminating runtime errors.
majiayu000/claude-skill-registry 163
-
next-js-framework
Build production-grade React apps with Next.js 14 App Router, Server Components, and Edge Runtime
majiayu000/claude-skill-registry 163
-
nextjs-reviewer
Review Next.js App Router code for optimal Partial Prerendering (PPR), caching strategy, Suspense boundaries, and React Query integration. Ensure adherence to Next.js 16+ Cache Components best practices.
majiayu000/claude-skill-registry 163
-
android-workflow
Orchestrates Android development workflows for Kotlin/Compose projects.
Routes tasks to appropriate workflow: feature, quick-fix, refactor, investigate, hotfix.
Use when user requests: implementation (구현, 추가, 새 기능, 만들어, 개발, 적용),
bug fixes (버그, 수정, 오류, 고쳐), refactoring (리팩토링, 개선, 정리),
debugging (분석, 원인, 왜, 디버깅, 안돼), or hotfix (긴급, 프로덕션, 핫픽스).
Provides Self-Check Protocol and Quality Gates for implementation tasks.
majiayu000/claude-skill-registry 163