Ensure you run tests after you conclude all tasks. - Don't ever make any tests optional. - If you successfully implement a requested feature, commit it. - When updating GitHub Actions for a self-hoste
Imported from arjunguha/slopcoder (AGENTS.md). Install upstream with npx skills add arjunguha/slopcoder. Copyright stays with the author.
Ensure you run tests after you conclude all tasks.
Don't ever make any tests optional.
If you successfully implement a requested feature, commit it.
When updating GitHub Actions for a self-hosted runner, assume system dependencies and toolchains are installed.
As you make changes to the code, update the DESIGN.md file to reflect the changes. Do not let it get out of date.
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/arjunguha-slopcoder-slopcoder/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.
arjunguha-slopcoder-slopcoder.ocm.jsonjson
{
"ocm": "1",
"id": "arjunguha-slopcoder-slopcoder",
"kind": "skill",
"name": "slopcoder",
"description": "Ensure you run tests after you conclude all tasks. - Don't ever make any tests optional. - If you successfully implement a requested feature, commit it. - When updating GitHub Actions for a self-hosted runner, assume system dependencies and toolchains are installed. - As you make changes to the code, update the DESIGN.md file to reflect the changes. Do not let it get out of date.",
"publisher": "arjunguha",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Ensure you run tests after you conclude all tasks. - Don't ever make any tests optional. - If you successfully implement a requested feature, commit it. - When updating GitHub Actions for a self-hosted runner, assume system dependencies and toolchains are installed. - As you make changes to the code, update the DESIGN.md file to reflect the changes. Do not let it get out of date."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/arjunguha/slopcoder",
"path": "AGENTS.md",
"ref": "1deff4b0984976f3c6e012e2cd20d0f92ecc4306",
"url": "https://github.com/arjunguha/slopcoder/blob/1deff4b0984976f3c6e012e2cd20d0f92ecc4306/AGENTS.md",
"key": "arjunguha/slopcoder/AGENTS.md"
}
},
"instructions": "- Ensure you run tests after you conclude all tasks.\n- Don't ever make any tests optional.\n- If you successfully implement a requested feature, commit it.\n- When updating GitHub Actions for a self-hosted runner, assume system dependencies and toolchains are installed.\n- As you make changes to the code, update the DESIGN.md file to reflect the changes. Do not let it get out of date.",
"cost": {
"context_tokens": 96
}
}
Fetch it by URL: GET /api/v1/registry/arjunguha-slopcoder-slopcoder/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.