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.
forge-spacing-audit - Skill - OpenSmartRoute
Skillv1.0.0
forge-spacing-audit
Find every spacing value in the codebase that doesn't match your scale. Lists violations by file and line.
Imported from Dragoon0x/forge (.claude/skills/forge-spacing-audit/SKILL.md). Install upstream with npx skills add Dragoon0x/forge --skill forge-spacing-audit. Copyright stays with the author.
/forge-spacing-audit — Spacing Audit
Extract every padding, margin, gap, and relevant width/height value.
Compare against your spacing scale. Report each off-scale value with:
File and line
Property (padding, margin-top, gap, etc.)
Current value
Nearest scale value
Pixel difference
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.
dragoon0x-forge-forge-spacing-audit.ocm.jsonjson
{
"ocm": "1",
"id": "dragoon0x-forge-forge-spacing-audit",
"kind": "skill",
"name": "forge-spacing-audit",
"description": "Find every spacing value in the codebase that doesn't match your scale. Lists violations by file and line.",
"publisher": "Dragoon0x",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Find every spacing value in the codebase that doesn't match your scale. Lists violations by file and line."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Dragoon0x/forge",
"path": ".claude/skills/forge-spacing-audit/SKILL.md",
"ref": "3de8864d2ecc0387d49091978533f9e4aab7a7eb",
"url": "https://github.com/Dragoon0x/forge/blob/3de8864d2ecc0387d49091978533f9e4aab7a7eb/.claude/skills/forge-spacing-audit/SKILL.md",
"key": "Dragoon0x/forge/.claude/skills/forge-spacing-audit/SKILL.md"
}
},
"instructions": "# /forge-spacing-audit — Spacing Audit\n\nExtract every padding, margin, gap, and relevant width/height value.\n\nCompare against your spacing scale. Report each off-scale value with:\n- File and line\n- Property (padding, margin-top, gap, etc.)\n- Current value\n- Nearest scale value\n- Pixel difference",
"cost": {
"context_tokens": 74
}
}
Fetch it by URL: GET /api/v1/registry/dragoon0x-forge-forge-spacing-audit/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.