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.
sync - Skill - OpenSmartRoute
Skillv1.0.0
sync
Scan ORM models and REST routes, then propose documentation updates without writing docs.
Imported from thuthuy-fjs/agent-devkit (skills/sync/SKILL.md). Install upstream with npx skills add thuthuy-fjs/agent-devkit --skill sync. Copyright stays with the author.
Sync
Use when the user invokes /devkit:sync.
Workflow
Apply planning/PRD_SCOPE.md when a current PRD is selected.
Scan only source areas relevant to the current PRD unless the user explicitly asks for a global sync.
Compare discovered facts with current docs.
Write .devkit/docs/sync-proposal.md with proposed updates and checkboxes.
Do not modify canonical docs.
The output must be reviewable by a human before /devkit:apply-sync.
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 - a plan picks it for its slot
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}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
thuthuy-fjs-agent-devkit-sync.ocm.jsonjson
{
"ocm": "1",
"id": "thuthuy-fjs-agent-devkit-sync",
"kind": "skill",
"name": "sync",
"description": "Scan ORM models and REST routes, then propose documentation updates without writing docs.",
"publisher": "thuthuy-fjs",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Scan ORM models and REST routes, then propose documentation updates without writing docs."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/thuthuy-fjs/agent-devkit",
"path": "skills/sync/SKILL.md",
"ref": "dc70ed65139a7c39241c237ee5f1f5a950146228",
"url": "https://github.com/thuthuy-fjs/agent-devkit/blob/dc70ed65139a7c39241c237ee5f1f5a950146228/skills/sync/SKILL.md",
"key": "thuthuy-fjs/agent-devkit/skills/sync/SKILL.md"
}
},
"instructions": "# Sync\n\nUse when the user invokes `/devkit:sync`.\n\n## Workflow\n\n1. Apply `planning/PRD_SCOPE.md` when a current PRD is selected.\n2. Scan only source areas relevant to the current PRD unless the user explicitly asks for a global sync.\n3. Compare discovered facts with current docs.\n4. Write `.devkit/docs/sync-proposal.md` with proposed updates and checkboxes.\n5. Do not modify canonical docs.\n\nThe output must be reviewable by a human before `/devkit:apply-sync`.",
"cost": {
"context_tokens": 115
}
}
Fetch it by URL: GET /api/v1/registry/thuthuy-fjs-agent-devkit-sync/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.