Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
git-workspace-init
Initialize a new git worktree and branch for feature development or bug fixes. Use when: (1) Starting work on a new feature, (2) Beginning a bug fix, (3) Creating an isolated workspace for any task, (4) You want to work in parallel on multiple branches. This skill handles branch naming with conventional branch conventions, worktree creation, and remote push setup.
majiayu000/claude-skill-registry 163
-
exploit-development
Develop working exploits using pwntools. Includes exploit template and common patterns.
majiayu000/claude-skill-registry 163
-
tea-cli
Use when interacting with Gitea via command line - managing issues, PRs, releases, repos, or any git forge operations with tea CLI
majiayu000/claude-skill-registry 163
-
react-flow-implementation
Implements React Flow node-based UIs correctly using @xyflow/react. Use when building flow charts, diagrams, visual editors, or node-based applications with React. Covers nodes, edges, handles, custom components, state management, and viewport control.
majiayu000/claude-skill-registry 163
-
dev-prompt-engineering
Anthropic의 Best Practice를 기반으로 고성능 프롬프트를 설계하고 최적화합니다.
majiayu000/claude-skill-registry 163
-
React State Management
Gestion d'état React avec Zustand, hooks personnalisés, et patterns de cleanup. MANDATORY pour state management. À utiliser lors de state global, custom hooks, ou quand l'utilisateur mentionne "state", "zustand", "useState", "useEffect", "cleanup".
majiayu000/claude-skill-registry 163
-
planning-with-files
Transforms workflow to use Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Use when starting complex tasks, multi-step projects, research tasks, or when the user mentions planning, organizing work, tracking progress, or wants structured output.
majiayu000/claude-skill-registry 163
-
manage-reatom-stores
Create or update Reatom stores in this repo. Use when adding a new store under `src/stores`, changing store state shape, adding computed atoms, or creating/updating related store service functions.
majiayu000/claude-skill-registry 163
-
reward-function-hold-bias
Fix HOLD bias in RL reward function. Trigger when: (1) model learns to always HOLD, (2) trade rate is too low (<10%), (3) slippage penalty exceeds typical price moves.
majiayu000/claude-skill-registry 163
-
ui-embed
Embed the chatbot UI inside Docusaurus and connect it to the FastAPI RAG backend. Use when building chat components, handling streaming responses, or integrating chat widgets into MDX pages.
majiayu000/claude-skill-registry 163
-
java-patterns
This skill should be used for Java/Spring patterns, dependency injection, streams, Optional, Kotlin, Spring Boot, Maven, Gradle, JVM backend
majiayu000/claude-skill-registry 163
-
fix-failed-pr
Check GitHub PR status, identify failures in CI/checks, analyze errors, attempt fixes, and push changes. Use this skill when the user asks to fix a failed PR, check PR status, fix CI failures, or resolve PR checks.
majiayu000/claude-skill-registry 163
-
fullstack-backend-master-avimaybee-refinery
majiayu000/claude-skill-registry 163
-
detecting-pointer-subtraction
Detects unsafe pointer subtraction operations that can lead to incorrect size calculations and integer underflow. Use when analyzing pointer arithmetic, size calculations, or investigating buffer sizing issues.
majiayu000/claude-skill-registry 163
-
App Theming
Your approach to handling app theming. Use this skill when working on files where app theming comes into play.
majiayu000/claude-skill-registry 163
-
python-telegram-bot
python-telegram-bot library for building Telegram bots. Use for handlers, callbacks, inline keyboards, conversations, and bot commands.
majiayu000/claude-skill-registry 163
-
gh-issue-triage
GitHub issue triage workflow with contributor profile extraction. Analyze → clarify → file cells → tag → implement → credit. Captures Twitter handles for changeset acknowledgments.
majiayu000/claude-skill-registry 163
-
label-manager
Add, remove, and list labels on issues via Fractary CLI
majiayu000/claude-skill-registry 163
-
Sharing Skills
Contribute skills back to upstream via branch and PR
majiayu000/claude-skill-registry 163
-
deps-minor
Safe minor dependency updates with validation (lint/test/build) and automatic rollback on failure.
majiayu000/claude-skill-registry 163
-
review-changes
Code review of current git changes, compare to related plan if exists, identify bad engineering, over-engineering, or suboptimal solutions. Use when user asks to review changes, check git diff, validate implementation quality, or assess code changes.
majiayu000/claude-skill-registry 163
-
literal-string
C# Literal string을 const string으로 사전 정의하여 사용하는 패턴
majiayu000/claude-skill-registry 163
-
agent-builder
Use when creating, improving, or troubleshooting Claude Code subagents. Expert guidance on agent design, system prompts, tool access, model selection, and best practices for building specialized AI assistants.
majiayu000/claude-skill-registry 163
-
proto-gen
Generate C++ and Python code from Protocol Buffer definitions. Use when user asks to generate proto files, compile protos, regenerate gRPC code, or mentions protobuf/gRPC generation.
majiayu000/claude-skill-registry 163