Imported from pewpewgogo/agentix (sandbox/plain-notes-app/AGENTS.md). Install upstream with npx skills add pewpewgogo/agentix --skill plain-notes-app. Copyright stays with the author.
Express notes arm
This arm implements the notes behavior with ordinary TypeScript, Zod, and
Express wiring. There is no generated architecture index.
For create/get maintenance, inspect src/note.ts, src/notes-service.ts, and
the relevant route in src/app.ts, then read src/notes.test.ts for the public
behavior. Widen to the full src/ tree when a dependency cannot be resolved
from those files.
Verify with:
npm run typecheck --workspace @agentixdev/sandbox-express-notesnpm test --workspace @agentixdev/sandbox-express-notes
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/pewpewgogo-agentix-plain-notes-app/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.
pewpewgogo-agentix-plain-notes-app.ocm.jsonjson
{
"ocm": "1",
"id": "pewpewgogo-agentix-plain-notes-app",
"kind": "skill",
"name": "plain-notes-app",
"description": "This arm implements the notes behavior with ordinary TypeScript, Zod, and Express wiring. There is no generated architecture index.",
"publisher": "pewpewgogo",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This arm implements the notes behavior with ordinary TypeScript, Zod, and Express wiring. There is no generated architecture index."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/pewpewgogo/agentix",
"path": "sandbox/plain-notes-app/AGENTS.md",
"ref": "5f020cdab3545fd56b3c804e45ee763a16dc41e0",
"url": "https://github.com/pewpewgogo/agentix/blob/5f020cdab3545fd56b3c804e45ee763a16dc41e0/sandbox/plain-notes-app/AGENTS.md",
"key": "pewpewgogo/agentix/sandbox/plain-notes-app/AGENTS.md"
}
},
"instructions": "# Express notes arm\n\nThis arm implements the notes behavior with ordinary TypeScript, Zod, and\nExpress wiring. There is no generated architecture index.\n\nFor create/get maintenance, inspect `src/note.ts`, `src/notes-service.ts`, and\nthe relevant route in `src/app.ts`, then read `src/notes.test.ts` for the public\nbehavior. Widen to the full `src/` tree when a dependency cannot be resolved\nfrom those files.\n\nVerify with:\n\n```sh\nnpm run typecheck --workspace @agentixdev/sandbox-express-notes\nnpm test --workspace @agentixdev/sandbox-express-notes\n```",
"cost": {
"context_tokens": 138
}
}
Fetch it by URL: GET /api/v1/registry/pewpewgogo-agentix-plain-notes-app/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.