This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` before writing any code. Hee
Imported from COMP7082-s26-team2/runebound-tactics (AGENTS.md). Install upstream with npx skills add COMP7082-s26-team2/runebound-tactics. Copyright stays with the author.
This is NOT the Next.js you know
This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in node_modules/next/dist/docs/ before writing any code. Heed deprecation notices.
Coding Guidelines
These guidelines must be followed at all times when making code changes.
Newline Space
All modified files must have a newline space at EOF.
Package Manager
Never use pnpm; use either yarn or npx for most commands (preferably yarn)
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/comp7082-s26-team2-runebound-tactics-runebound-tactics/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.
{
"ocm": "1",
"id": "comp7082-s26-team2-runebound-tactics-runebound-tactics",
"kind": "skill",
"name": "runebound-tactics",
"description": "This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` before writing any code. Heed deprecation notices.",
"publisher": "COMP7082-s26-team2",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` before writing any code. Heed deprecation notices."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/COMP7082-s26-team2/runebound-tactics",
"path": "AGENTS.md",
"ref": "30cf41974d361b03c72ace2f7283e82f1137374d",
"url": "https://github.com/COMP7082-s26-team2/runebound-tactics/blob/30cf41974d361b03c72ace2f7283e82f1137374d/AGENTS.md",
"key": "COMP7082-s26-team2/runebound-tactics/AGENTS.md"
}
},
"instructions": "<!-- BEGIN:nextjs-agent-rules -->\n# This is NOT the Next.js you know\n\nThis version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` before writing any code. Heed deprecation notices.\n\n# Coding Guidelines\nThese guidelines must be followed at all times when making code changes.\n\n## Newline Space\nAll modified files must have a newline space at EOF.\n\n# Package Manager\nNever use pnpm; use either yarn or npx for most commands (preferably yarn)\n\n<!-- END:nextjs-agent-rules -->",
"cost": {
"context_tokens": 146
}
}
Fetch it by URL: GET /api/v1/registry/comp7082-s26-team2-runebound-tactics-runebound-tactics/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.