# Agents Md Protocol

> >

- **Type:** Skill
- **Install:** `agentstack add skill-stevesolun-ctx-agents-md-protocol`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [stevesolun](https://agentstack.voostack.com/s/stevesolun)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [stevesolun](https://github.com/stevesolun)
- **Source:** https://github.com/stevesolun/ctx/tree/main/imported-skills/agents-md/skills/agents-md-protocol
- **Website:** https://stevesolun.github.io/ctx/

## Install

```sh
agentstack add skill-stevesolun-ctx-agents-md-protocol
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# AGENTS.md Protocol

## Purpose

Create or tighten a repository-level `AGENTS.md` contract for coding agents.
Treat it as durable operating context, not a chat prompt.

## When to Use

- Repo has no `AGENTS.md`, `CLAUDE.md`, or equivalent agent instructions.
- Existing instructions are stale, vague, or missing test commands.
- A custom/API/local harness needs stable context it can load every run.
- A multi-agent workflow needs explicit handoff and review rules.

## Procedure

1. Inspect repo layout, package managers, CI files, and test commands.
2. Capture only durable facts and team rules.
3. Keep commands exact and runnable from the documented directory.
4. Add security and destructive-operation boundaries.
5. Add PR/review expectations and required verification.
6. Keep the file short enough to load every session.

## Recommended Sections

- `Dev environment tips`
- `Testing instructions`
- `Build and lint`
- `Code style`
- `Security boundaries`
- `PR instructions`
- `Agent handoff notes`

## Quality Bar

- Every command has a working directory or clear scope.
- No secrets, tokens, or private URLs.
- No vague rules such as "be careful" without a concrete check.
- No roadmap or marketing text.
- Instructions match current CI and package metadata.

## Harness Attachment

For non-Claude-Code harnesses, load `AGENTS.md` as outer-loop project context.
The harness should also keep explicit task state outside conversation history.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [stevesolun](https://github.com/stevesolun)
- **Source:** [stevesolun/ctx](https://github.com/stevesolun/ctx)
- **License:** MIT
- **Homepage:** https://stevesolun.github.io/ctx/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-stevesolun-ctx-agents-md-protocol
- Seller: https://agentstack.voostack.com/s/stevesolun
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
