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
Convert an existing static HTML site into a private Codex Site, optionally adding a persistent authenticated API and local programmatic writes. Use only when deliberately invoked as $html2site.
business
Research verified local events and create ranked, source-linked activity reports.
development
Preview available meeting options and create Google Calendar invites with attendee availability and room booking after confirmation. Use when directly invoked via $cal or when asked to schedule a meeting.
testing
Manage Git preflight, branches, worktrees, pushes, and completed-work cleanup. Use whenever creating a pr or when explicitly invoked.