Patrol Keywords banner
cukas cukas

Patrol Keywords

Development community

Description

--- name: patrol-keywords description: Manage custom trigger keywords — list, add, remove, or reset --- # Patrol Keywords Manage the keywords that trigger bug-fix mode. Custom keywords extend the built-in defaults. ## Instructions 1. Parse the user's arguments (text after `/patrol-keywords`): - No arguments → list all keywords - `add "word1" "word2" ...` → add to custom_keywords - `remove "word"` → remove from custom_keywords - `reset` → clear all custom keywords 2. Read current

Installation

Installs to ~/.claude/skills/cukas-patrol-patrol-keywords/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cukas-patrol-patrol-keywords && curl -fsSL https://raw.githubusercontent.com/cukas/patrol/HEAD/commands/patrol-keywords.md -o ~/.claude/skills/cukas-patrol-patrol-keywords/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository