Developer workflow skills for publishing work and migrating repos to neutral agent standards.
| Skill | What It Does | When to Invoke |
|---|---|---|
ship-pr |
Runs branch -> smart stage -> commit -> push -> PR flow with draft prompt. | When publishing local changes to GitHub. |
declaudify |
Migrates Claude-specific config/artifacts to AGENTS/skills conventions. | When normalizing legacy Claude-focused repositories. |
- Skill source of truth lives in
development/skills/*/SKILL.md. - Top-level mirror under
skills/is maintained bynpm run sync. - Keep workflows safe by default and avoid destructive git operations.