@cleepi/coding

Cleevio coding craft for pi: code voice, on-demand skill, and minimal review prompt. Soft-aware of @cleepi/sdd.

Packages

Package details

extensionskillprompt

Install @cleepi/coding from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@cleepi/coding
Package
@cleepi/coding
Version
0.1.0
Published
Jun 1, 2026
Downloads
not available
Author
honem
License
MIT
Types
extension, skill, prompt
Size
20.9 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./extensions"
  ],
  "skills": [
    "./skills"
  ],
  "prompts": [
    "./prompts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

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/sdd is 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/review to 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/coding

You'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/coding

There's no hard dependency — coding works without sdd, it just changes the reminder it appends to the system prompt.

Related