Answers from the documentation - opens a ticket when you need a person
Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Answers come from the docs; check anything important there.
Imported from floroz/retro-game-portfolio (AGENTS.md). Install upstream with npx skills add floroz/retro-game-portfolio. Copyright stays with the author.
Portfolio
This project is a simple website portfolio.
Technologies
The project uses Node.js (via fnm to control the correct version)
run:
npm dev to develop
npm lint to lint
npm format to format
We use React and Typescript
After modifying a file
Always run npm run format at the end of your changes.
Coding style
Never, ever use any unless instructed to do so. If you need to use any you need to add a comment with a comprehensive justification.
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/floroz-retro-game-portfolio-retro-game-portfolio/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": "floroz-retro-game-portfolio-retro-game-portfolio",
"kind": "skill",
"name": "retro-game-portfolio",
"description": "This project is a simple website portfolio.",
"publisher": "floroz",
"version": "1.0.0",
"capabilities": {
"domains": [
"finance"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This project is a simple website portfolio."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/floroz/retro-game-portfolio",
"path": "AGENTS.md",
"ref": "ba731eea675bb3def9a0fdc9abb7ea442b22fdb8",
"url": "https://github.com/floroz/retro-game-portfolio/blob/ba731eea675bb3def9a0fdc9abb7ea442b22fdb8/AGENTS.md",
"key": "floroz/retro-game-portfolio/AGENTS.md"
}
},
"instructions": "# Portfolio\n\nThis project is a simple website portfolio.\n\n## Technologies\n\nThe project uses Node.js (via `fnm` to control the correct version)\n\nrun:\n\n- `npm dev` to develop\n- `npm lint` to lint\n- `npm format` to format\n\nWe use React and Typescript\n\n## After modifying a file\n\nAlways run `npm run format` at the end of your changes.\n\n## Coding style\n\nNever, ever use `any` unless instructed to do so. If you need to use `any` you need to add a comment with a comprehensive justification.",
"cost": {
"context_tokens": 121
}
}
Fetch it by URL: GET /api/v1/registry/floroz-retro-game-portfolio-retro-game-portfolio/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.