Kho Skill AI
Tổng hợp các AI agent skill. Chọn model, copy, và chạy.
97 skill
/autofix-pr
intermediateSpawn a background Claude Code session that watches your PR and automatically pushes fixes when CI fails or reviewers leave comments.
/background
intermediateDetach the current session to run as a background agent and free your terminal — monitor it with `claude agents`.
/batch
advancedOrchestrate large-scale codebase changes in parallel — decomposes work into 5–30 independent units, each handled by an isolated git-worktree subagent.
/btw
beginnerAsk a side question without adding to the main conversation context — quick lookups that don't pollute your working thread.
/claude-api
beginnerLoad Claude API and Managed Agents reference material for your project's language. Also activates automatically when your code imports the Anthropic SDK.
/code-review (aka /simplify)
beginnerReview the current diff for correctness bugs without editing files. Uses three parallel review agents at configurable effort levels. Formerly /simplify.
/compact
beginnerFree up context window by summarising the conversation so far — essential for long sessions to prevent context overflow.
/context
beginnerVisualise current context window usage as a coloured grid — see what's taking up space and get optimisation suggestions.
/diff
beginnerOpen an interactive diff viewer showing all uncommitted changes and per-turn diffs — your checkpoint before committing.