Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
agents-md - Skill - OpenSmartRoute
Skillv1.0.0
agents-md
Follow the rules in `writing-systems/ste.md` for all prose you write or edit.
Imported from mvillere/clean-writing-system (adapters/agents-md/AGENTS.md). Install upstream with npx skills add mvillere/clean-writing-system --skill agents-md. Copyright stays with the author.
AGENTS.md
Writing style
Follow the rules in writing-systems/ste.md for all prose you write or edit.
Prose means:
README files and documentation
code comments and docstrings
error messages, warnings, and log lines
commit messages, pull request titles and bodies
changelog entries and release notes
Prose does not mean code, identifiers, type names, command syntax, or the
contents of code blocks. Do not change those.
Use strict mode for error messages, warnings, log lines, and runbooks. Use
flavored mode for documents. Run the self-check at the end of ste.md before
you return any text.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/mvillere-clean-writing-system-agents-md/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "mvillere-clean-writing-system-agents-md",
"kind": "skill",
"name": "agents-md",
"description": "Follow the rules in `writing-systems/ste.md` for all prose you write or edit.",
"publisher": "mvillere",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Follow the rules in `writing-systems/ste.md` for all prose you write or edit."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/mvillere/clean-writing-system",
"path": "adapters/agents-md/AGENTS.md",
"ref": "a438791a32b046f8f7c594c0e3bc249ec9c88594",
"url": "https://github.com/mvillere/clean-writing-system/blob/a438791a32b046f8f7c594c0e3bc249ec9c88594/adapters/agents-md/AGENTS.md",
"key": "mvillere/clean-writing-system/adapters/agents-md/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\n<!-- Copy this block into the AGENTS.md at your repository root. -->\n<!-- Works with Codex, Cursor, Gemini CLI, Copilot, Zed, Windsurf, Aider, and -->\n<!-- any other tool that reads AGENTS.md. See https://agents.md -->\n\n## Writing style\n\nFollow the rules in `writing-systems/ste.md` for all prose you write or edit.\n\nProse means:\n\n- README files and documentation\n- code comments and docstrings\n- error messages, warnings, and log lines\n- commit messages, pull request titles and bodies\n- changelog entries and release notes\n\nProse does not mean code, identifiers, type names, command sy",
"cost": {
"context_tokens": 208
}
}
Fetch it by URL: GET /api/v1/registry/mvillere-clean-writing-system-agents-md/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.