Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>Agentic Collaboration StandardNew to Visual Studio Code? Get it now.
Agentic Collaboration Standard

Agentic Collaboration Standard

Jack Del Aguila

|
1 install
| (0) | Free
YAML autocomplete and inline validation for .agents/ folders (ACS v1.0)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. Install the extension
  2. Open any project with a .agents/ folder (or scaffold one with acs init)
  3. 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

File Schema
.agents/main.yaml manifest.schema.json
.agents/permissions/policy.yaml permissions.schema.json

Links

  • ACS Website
  • Specification
  • GitHub Repository
  • Examples

License

MIT © jackby03

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft