@cleepi/coding
v0.1.0
Published
Cleevio coding craft for pi: code voice, on-demand skill, and minimal review prompt. Soft-aware of @cleepi/sdd.
Readme
@cleepi/coding
Cleevio coding craft as a pi package. Layered on top of
@cleepi/base (general voice) and soft-aware of
@cleepi/sdd (process).
What's in the box
- Coding voice (
extensions/coding.ts) — appends code-specific defaults to the system prompt: readable > clever, comments explain why, delete dead code, names pay rent, small reversible steps. Plus a conditional SDD reminder: if@cleepi/sddis installed, the agent is reminded to use SDD for non-trivial work; if not, it suggests installing it. - Skill (
skills/coding/SKILL.md) — on-demand reference for code review, refactoring, naming, comments, testing, error handling. Loaded when the task is code-shaped, or explicitly with/skill:coding. - Prompt —
/reviewto review the current git diff.
Language-agnostic by design. Project-specific or language-specific opinions
live in other packages (e.g. @cleepi/packeta-fe).
Install
Global (recommended):
pi install git:github.com/cleevio/cleepi/packages/codingYou'll usually want @cleepi/base and @cleepi/sdd alongside:
pi install git:github.com/cleevio/cleepi/packages/base
pi install git:github.com/cleevio/cleepi/packages/sdd
pi install git:github.com/cleevio/cleepi/packages/codingThere's no hard dependency — coding works without sdd, it just changes the reminder it appends to the system prompt.
Related
- SPEC.md — what this package is and isn't.
- CHANGELOG.md — release history.
- ADR 0004 (repo) — why
sddis a peer andcodingis soft-aware, not hard-coupled.
