rad-pi

Default Radicle package for pi: core deterministic tooling

Packages

Package details

extensionskill

Install rad-pi from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:rad-pi
Package
rad-pi
Version
1.6.0
Published
May 29, 2026
Downloads
343/mo · 39/wk
Author
hdh
License
MIT
Types
extension, skill
Size
86.2 KB
Dependencies
1 dependency · 3 peers
Pi manifest JSON
{
  "extensions": [
    "./packages/core/extensions"
  ],
  "skills": [
    "./packages/core/skills"
  ]
}

Security note

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

README

rad-pi

Default Radicle package for pi.

Install behavior

npm install rad-pi maps to the core experience:

  • deterministic Radicle agent tooling
  • a thin, tool-first core Radicle skill
  • shared baseline Radicle helpers and typed core tools

It does not include the optional COB or autonomy layers by default.

Package lineup

  • rad-pi — default package, aligned with core
  • @rad-pi/core — deterministic Radicle agent tooling
  • @rad-pi/cob — optional Plan/Context COB integrations
  • @rad-pi/autonomy — optional issue loops, planning loops, orchestration, and workers

Versioning

Managed with changesets. Per-package versions are tracked in their respective package.json files and CHANGELOG.md files are auto-generated on release.

npx changeset          # describe a change
npx changeset version  # bump packages
npx changeset publish  # publish to npm

Monorepo layout

packages/
  core/       # baseline Radicle skill + shared helpers
  cob/        # rad-plan and rad-context integrations
  autonomy/   # loops, orchestrator, worker agent

Development

Run all package tests:

npm test