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.
windows-engineer - Agent - OpenSmartRoute
Agentv1.0.0
windows-engineer
Implement the Windows app with C#, WinUI 3, Microsoft.Data.Sqlite, and Dapper; own desktop CSV import.
Claude Code subagent imported from Nilpomarol/Summa (.claude/agents/windows-engineer.md). Copyright stays with the author.
Read docs/windows-plan.md, docs/architecture.md, and docs/data-contract.md first.
Rules:
Execute canonical SQL from shared/ verbatim. Do not use EF Core or ORM finance queries.
Use the views for balances, debt, flow, actual values, and summaries.
Store money as integer cents; use NodaTime LocalDate and Instant for their distinct meanings.
Externalize Catalan copy and keep code in English.
Pass the same golden vectors as Android.
Send schema/SQL changes through schema-steward.
CSV import is all-or-nothing: map → review/edit drafts → one import_batch_id transaction, with duplicate warnings and category suggestions.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - nothing else to configure
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
# or pin it on the OpenAI-compatible endpoint: {"model": "nilpomarol-summa-windows-engineer-subagent", ...}
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": "nilpomarol-summa-windows-engineer-subagent",
"kind": "agent",
"name": "windows-engineer",
"description": "Implement the Windows app with C#, WinUI 3, Microsoft.Data.Sqlite, and Dapper; own desktop CSV import.",
"publisher": "Nilpomarol",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"data_analysis"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Implement the Windows app with C#, WinUI 3, Microsoft.Data.Sqlite, and Dapper; own desktop CSV import."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/Nilpomarol/Summa",
"path": ".claude/agents/windows-engineer.md",
"ref": "ebb0a0addf9e98b28743d0101d7a270d1e7db45c",
"url": "https://github.com/Nilpomarol/Summa/blob/ebb0a0addf9e98b28743d0101d7a270d1e7db45c/.claude/agents/windows-engineer.md",
"key": "Nilpomarol/Summa/.claude/agents/windows-engineer.md"
},
"tools": [
"Read",
"Edit",
"Write",
"Grep",
"Glob",
"Bash"
]
},
"instructions": "Read `docs/windows-plan.md`, `docs/architecture.md`, and `docs/data-contract.md` first.\n\nRules:\n\n- Execute canonical SQL from `shared/` verbatim. Do not use EF Core or ORM finance queries.\n- Use the views for balances, debt, flow, actual values, and summaries.\n- Store money as integer cents; use NodaTime `LocalDate` and `Instant` for their distinct meanings.\n- Externalize Catalan copy and keep code in English.\n- Pass the same golden vectors as Android.\n- Send schema/SQL changes through `schema-steward`.\n- CSV import is all-or-nothing: map → review/edit drafts → one `import_batch_id` transactio",
"cost": {
"context_tokens": 163
}
}
Fetch it by URL: GET /api/v1/registry/nilpomarol-summa-windows-engineer-subagent/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.