cyberplace

September 13, 2026 · View on GitHub

CI

Universal toolbox in the Cyber Era — a skill library, CLI, and plugin marketplace for AI coding agents (Claude Code, Cursor, Codex, GitHub Copilot CLI).

Quick start

No install required — run the CLI with npx:

# Install every skill from a repo
npx cyberplace add cyberuni/cyberplace

# Install one skill by name
npx cyberplace add cyberuni/cyberplace:commit

# Search, list, and update
npx cyberplace find commit
npx cyberplace list

See packages/cyberplace for the full command reference.

Packages

PackageDescription
cyberplaceOpinionated skills, hooks, and workflows for AI agents + the CLI

Plugins

The repo doubles as a plugin marketplace (.claude-plugin/marketplace.json). Notable plugins in plugins/:

PluginDescription
cyberspaceResearch and design toolkit for universal plugins
commit-disciplineCommit-discipline hooks and workflow

Plugins hosted elsewhere

These moved to their own repos and are still installable from this marketplace, which references them by git-subdir:

PluginHome
sddcyberuni/cyber-sdd (npm cyber-sdd)
acedcyberuni/cyber-sdd
quillcyberuni/cyber-sdd
cyberlegioncyberuni/cyberlegion
cyberfleetcyberuni/cyberfleet

Development

This is a pnpm + turbo monorepo.

pnpm install
pnpm build      # build all packages
pnpm verify     # typecheck + lint + test + audit — run before committing

See AGENTS.md for architecture and contributor guidance.

License

MIT