Imported from cuthbertLab/emmsap (AGENTS.md). Install upstream with npx skills add cuthbertLab/emmsap. Copyright stays with the author.
Read this file at the start of every session and every time your context window is full.
Run python commands with "uv run" such as "uv run python manage.py test emmsap2.tests".
Run that test after every substantive test.
Assume that someone else may have edited files since your last prompt. Reread any files
you are going to write before changing them.
Run uvx ruff check emmsap2 to test linting.
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/cuthbertlab-emmsap-emmsap/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.
cuthbertlab-emmsap-emmsap.ocm.jsonjson
{
"ocm": "1",
"id": "cuthbertlab-emmsap-emmsap",
"kind": "skill",
"name": "emmsap",
"description": "Read this file at the start of every session and every time your context window is full.",
"publisher": "cuthbertLab",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Read this file at the start of every session and every time your context window is full."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/cuthbertLab/emmsap",
"path": "AGENTS.md",
"ref": "1f169e2bdf712eb2a67f1c93db88a664225bbb2f",
"url": "https://github.com/cuthbertLab/emmsap/blob/1f169e2bdf712eb2a67f1c93db88a664225bbb2f/AGENTS.md",
"key": "cuthbertLab/emmsap/AGENTS.md"
}
},
"instructions": "Read this file at the start of every session and every time your context window is full.\n\nRun python commands with \"uv run\" such as \"uv run python manage.py test emmsap2.tests\".\nRun that test after every substantive test.\n\nAssume that someone else may have edited files since your last prompt. Reread any files\nyou are going to write before changing them.\n\nRun `uvx ruff check emmsap2` to test linting.",
"cost": {
"context_tokens": 100
}
}
Fetch it by URL: GET /api/v1/registry/cuthbertlab-emmsap-emmsap/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.