Imported from dilgerma/embuilder-node (templates/frontend/AGENTS.md). Install upstream with npx skills add dilgerma/embuilder-node --skill frontend. Copyright stays with the author.
Instructions
Projections never call APIs directly always read directly from tables.
The system has no read API.
All calls are in api.ts - components never reach out to APIs directly, always using api.ts
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/dilgerma-embuilder-node-frontend/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.
dilgerma-embuilder-node-frontend.ocm.jsonjson
{
"ocm": "1",
"id": "dilgerma-embuilder-node-frontend",
"kind": "skill",
"name": "frontend",
"description": "Projections never call APIs directly always read directly from tables. The system has no read API.",
"publisher": "dilgerma",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Projections never call APIs directly always read directly from tables. The system has no read API."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/dilgerma/embuilder-node",
"path": "templates/frontend/AGENTS.md",
"ref": "6bd989390efcf477b4be6890909a4ada1ac86538",
"url": "https://github.com/dilgerma/embuilder-node/blob/6bd989390efcf477b4be6890909a4ada1ac86538/templates/frontend/AGENTS.md",
"key": "dilgerma/embuilder-node/templates/frontend/AGENTS.md"
}
},
"instructions": "## Instructions\n\nProjections never call APIs directly always read directly from tables. \nThe system has no read API.\n\nAll calls are in api.ts - components never reach out to APIs directly, always using api.ts",
"cost": {
"context_tokens": 52
}
}
Fetch it by URL: GET /api/v1/registry/dilgerma-embuilder-node-frontend/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.