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 IMackerI/overfit_hack_kosice (.agents/rules/AGENTS.md). Install upstream with npx skills add IMackerI/overfit_hack_kosice --skill rules. Copyright stays with the author.
AGENTS.md -
Project Overview
TODO
Architecture
TODO
Testing
TODO
Best Practices
Use linting after completing changes
for TS/JS use biome
for Python use ruff
Common mistakes
When you make a mistake twice, add it here for future agents to learn from it.
Unexpected Findings
Whenever you find something that you didn't expect, tell the user and record it here.
src/ is not a Python package; imports like from debts import ... work when src is on PYTHONPATH or when running python src/app.py.
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/imackeri-overfit-hack-kosice-rules/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.
imackeri-overfit-hack-kosice-rules.ocm.jsonjson
{
"ocm": "1",
"id": "imackeri-overfit-hack-kosice-rules",
"kind": "skill",
"name": "rules",
"description": "AGENTS.md -",
"publisher": "IMackerI",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"AGENTS.md -"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/IMackerI/overfit_hack_kosice",
"path": ".agents/rules/AGENTS.md",
"ref": "99aff1e20b91a19e8b7c039b8a438b7f54fe3c3f",
"url": "https://github.com/IMackerI/overfit_hack_kosice/blob/99aff1e20b91a19e8b7c039b8a438b7f54fe3c3f/.agents/rules/AGENTS.md",
"key": "IMackerI/overfit_hack_kosice/.agents/rules/AGENTS.md"
}
},
"instructions": "# AGENTS.md - \n\n## Project Overview\nTODO\n\n\n## Architecture\nTODO\n\n\n### Testing\nTODO\n\n## Best Practices\n\n- Use linting after completing changes\n - for TS/JS use `biome`\n - for Python use `ruff`\n\n## Common mistakes\nWhen you make a mistake twice, add it here for future agents to learn from it.\n\n\n## Unexpected Findings\nWhenever you find something that you didn't expect, tell the user and record it here.\n\n- `src/` is not a Python package; imports like `from debts import ...` work when `src` is on `PYTHONPATH` or when running `python src/app.py`.",
"cost": {
"context_tokens": 137
}
}
Fetch it by URL: GET /api/v1/registry/imackeri-overfit-hack-kosice-rules/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.