How to create an exp.
Two skills drive the pipeline:
openexp-pack-author (the driver) and
openexp-pack-pii-check (the PII gate). Install them
once, hand them to your agent, and walk Phase 1 (5 steps,
personal) — or Phase 2 (+4 steps) if you go public.
The skills
openexp-pack-author
Drives the pipeline end-to-end. Phase 1 (5 steps)
builds a personal exp — pick the
engagement, extract the raw timeline (real names, real IDs —
no anonymization for personal use), author
meta.yaml + SKILL.md +
README.md, install into
~/.claude/skills/. Stop here if not publishing.
Phase 2 (+4 steps) only if going public:
anonymize → scrub → push → catalog.
$ ln -s ~/claude-skills/skills/dev/openexp-pack-author \
~/.claude/skills/openexp-pack-author
openexp-pack-pii-check
PII gate before any public push. Scans the 4 public files for leaks: real names, emails, phone numbers, EINs, CRM/Gmail IDs, absolute money values, absolute dates, local file paths. Halts publication if leaks found; reports line + evidence + suggested replacement. Never auto-rewrites without your confirmation.
$ ln -s ~/claude-skills/skills/dev/openexp-pack-pii-check \
~/.claude/skills/openexp-pack-pii-check
Try it
Hand them to your Claude.
Once both skills are installed, open Claude Code and tell it what you closed. The author skill walks you through the steps.
> Let's pack my last closed deal — > sales arc, ~6 weeks, signed last Friday. # The author skill picks up Phase 1 step 0 and walks you # through extraction, meta.yaml, SKILL.md, README.md, # and local install.
Going public? Tell it: "and let's publish this one" — it picks up Phase 2 (anonymize → scrub → push → catalog).
References
openexp-pack-authorSKILL.md: claude-skills/skills/dev/openexp-pack-author/SKILL.mdopenexp-pack-pii-checkSKILL.md: claude-skills/skills/dev/openexp-pack-pii-check/SKILL.md- Anonymization prompt: openexp/prompts/anonymize.md
- Extract prompt: openexp/prompts/extract_experience.md