@stdd/plugin

Universal STDD workflow skills and lifecycle integration for Codex, Claude Code, and Pi

Packages

Package details

extensionskill

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

$ pi install npm:@stdd/plugin
Package
@stdd/plugin
Version
0.11.0
Published
Sep 6, 2026
Downloads
486/mo · 26/wk
Author
vsem-azamat
License
MIT
Types
extension, skill
Size
3.1 MB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "skills": [
    "./skills"
  ],
  "extensions": [
    "./extensions/stdd.mjs"
  ]
}

Security note

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

README

STDD universal plugin

This directory is the self-contained STDD distribution for Codex, Claude Code, and Pi. Every host loads the same conservative-profile skills and bundled CLI runtime; adopting repositories do not need a local @stdd/cli dependency.

Install

The STDD repository is its own marketplace for both plugin hosts, and its root catalog sources this directory.

  • Codex: codex plugin marketplace add vsem-azamat/stdd, then codex plugin add stdd@stdd.
  • Claude Code: /plugin marketplace add vsem-azamat/stdd, then /plugin install stdd@stdd.
  • Pi: pi install npm:@stdd/plugin@<version>. For a source checkout, use pi install ./plugins/stdd.

The source tree is a distribution input, not proof that a registry release has occurred. Publishers must run the repository build and verification commands before releasing it.

Activation and ownership

Installing the bundle changes no repository. Skills are available globally, but lifecycle integration stays dormant unless the current checkout contains .stdd/. Run stdd init separately when a repository adopts the shared contract. Repository state, policy, generated native routing, and optional CI remain repository-owned.

Codex and Claude Code use fail-open SessionStart and Stop command hooks. Pi restores successful local status output at session start and after compaction, and may queue one corrective follow-up after a blocked settled turn. Runtime errors do not trap the host or enter model context. If the bundle cannot read an adopted contract, update the bundle or re-run initialization with a compatible STDD CLI.

Build

From the STDD source root:

npm run build:plugin
npm pack --dry-run --json ./plugins/stdd

The build regenerates skills, the Pi extension, and the bundled runtime; version-aligns all host manifests; and rejects unsafe or stale publication paths. Building currently requires Linux held-directory support. The generated bundle itself remains portable to supported Codex, Claude Code, and Pi hosts.