This repository is intentionally full of overlapping tool guidance. If you are an agent, read `CONFIG_ZOO.md`, then pick the most specific instruction file for your runtime.
Imported from Hacksore/cursed-repo (AGENTS.md). Install upstream with npx skills add Hacksore/cursed-repo. Copyright stays with the author.
Repository Agent Instructions
This repository is intentionally full of overlapping tool guidance. If you are an agent, read CONFIG_ZOO.md, then pick the most specific instruction file for your runtime.
Project conventions
Keep JavaScript examples dependency-light.
Preserve the config zoo when making changes.
Run npm test and npm run check:configs for basic validation.
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/hacksore-cursed-repo-cursed-repo/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.
hacksore-cursed-repo-cursed-repo.ocm.jsonjson
{
"ocm": "1",
"id": "hacksore-cursed-repo-cursed-repo",
"kind": "skill",
"name": "cursed-repo",
"description": "This repository is intentionally full of overlapping tool guidance. If you are an agent, read `CONFIG_ZOO.md`, then pick the most specific instruction file for your runtime.",
"publisher": "Hacksore",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This repository is intentionally full of overlapping tool guidance. If you are an agent, read `CONFIG_ZOO.md`, then pick the most specific instruction file for your runtime."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Hacksore/cursed-repo",
"path": "AGENTS.md",
"ref": "8cfa60152601549ad2b56f16ffa7f854399b1dbc",
"url": "https://github.com/Hacksore/cursed-repo/blob/8cfa60152601549ad2b56f16ffa7f854399b1dbc/AGENTS.md",
"key": "Hacksore/cursed-repo/AGENTS.md"
}
},
"instructions": "# Repository Agent Instructions\n\nThis repository is intentionally full of overlapping tool guidance. If you are an agent, read `CONFIG_ZOO.md`, then pick the most specific instruction file for your runtime.\n\n## Project conventions\n\n- Keep JavaScript examples dependency-light.\n- Preserve the config zoo when making changes.\n- Run `npm test` and `npm run check:configs` for basic validation.",
"cost": {
"context_tokens": 97
}
}
Fetch it by URL: GET /api/v1/registry/hacksore-cursed-repo-cursed-repo/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.