Imported from lucasew/margea (AGENTS.md). Install upstream with npx skills add lucasew/margea. Copyright stays with the author.
Guidelines
Always install jdx/mise before touching anything in code. Make sure intermediary files are gitignored or ausent.
Don't ever inline icons
Don't touch the headers
Don't format code that you are not creating
Prefer using well known solutions for validation instead of trying to implement your own
If you are a open scope housekeeping agent start with deviations from these guidelines before looking for anything else
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/lucasew-margea-margea/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.
lucasew-margea-margea.ocm.jsonjson
{
"ocm": "1",
"id": "lucasew-margea-margea",
"kind": "skill",
"name": "margea",
"description": "Guidelines",
"publisher": "lucasew",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Guidelines"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/lucasew/margea",
"path": "AGENTS.md",
"ref": "b7e11114a898bb4885645e42517df8beeddf772b",
"url": "https://github.com/lucasew/margea/blob/b7e11114a898bb4885645e42517df8beeddf772b/AGENTS.md",
"key": "lucasew/margea/AGENTS.md"
}
},
"instructions": "# Guidelines\n\n- Always install jdx/mise before touching anything in code. Make sure intermediary files are gitignored or ausent.\n- Don't ever inline icons\n- Don't touch the headers\n- Don't format code that you are not creating\n- Prefer using well known solutions for validation instead of trying to implement your own\n- If you are a open scope housekeeping agent start with deviations from these guidelines before looking for anything else",
"cost": {
"context_tokens": 109
}
}
Fetch it by URL: GET /api/v1/registry/lucasew-margea-margea/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.