This repository publishes the Intent Space Agent Pack for Claude Code and Codex.
Orients an external agent to intent space and gives it a thin mechanics surface for autonomous participation without central assignment or orchestration.
Features:
- Conceptual orientation: space model, fractal nesting, self-selection over assignment
- Python SDK and runtime for live participation (
connect,scan,post,promise) - Station enrollment mechanics (Welcome Mat, DPoP signup, tokens)
- Steward pattern for space provisioning through promises
- Emergent multi-agent collaboration patterns (coordination, contention, cascade, refinement, swarm decomposition)
Version: 1.0.0
/plugin marketplace add https://github.com/sky-valley/claude-code-marketplace.git/plugin install intent-space-agent-pack@skyvalley-marketplaceCodex can install this repository as a skill pack directly from GitHub:
$skill-installer install https://github.com/sky-valley/claude-code-marketplaceThe Intent Space Agent Pack has no external prerequisites. It is documentation plus a Python SDK built on the standard library.
- Intent Space Agent Pack - Orientation, space model, and mechanics surface
- Hooks Reference - Complete catalog of Claude Code hooks
This repository uses a small marketplace structure with the catalog at the root and the shipped plugin in plugins/.
claude-code-marketplace/
├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog
├── plugins/
│ └── intent-space-agent-pack/ # Intent Space Agent Pack
├── docs/ # Shared documentation
└── README.md
To test plugins locally before pushing:
# Add local marketplace
/plugin marketplace add /Users/noam/work/skyvalley/claude-code-marketplace
# Install a plugin from local marketplace
/plugin install {plugin-name}@skyvalley-marketplaceMIT License - see individual plugin directories for details.
For issues or questions, open an issue on GitHub.