Skip to content

Introduction

cyberplace is a universal toolbox for the Cyber Era — a skill library, CLI, and plugin marketplace for AI coding agents (Claude Code, Cursor, Codex, GitHub Copilot CLI). It is a pnpm + turbo monorepo: the cyberplace npm package ships the CLI, and the repo doubles as a plugin marketplace.

A skill is a SKILL.md file that an AI agent loads on demand. It encodes a workflow — steps, decisions, and tool use — so the agent behaves consistently across sessions and teammates. Skills are plain Markdown; no framework, no runtime. See Skills for the concept.

LayerPurpose
CLIThe cyberplace binary — install and manage skills (add / find / list / update), register hooks, and show governances
PluginsBundles of skills, hooks, and governances shipped under plugins/ and listed in the Marketplacesdd, aced, quill, cyberspace, cyberfleet, cyberlegion, commit-discipline, and more
HooksSessionStart instruction hooks (e.g. commit discipline) — hook register / hook run
GovernancesVersion-pinned agent-tool contracts (governance list / governance show)

Plugins and skills install from GitHub; the CLI installs from npm. These are independent surfaces — see Supply Chain for how to pin and trust each one.