Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
agentuity-cli-dev
Build and run the development server
majiayu000/claude-skill-registry 163
-
language-detector
Detect language of text with confidence scores, support for 50+ languages, and batch text classification.
majiayu000/claude-skill-registry 163
-
env-management
Manage environment variables with split .env.client and .env.api structure. Use when adding new env vars, debugging config issues, or setting up environments.
majiayu000/claude-skill-registry 163
-
pytorch-lightning
High-level PyTorch framework with Trainer class, automatic distributed training (DDP/FSDP/DeepSpeed), callbacks system, and minimal boilerplate. Scales from laptop to supercomputer with same code. Use when you want clean training loops with built-in best practices.
majiayu000/claude-skill-registry 163
-
todays-date
You can check today's date using this tool.
majiayu000/claude-skill-registry 163
-
ts-bug-fixer
Automatically fix TypeScript compilation errors, type mismatches, and type inference issues. Use when TypeScript compiler shows errors or when type definitions need correction.
majiayu000/claude-skill-registry 163
-
managing-subagents
Analyzes subagent usage patterns to determine when to delegate tasks, evaluates and improves existing subagent configurations, creates new custom subagents when needed, and identifies outdated subagent information. Use when deciding if a task should use a subagent, analyzing existing agents for effectiveness, recommending agent improvements, creating specialized agents for recurring patterns, or managing agent configurations. Optimizes Claude's subagent usage for performance, context preservation, and task specialization.
majiayu000/claude-skill-registry 163
-
copilot
Hand off a task to GitHub Copilot.
majiayu000/claude-skill-registry 163
-
blog-publishing
Pre-publish validation and checklist for blog posts. Runs automated checks, optional research, and final review before publishing.
Trigger phrases: "publish", "ship it", "ready to publish", "go live", "pre-publish", "publish post"
majiayu000/claude-skill-registry 163
-
exaggerated-clarity
Use when motion needs to read clearly and powerfully—broad comedy, action highlights, important story beats, or any moment that must unmistakably communicate to the audience.
majiayu000/claude-skill-registry 163
-
React Performance
Component optimization
majiayu000/claude-skill-registry 163
-
turbo
Turborepo monorepo build system with task pipelines, caching, and package management. Triggers on turbo, turbo.json, monorepo.
majiayu000/claude-skill-registry 163
-
incremental-development
Structured incremental development workflow that enforces explicit scoping before implementation. Use when: (1) User says 'build', 'implement', 'develop', 'create feature', or 'add functionality', (2) Task involves multiple files or could have ripple effects, (3) User wants to avoid scope creep or premature implementation, (4) Breaking down complex tasks into verifiable steps. This skill prevents AI agents from jumping into code without a validated plan.
majiayu000/claude-skill-registry 163
-
buck2-query-helper
Runs common Buck2 queries for dependency analysis, target inspection, and build graph exploration. Use when investigating dependencies, finding reverse dependencies, filtering by rule type, or understanding target relationships in the monorepo.
majiayu000/claude-skill-registry 163
-
personal-material-search
快速搜索用户的真实经历、观点和案例素材库(1800+条记录),为内容增加真实性和可信度。当用户提到"真实经历"、"个人案例"、"有根据"、"实际经验"、"素材库"、"找例子"时使用此技能。
majiayu000/claude-skill-registry 163
-
antipattern-detector
Detect common technical and organizational anti-patterns in proposals, architectures, and plans. Use when strategic-cto-mentor needs to identify red flags before they become problems.
majiayu000/claude-skill-registry 163
-
user-story
Creates well-structured user stories for software development and project management. Use when the user asks to write, create, or format a user story, or needs to document requirements, features, or tasks in user story format.
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
-
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
-
search-enhancer
Enhanced code search with semantic understanding, pattern matching, and intelligent query interpr...
majiayu000/claude-skill-registry 163
-
repository-management
Manage GitHub repositories - create, fork, branch, and file operations using gh CLI
majiayu000/claude-skill-registry 163
-
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
-
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
-
td-detrend
Signal detrending for baseline correction and trend removal
majiayu000/claude-skill-registry 163