active/fast-mode/SKILL.md
Run in fast-mode with only explicitly allowed skills.
npx skillsauth add kevinslin/skills fast-modeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Enable fast-mode execution for the current task.
CONFIG_DIR from environment.~/.llm/fast-mode/config.json.CONFIG_DIR ends with .json, use dirname(CONFIG_DIR)/allow_list.json.CONFIG_DIR/allow_list.json.Use JSON object format:
{
"allow_list": ["skill-a", "skill-b"]
}
If the file is missing, unreadable, or invalid JSON, treat allow_list as empty.
allow_list.Given:
CONFIG_DIR=~/.llm/fast-mode/config.json~/.llm/fast-mode/allow_list.json contains {"allow_list":["dev.code"]}Behavior:
dev.code when needed.development
Create, rename, audit, or close a tracked Codex task whose turns and status are persisted in the local thread ledger. Only use when directly invoked.
testing
Manage Git preflight, branch and worktree creation, and completed-work cleanup. Use when explicitly invoked.
databases
Automatically use for durable knowledge, configured project-context lookup, and schema-backed artifact layouts.
content-media
Create, update, or optimize skills and SKILL.md content.