Docs
HomeClaude Code PRO
Blog

Getting Started

  • Documentation
  • Claude Code Setup
  • Claude Code Configuration
  • Claude Code Security

Claude Code PRO

  • guideCheatsheet
  • skill/apex
  • skill/brainstorm
  • skill/debug
  • skill/clean-code
  • skill/review-code
  • skill/ci-fixer
  • skill/claude-memory
  • skill/create-prompt
  • skill/create-slash-commands
  • skill/prompt-creator
  • skill/create-skills-workflow
  • skill/skill-creator
  • skill/hook-creator
  • skill/subagent-creator
  • scriptStatusline
  • scriptCommand Validator
  • scriptAuto-Rename Session
  • scriptClaude Code AI
  • agentSnipper
  • agentCode Reviewer
  • agentExplore Codebase
  • agentExplore Docs
  • agentAction
  • agentWeb Search
  • cmd/oneshot
  • cmd/refactor
  • cmd/ultrathink
  • cmd/commit
  • cmd/create-pr
  • cmd/fix-pr-comments
  • cmd/merge
  • cmd/fix-errors
  • cmd/utils/fix-grammar
  • cmd/copywriting

Snipper

Rapid code modification specialist optimized for speed.

Fast agent specialized in quick code modifications with minimal output.

Usage

Used internally by skills like /apex, /clean-code, and /sync-docs for parallel code updates.

What It Does

  1. Reads specified files
  2. Applies requested changes
  3. Reports modifications with one-line descriptions

Execution Rules

  • Follows existing code style exactly
  • Preserves all formatting and indentation
  • Makes minimal changes to achieve goal
  • Never adds comments unless requested
  • No lint checks (no Bash access)

Output Format

- path/to/file.ext: [One line description of change]
- path/to/other.ext: [What was modified]

Priority

Speed > Explanation. Just get it done.

Claude Code AICode Reviewer