synaptiai/agent-capability-standard
4 stars · Last commit 2026-04-01
Agent Capability Standard is an open specification for composable AI agent capabilities. It defines 36 atomic capabilities across 9 cognitive layers, a type-safe workflow DSL, and grounded world modeling with trust-aware conflict resolution. Built on the Grounded Agency philosophy, it makes agent reliability structural—not optional.
README preview
# Agent Capability Standard > **Grounded Agency**: A framework for building AI agents that know what they don't know. [](https://github.com/synaptiai/synapti-marketplace) [](LICENSE) [](spec/STANDARD-v1.0.0.md) [](CHANGELOG.md) > **Versioning:** The spec version (v1.0.0) tracks the standard itself. The plugin version (v1.2.0) tracks the Claude Code implementation. The Python package (`grounded-agency`) uses its own SemVer. See [GOVERNANCE.md](spec/GOVERNANCE.md) for the versioning policy. ```bash # Install as Claude Code plugin claude plugin marketplace add synaptiai/synapti-marketplace claude plugin install agent-capability-standard ``` --- ## What Is This?