skills/seed/SKILL.md
Vendor the system-wide Harness Kit catalog into the current repo when a project needs checked-in local copies instead of relying on global bootstrap symlinks. Copies first-party skills and agents into a repo-local shared skill layer, then bridges harness-specific entrypoints back to that shared copy. Use when: "seed this repo", "vendor harness kit here", "initialize the agent here", "set me up offline". Trigger: /seed.
npx skillsauth add phrazzld/agent-skills seedInstall 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.
Vendor Harness Kit into this repo. Most repos should rely on system-wide
bootstrap instead; use /seed only when the repo needs checked-in local
copies for offline work, review, or repository-specific persistence.
Find the Harness Kit root: readlink -f this SKILL.md, walk up until you
see skills/ + agents/ + harnesses/.
Resolve the repo-local shared skill root. Use .agents/skills/.
If a repo already has legacy .agent/skills/, stop and ask whether to
migrate it. The shared root is the canonical storage for vendored
Harness Kit skills; .claude/skills/, .codex/skills/, and .pi/skills/
are bridges.
Copy every skill in <harness-kit-root>/skills/ into the shared skill root,
preserving each skill's full directory (references/, scripts/,
evals/, everything). Skip seed itself; it lives globally.
Ensure .claude/skills/<name>, .codex/skills/<name>, and
.pi/skills/<name> point at each shared skill when those harness dirs
exist. Do not duplicate skill contents into harness-specific dirs.
Copy every agent in <harness-kit-root>/agents/ into the repo's existing
agent directory. In most repos today that is .claude/agents/.
Do not invent a second copy of agents unless the repo already has
a documented shared-agent convention.
Copy <harness-kit-root>/harnesses/shared/AGENTS.md to ./AGENTS.md
only if one doesn't already exist.
Print what you installed.
~/.claude / ~/.codex / ~/.pi.
Writes only to the current repo..claude/skills/ is only a bridge..claude/, or
AGENTS.md — ask first./seed exists only for repo-local
vendoring.Typical time: seconds. Typical cost: zero LLM tokens beyond the skill body — just file copies.
tools
Enumerates the peer AI agent CLIs installed on this machine (codex, claude, pi, opencode, cursor-agent, grok, agy, hermes, thinktank) and how to invoke each headlessly. A capability map, not a quota: useful for fresh-context adversarial review on a different model family, second opinions, competing attempts, and wide benches. Use when: "ask codex", "ask another model", "second opinion", "cross-model review", "what AI tools do I have", "other agents", "different model family", "adversarial critique from another provider". Trigger: /roster.
development
Run lane cards on Fly Sprites: remote, isolated, scale-to-zero sandboxes for heavy or parallel agent work. Golden-checkpoint provisioning so lanes start on a ready sprite with zero setup tokens. Use when: "run this on a sprite", "remote lane", "offload to a sandbox", "dispatch to sprites", "bake a sprite", "sprite fleet", heavy/long-running/parallel sub-agent work that should not run on this machine. Trigger: /sprites, /sprite-lane.
testing
Compose and launch roster-backed specialist lanes with prompt-native lane cards and receipts. Use when: "dispatch agents", "use subagents", "compose a team", "run provider lanes", "make lane cards". Trigger: /dispatch, /subagents, /lanes.
tools
Fast session-start repository orientation from live local evidence. Use when: "orient yourself", "start of session", "new session", "where are we", "catch me up before acting", "what should I do next", after compaction, after switching worktrees, or before choosing a Harness Kit workflow. Trigger: /orient, /ground, /session-start.