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.
ai_agent - Skill - OpenSmartRoute
Skillv1.0.0
ai_agent
Task Prioritization**: Follow the 4-level priority framework (Critical Security → High → Medium → Low) **Development Workflow**: Start session → Select task → Write tests → Implement → Test → Document
Instruction file imported from arkanwolfshade/MythosMUD (.cursor/rules/ai_agent.mdc). Copyright stays with the author.
Task Prioritization: Follow the 4-level priority framework (Critical Security → High → Medium → Low)
Development Workflow: Start session → Select task → Write tests → Implement → Test → Document → Commit
Communication: Update TASKS.local.md with progress, blockers, and decisions needed
Security Concerns: Immediately flag any security or privacy concerns
Database Rules: Never create database files outside /data/players/ (prod) or /server/tests/data/players/ (tests);
all PostgreSQL CRUD must go through stored procedures and functions defined in db/procedures/, not new inline DML/DQL
Server Management: Always use start_local.ps1 and stop_server.ps1 scripts
Testing: Use make test from project root, maintain 80%+ coverage
PowerShell: Use PowerShell syntax, never bash-style && for command chaining
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/arkanwolfshade-mythosmud-ai-agent-rule/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": "arkanwolfshade-mythosmud-ai-agent-rule",
"kind": "skill",
"name": "ai_agent",
"description": "Task Prioritization**: Follow the 4-level priority framework (Critical Security → High → Medium → Low) **Development Workflow**: Start session → Select task → Write tests → Implement → Test → Document → Commit **Communication**: Update TASKS.local.md with progress, blockers, and decisions needed **Security Concerns**: Immediately flag any security or privacy concerns **Database Rules**: Never create database files outside /data/players/ (prod) or /server/tests/data/players/ (tests); all PostgreSQL CRUD must go through stored procedures and functions defined in db/procedures/, not new inline DML/DQL **Server Management**: Always use start_local.ps1 and stop_server.ps1 scripts **Testing**: Use make test from project root, maintain 80%+ coverage **PowerShell**: Use PowerShell syntax, never bash-style && for command chaining",
"publisher": "arkanwolfshade",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"math"
],
"tags": [
"skill-md",
"github-cursor-rules"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Task Prioritization**: Follow the 4-level priority framework (Critical Security → High → Medium → Low) **Development Workflow**: Start session → Select task → Write tests → Implement → Test → Document → Commit **Communication**: Update TASKS.local.md with progress, blockers, and decisions needed **Security Concerns**: Immediately flag any security or privacy concerns **Database Rules**: Never create database files outside /data/players/ (prod) or /server/tests/data/players/ (tests); all PostgreSQL CRUD must go through stored procedures and functions defined in db/procedures/, not new inline DML/DQL **Server Management**: Always use start_local.ps1 and stop_server.ps1 scripts **Testing**: Use make test from project root, maintain 80%+ coverage **PowerShell**: Use PowerShell syntax, never bash-style && for command chaining"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-cursor-rules",
"repository": "https://github.com/arkanwolfshade/MythosMUD",
"path": ".cursor/rules/ai_agent.mdc",
"ref": "422773e53813146b1c3df882b562eff9861dd10c",
"url": "https://github.com/arkanwolfshade/MythosMUD/blob/422773e53813146b1c3df882b562eff9861dd10c/.cursor/rules/ai_agent.mdc",
"key": "arkanwolfshade/MythosMUD/.cursor/rules/ai_agent.mdc"
}
},
"instructions": "**Task Prioritization**: Follow the 4-level priority framework (Critical Security → High → Medium → Low)\n**Development Workflow**: Start session → Select task → Write tests → Implement → Test → Document → Commit\n**Communication**: Update TASKS.local.md with progress, blockers, and decisions needed\n**Security Concerns**: Immediately flag any security or privacy concerns\n**Database Rules**: Never create database files outside /data/players/ (prod) or /server/tests/data/players/ (tests);\nall PostgreSQL CRUD must go through stored procedures and functions defined in db/procedures/, not new inline ",
"cost": {
"context_tokens": 208
}
}
Fetch it by URL: GET /api/v1/registry/arkanwolfshade-mythosmud-ai-agent-rule/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.