skills/p/SKILL.md
Explicitly invoke planner first, then execute phased pipeline from registry shards
npx skillsauth add ipswitch8/CC_tools pInstall 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.
Read registry/manifest.json to identify which shards are relevant to this task. Always load the pipeline and meta shards. Load additional shards based on the task domain.
Then:
Invoke the planner agent with this task description: "$ARGUMENTS"
Wait for planner to confirm pipeline.json is written and report the
phase count and sequence.
For each phase in the order defined in pipeline.json: a. Use appropriate agents from the loaded registry shards to complete the phase work b. After phase work, invoke gate agents listed in that phase's entry — one at a time in listed order — before proceeding c. Do not advance until all gate agents have passed
Do not begin phase work until pipeline.json exists and is confirmed.
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
Auto-detect task complexity, load registry shards, and execute with or without phased pipeline
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".