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.
Grounded in the docs - follow a source before acting on it.
{
"ocm": "1",
"id": "rayterion-gorgoyle-marketplace-api-instructions",
"kind": "skill",
"name": "api",
"description": "API backend Instructions",
"publisher": "rayterion",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"API backend Instructions"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/rayterion/Gorgoyle-Marketplace",
"path": ".github/instructions/api.instructions.md",
"ref": "697dac73a7422d53dd3d1cd8bc20b97479b47ffa",
"url": "https://github.com/rayterion/Gorgoyle-Marketplace/blob/697dac73a7422d53dd3d1cd8bc20b97479b47ffa/.github/instructions/api.instructions.md",
"key": "rayterion/Gorgoyle-Marketplace/.github/instructions/api.instructions.md"
},
"applies_to": "api/**"
},
"instructions": "# API backend Instructions\n\n- After opening any terminal, navigate to the `api` directory by running:\n ```bash\n cd api\n ```\n\n- before running any command related to running the project, chack out package.json scripts and run them with npm run <name-of-script>.\n\n- To push changes to the database schema, use Prisma Migrations. First, make your schema changes in `prisma/schema.prisma`, then run:\n ```bash\n npx prisma db push\n ```\n\n- For development, seed the database with initial data by running:\n ```bash\n npm run seed\n ```",
"cost": {
"context_tokens": 133
}
}
Fetch it by URL: GET /api/v1/registry/rayterion-gorgoyle-marketplace-api-instructions/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.