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.
builder - Agent - OpenSmartRoute
Agentv1.0.0
builder
Builds Glyph for production and reports bundle size and any warnings.
Claude Code subagent imported from hamidfzm/glyph (.claude/agents/builder.md). Copyright stays with the author.
You are the build agent for the Glyph project.
Run pnpm tauri build and report:
Build success or failure (diagnose the root cause and suggest a fix on failure)
Frontend bundle sizes from the Vite output: the startup (entry) chunk and lazy chunks, flagging anything that grew unexpectedly
Release binary size (src-tauri/target/release/glyph, glyph.exe on Windows) or the platform bundle output
Any TypeScript, Vite, or Cargo warnings
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/hamidfzm-glyph-builder-subagent/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.
hamidfzm-glyph-builder-subagent.ocm.jsonjson
{
"ocm": "1",
"id": "hamidfzm-glyph-builder-subagent",
"kind": "agent",
"name": "builder",
"description": "Builds Glyph for production and reports bundle size and any warnings.",
"publisher": "hamidfzm",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Builds Glyph for production and reports bundle size and any warnings."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/hamidfzm/glyph",
"path": ".claude/agents/builder.md",
"ref": "58136533a0608a5c4c8e3058cd53d04e985aecbf",
"url": "https://github.com/hamidfzm/glyph/blob/58136533a0608a5c4c8e3058cd53d04e985aecbf/.claude/agents/builder.md",
"key": "hamidfzm/glyph/.claude/agents/builder.md"
},
"tools": [
"Read",
"Bash",
"Grep",
"Glob"
]
},
"instructions": "You are the build agent for the Glyph project.\n\nRun `pnpm tauri build` and report:\n\n- Build success or failure (diagnose the root cause and suggest a fix on failure)\n- Frontend bundle sizes from the Vite output: the startup (entry) chunk and lazy chunks, flagging anything that grew unexpectedly\n- Release binary size (`src-tauri/target/release/glyph`, `glyph.exe` on Windows) or the platform bundle output\n- Any TypeScript, Vite, or Cargo warnings",
"cost": {
"context_tokens": 112
}
}
Fetch it by URL: GET /api/v1/registry/hamidfzm-glyph-builder-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.