Imported from Zimquadery/MiniMythos (AGENTS.md). Install upstream with npx skills add Zimquadery/MiniMythos. Copyright stays with the author.
Guideline for agents
Must Follow Rules
Avoid over-engineering, prefer simple and robust approach
Ensure no cascading issue arises after implementation
Keep cross-platform compatibility in consideration
Use only ASCII characters in Python source code and CLI output; avoid Unicode symbols (e.g., arrows, checkmarks, em-dashes) that may fail on Windows terminals with non-UTF-8 encoding. Use ASCII equivalents instead (->, [OK], [FAIL], -)
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/zimquadery-minimythos-minimythos/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.
zimquadery-minimythos-minimythos.ocm.jsonjson
{
"ocm": "1",
"id": "zimquadery-minimythos-minimythos",
"kind": "skill",
"name": "MiniMythos",
"description": "Guideline for agents",
"publisher": "Zimquadery",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Guideline for agents"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Zimquadery/MiniMythos",
"path": "AGENTS.md",
"ref": "2eea6f6ed47da018e42171d4d53eb23da7e33270",
"url": "https://github.com/Zimquadery/MiniMythos/blob/2eea6f6ed47da018e42171d4d53eb23da7e33270/AGENTS.md",
"key": "Zimquadery/MiniMythos/AGENTS.md"
}
},
"instructions": "# Guideline for agents\n\n## Must Follow Rules\n- Avoid over-engineering, prefer simple and robust approach\n- Ensure no cascading issue arises after implementation\n- Keep cross-platform compatibility in consideration\n- Use only ASCII characters in Python source code and CLI output; avoid Unicode symbols (e.g., arrows, checkmarks, em-dashes) that may fail on Windows terminals with non-UTF-8 encoding. Use ASCII equivalents instead (`->`, `[OK]`, `[FAIL]`, `-`)",
"cost": {
"context_tokens": 114
}
}
Fetch it by URL: GET /api/v1/registry/zimquadery-minimythos-minimythos/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.