From transcend-harness
Browse transcend-harness's curated catalog of specialized workflow skills (frontend/UX audit, visual-regression, a11y, etc.) and wire chosen ones into this project's harness. Use to add a specialized workflow to an existing transcend harness after init.
How this skill is triggered — by the user, by Claude, or both
Slash command
/transcend-harness:transcend-catalogThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Browse the curated catalog and wire selected entries into the project's harness.
Browse the curated catalog and wire selected entries into the project's harness.
TRANSCEND_ROOT="${CLAUDE_PLUGIN_ROOT:-$(cd "$(dirname "$CLAUDE_SKILL_DIR")/.." && pwd)}"
PROJECT_DIR="${CLAUDE_PROJECT_DIR:-$(pwd)}"
echo "--- catalog ---"; cat "$TRANSCEND_ROOT/core/catalog/catalog.yaml"
echo "--- this project's stack/manifest ---"; cat "$PROJECT_DIR/.claude/.transcend/manifest.json" 2>/dev/null || sh "$TRANSCEND_ROOT/core/detectors/detect.sh" "$PROJECT_DIR"
echo "--- already-wired skills ---"; ls "$PROJECT_DIR/.claude/skills" 2>/dev/null || echo "none"
AskUserQuestion (multiSelect): "Add —
?".sh "$TRANSCEND_ROOT/core/audit/verify-manifest.sh" "$PROJECT_DIR". A wiring
target (CLAUDE.md or a pillar rule) whose status is modified is hand-edited:
do not write to it — print the exact lines for the developer to splice in
themselves. Pristine (ok) targets may be edited.wiring (idempotently — skip anything already
present):
wiring.claudemd into the CLAUDE.md "Specialized workflows" section;wiring.pillar_step.text to the named pillar's rule file;pointer_skill: true, render core/templates/pointer-skill.SKILL.md.tmpl
to .claude/skills/<id>/SKILL.md, filling {id}/{what}/{when} from the
catalog entry and {pillar_rule_ref} from wiring.pillar_step.pillar (do
not freestyle pointer skills — the template is the contract);kind: external-plugin, add its settings_plugin ref to the project's
settings.json..claude/.transcend/manifest.json: extend the catalog list, refresh
the files[] sha256 of every file you edited, add entries for new pointer
skills, and stamp top-level last_merge (ISO-8601 UTC) — otherwise the next
audit reports your wiring as hand-edits. Report what was wired (and any
hand-edited targets you skipped). Do not commit unless asked.npx claudepluginhub ldippo/transcend-harness --plugin transcend-harnessGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.