weAreCoine

Show Profile — Data skill for Claude Code

Data community

Print the active kit profile (two-role pipeline autopilot free) — read-only; reads the profile triad and reports drift instead of guessing.

How to install Show Profile

Installs to ~/.claude/skills/wearecoine-tdd-red-handoff-show-profile/SKILL.md

Terminal
mkdir -p ~/.claude/skills/wearecoine-tdd-red-handoff-show-profile && curl -fsSL https://raw.githubusercontent.com/weAreCoine/tdd-red-handoff/HEAD/commands/show-profile.md -o ~/.claude/skills/wearecoine-tdd-red-handoff-show-profile/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Show Profile does


description: Print the active kit profile (two-role | pipeline | autopilot | free) — read-only; reads the profile triad and reports drift instead of guessing.

/show-profile

Print **this** project's active profile. The command is read-only: it writes nothing and asks nothing — it reads the **profile triad** (the three places that must agree on the active profile) and reports what it finds. Changing the profile is `/switch-profile`'s job, never this command's.

**No model check.** Th

Alternatives in Data

  • Engage.Status — Show current engagement status and pipeline progress 348 ★
  • GitHub Profile Rules — GitHub Profile Rules Pipeline 346 ★
  • Produce Chapter — Run the per-chapter production pipeline for one chapter — read STATUS.md to identify the next incomplete stage 86 ★

Full documentation available on GitHub

View Source Repository