Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
ccs-delegation
Auto-activate CCS CLI delegation for deterministic tasks. Parses user input, auto-selects optimal profile (glm/kimi/custom) from ~/.ccs/config.json, enhances prompts with context, executes via `ccs {profile} -p "task"` or `ccs {profile}:continue`, and reports results. Triggers on "use ccs [task]" patterns, typo/test/refactor keywords. Excludes complex architecture, security-critical code, performance optimization, breaking changes.
majiayu000/claude-skill-registry 163
-
ton-vulnerability-scanner
Scans TON (The Open Network) smart contracts for 3 critical vulnerabilities including integer-as-boolean misuse, fake Jetton contracts, and forward TON without gas checks. Use when auditing FunC contracts. (project, gitignored)
majiayu000/claude-skill-registry 163
-
gpia-bridge
Bridge Codex requests to the local GPIA system. Use when the user invokes /GPIA, asks to hand off a task to the GPIA agent, or needs PASS protocol execution, capsule tracking, or GPIA-specific runs (quick/analyze/create).
majiayu000/claude-skill-registry 163
-
search-enhancer
Enhanced code search with semantic understanding, pattern matching, and intelligent query interpr...
majiayu000/claude-skill-registry 163
-
tool-experimenter
Systematically experiment with and improve Bible study tools. Use this skill when the user requests to "experiment|refine|improve {tool-name}". Don't use it if they are just wanting to run the tool.
majiayu000/claude-skill-registry 163
-
largest-eigenval
Guidance for finding the largest eigenvalue of small dense matrices with performance optimization. This skill should be used when tasks involve computing eigenvalues (especially the dominant/largest eigenvalue), optimizing numerical linear algebra routines, or improving performance of numpy/scipy matrix operations for small matrices (typically 2-10 in size).
majiayu000/claude-skill-registry 163
-
writing-implementation-pseudocode
Use when adding pseudocode examples to implementation guides or technical documentation - creates readable TypeScript-style pseudocode with strategic comments (Boundary, Integration, Pattern, Decision) that guide developers during implementation
majiayu000/claude-skill-registry 163
-
project-indexing
Generates SHANNON_INDEX for 94% token reduction (58K → 3K tokens). Compresses large codebases
into structured summaries with Quick Stats, Tech Stack, Core Modules, Dependencies, Recent Changes,
and Key Patterns. Enables fast agent onboarding, efficient multi-agent coordination, and instant
context switching. Use when: starting project analysis, onboarding new agents, coordinating waves,
switching between codebases, or when context window efficiency is critical.
majiayu000/claude-skill-registry 163
-
alignment-verification
Zero-tolerance alignment verification protocol. Alignment is binary - elements are either in line or they're not. Report exact measurements, no tolerances, no "close enough."
majiayu000/claude-skill-registry 163
-
Git Commit with Auto-Changelog
Automatically documents code changes in a searchable changelog when committing to git. Creates structured entries with what/why/issues. Use when user asks to commit changes to git.
majiayu000/claude-skill-registry 163
-
code-review-s7r1d3r-claude-starter
majiayu000/claude-skill-registry 163
-
structured-analysis
majiayu000/claude-skill-registry 163
-
ideate
아이디어 탐색부터 Epic 생성까지 원스톱 워크플로우. Use when (1) 러프한 아이디어가 있을 때,
(2) 새 기능/프로젝트 구상 시, (3) "뭔가 만들고 싶어", (4) 가설 수립 및 검증 필요 시.
majiayu000/claude-skill-registry 163
-
Buildkite issue solver
Will utilise buildkite read only mcp server to solve specific buildkite issues encountered
majiayu000/claude-skill-registry 163
-
posting-bitwarden-review-comments
Use this skill when posting inline comments to GitHub pull requests. Apply when formatting comments following Bitwarden engineering standards with severity emojis, clear explanations, and actionable suggestions. Use after findings are classified and ready to post. DO NOT USE when posting summary comments.
majiayu000/claude-skill-registry 163
-
contextual-pattern-learning
Advanced contextual pattern recognition with project fingerprinting, semantic similarity analysis, and cross-domain pattern matching for enhanced learning capabilities
majiayu000/claude-skill-registry 163
-
worldgen-hub-variation
Make the trading hub feel more organic without blocking roads.
majiayu000/claude-skill-registry 163
-
generate-pull-request
Generate a pull request using GitHub CLI following the project's pull request template.
majiayu000/claude-skill-registry 163
-
comi-orchestrator
코미 총괄 관리 시스템 - 전체 진행 상황 모니터링 및 보고
majiayu000/claude-skill-registry 163
-
macos-say
Use macOS text-to-speech via the `say` command for voice feedback, audio narration, and spoken output.
majiayu000/claude-skill-registry 163
-
spawn-builder
빌드/테스트가 필요할 때 builder-agent 활용 가이드
majiayu000/claude-skill-registry 163
-
using-code-directives
Use when reading or editing files that contain @implement, @docs, @refactor, @test, or @todo directive comments - handle directives systematically with appropriate post-action transformations
majiayu000/claude-skill-registry 163
-
codebase-documenter
Generates comprehensive documentation explaining how a codebase works, including architecture, key components, data flow, and development guidelines. Use when user wants to understand unfamiliar code, create onboarding docs, document architecture, or explain how the system works.
majiayu000/claude-skill-registry 163
-
stripe-subscription
Stripe Checkout for recurring subscriptions with Customer Portal. Auto-creates plans if not configured.
majiayu000/claude-skill-registry 163