skills/a/SKILL.md
Auto-detect task complexity, load registry shards, and execute with or without phased pipeline
npx skillsauth add ipswitch8/CC_tools aInstall 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.
First, read registry/manifest.json to identify which shards are relevant to this task. Load only those shards — do not load all shards at once. Always load the meta shard. Load the pipeline shard for any complex or multi-step task.
Then evaluate "$ARGUMENTS":
If the task has multiple dependent stages (scaffold -> implement -> test -> harden, or any sequence where later work verifiably gates earlier work):
planner agent with: "$ARGUMENTS"Otherwise (single-step or simple task):
Use appropriate agents from the loaded registry shards to $ARGUMENTS
testing
Explicitly invoke planner first, then execute phased pipeline from registry shards
testing
Use agent karen to verify stated work was completed and tested properly
tools
Review uncommitted changes, organize into logical commits, and push to Git repo
devops
Local text-to-speech via sherpa-onnx (offline, no cloud)