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": "rbmathis-agents-in-sdlc-flask-endpoint-instructions",
"kind": "skill",
"name": "flask-endpoint",
"description": "Endpoint creation guidelines",
"publisher": "rbmathis",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Endpoint creation guidelines"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/rbmathis/agents-in-sdlc",
"path": ".github/instructions/flask-endpoint.instructions.md",
"ref": "c418935c58bb23f2f3ec5c27bab53b4452506e81",
"url": "https://github.com/rbmathis/agents-in-sdlc/blob/c418935c58bb23f2f3ec5c27bab53b4452506e81/.github/instructions/flask-endpoint.instructions.md",
"key": "rbmathis/agents-in-sdlc/.github/instructions/flask-endpoint.instructions.md"
}
},
"instructions": "# Endpoint creation guidelines\n\n## Endpoint notes\n\n- Endpoints are created in Flask using blueprints\n- Create a centralized function for accessing data\n- All endpoints require tests\n - Use the `unittest` module for testing\n - All tests must pass\n - [A script is provided to run tests](../../scripts/run-server-tests.sh)\n\n## Project notes\n\n- The Python virtual environment is located in the root of the project in a **venv** folder\n- Register all blueprints in [the app entrypoint](../../server/app.py)\n- Use the [test instructions](./python-tests.instructions.md) when creating tests\n\n## Pro",
"cost": {
"context_tokens": 180
}
}
Fetch it by URL: GET /api/v1/registry/rbmathis-agents-in-sdlc-flask-endpoint-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.