Agentic Collaboration Standard — VS Code Extension
YAML autocomplete and inline validation for .agents/ folders (ACS v1.0).
Features
- Schema validation — instant inline errors for
main.yaml and permissions/policy.yaml
- YAML autocomplete — field suggestions, required keys, and allowed values as you type
- ACS: Validate Project command — run from the Command Palette (
Ctrl+Shift+P) to validate all ACS files in your workspace
- Auto-activates — activates automatically when a
.agents/main.yaml is detected in your workspace
Requirements
This extension depends on YAML by Red Hat (redhat.vscode-yaml), which is installed automatically.
Getting Started
- Install the extension
- Open any project with a
.agents/ folder (or scaffold one with acs init)
- Open
.agents/main.yaml — autocomplete and validation activate immediately
Install the CLI
# Node.js
npm install -g agentic-standard
# Python
pip install agentic-standard
Scaffold a new .agents/ folder:
acs init
Validate your project:
acs validate
Validated Files
Links
License
MIT © jackby03
| |