Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
Codebase Organizer
Monitor and refactor large files into smaller, AI-friendly modules. Use when user asks to check file sizes, split large files, or organize the codebase. Ensures tests pass before and after refactoring.
majiayu000/claude-skill-registry 163
-
api-rate-limiting
Implement API rate limiting strategies using token bucket, sliding window, and fixed window algorithms. Use when protecting APIs from abuse, managing traffic, or implementing tiered rate limits.
majiayu000/claude-skill-registry 163
-
New Rule Completeness Validator
Validates that all necessary code changes are implemented when adding new game rules; use when adding new game rules or variants to ensure no files are missed.
majiayu000/claude-skill-registry 163
-
handoff-log-condense
Create a short summary of recent handoff log entries without modifying the append-only log.
majiayu000/claude-skill-registry 163
-
autogenerate-constraints
Autogenerate constraint checking code from constraints (C-*) that specify system limits, timeouts, dependencies, or environmental requirements. Use when C-* includes technical constraints like timeouts, API limits, or compliance requirements.
majiayu000/claude-skill-registry 163
-
eld-model-link-map
LDE(Law-Driven Engineering)のLink Map(連結表)管理スキル。
Law ↔ Term の相互参照関係を可視化し、孤立の検出と影響分析を行う。
使用タイミング: (1) Law Cardを作成した後、(2) Term Cardを作成した後、
(3) 「Link Mapを更新して」「孤立チェックして」、(4) 変更影響分析時
majiayu000/claude-skill-registry 163
-
link-project
Add project repository links to PROJECTS.md when user mentions completing, starting, or sharing a hands-on project. Use when user references external repos or implementation work.
majiayu000/claude-skill-registry 163
-
tool-design
Build tools that agents can use effectively, including architectural reduction patterns
majiayu000/claude-skill-registry 163
-
small-200-300ms
Use when building small transitions between 200-300ms - modal appearances, card expansions, navigation transitions that users consciously perceive
majiayu000/claude-skill-registry 163
-
react-development
React開発の詳細ガイド。Hooks、コンポーネント設計、パフォーマンス最適化、テストなど、Reactアプリケーション開発のベストプラクティス。
majiayu000/claude-skill-registry 163
-
hcloud-go-sdk
Use when writing Go code to interact with Hetzner Cloud API - automation, infrastructure provisioning, bots, integrations, or programmatic cloud operations
majiayu000/claude-skill-registry 163
-
security-practices
Security practices including secrets management, input validation, SSRF prevention, and production hardening. Use for security-sensitive code.
majiayu000/claude-skill-registry 163
-
debugging-assistant
Proactively diagnose and fix code bugs. Use when errors occur, tests fail, or performance issues arise. Analyzes stack traces, identifies root causes, and provides working fixes.
majiayu000/claude-skill-registry 163
-
web-design-guidelines
Modern web design principles for responsive layouts, accessibility, and visual hierarchy.
majiayu000/claude-skill-registry 163
-
moai-docs-unified
Enhanced docs unified with AI-powered features. Enhanced with Context7 MCP for up-to-date documentation.
majiayu000/claude-skill-registry 163
-
article-writer
Edit and refine blog articles and technical posts to match a specific writing style. Use when editing markdown articles, blog posts, or technical writing. Applies conversational, direct, no-BS style with strict guidelines (no em dashes, no empty framing phrases). Best for technical content aimed at experienced developers.
majiayu000/claude-skill-registry 163
-
mcaf-formatting
Format code and keep style consistent using the repository’s canonical formatting/lint commands from `AGENTS.md`. Use after implementing changes or when formatting drift causes noisy diffs; keep formatting changes intentional and verified with build/tests.
majiayu000/claude-skill-registry 163
-
morphir-developer
Helps with Morphir Go development including workspace setup, go.work management, branch/worktree handling, TDD/BDD workflow, and pre-commit checks. Use when setting up development environment or working on Morphir code.
majiayu000/claude-skill-registry 163
-
privacy-review
Automated privacy review for git repositories. Scans for sensitive data exposure including API keys, passwords, database credentials, and tokens. Use before pushing to public repositories or sharing code. Trigger by running 'python privacy_scan.py' on a git repository.
majiayu000/claude-skill-registry 163
-
react-component-analyzer
Debug React component issues including TypeScript types, props, state management, hooks, and rendering problems. Use when troubleshooting component not rendering, prop errors, state not updating, hook issues, or TypeScript type mismatches.
majiayu000/claude-skill-registry 163
-
Bun SvelteKit
Use when building or running SvelteKit apps on Bun, including SSR, adapters, and Bun-specific APIs
majiayu000/claude-skill-registry 163
-
ruby-32-with-rbs-steep
majiayu000/claude-skill-registry 163
-
code-critic
Detect over-engineering and YAGNI violations. Stricter than /review. Use when asked to "critique my code", "find over-engineering", or "check for unnecessary complexity".
majiayu000/claude-skill-registry 163
-
aico-pm-story-acceptance
Verify and close stories after frontend/backend tasks are completed. Check ALL related task files, update story acceptance criteria checkboxes.
UNIQUE VALUE: Ensures BOTH frontend AND backend tasks are verified before closing story. Prevents premature story closure.
Use this skill when:
- Frontend or backend notifies "task completed, please verify"
- User asks to "verify story", "accept story", "close story", "mark story done"
- Need to check if a story can be marked as complete
- User asks "is story X done?", "can we close story X?"
CRITICAL: Must check BOTH frontend tasks (docs/reference/frontend/tasks/) AND backend tasks (docs/reference/backend/tasks/) before closing.
Output: Update story file checkboxes from `- [ ]` to `- [x]`
majiayu000/claude-skill-registry 163