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.
frontend-designer - Agent - OpenSmartRoute
Agentv1.0.0
frontend-designer
Use this agent to implement the sponsor deck in code — turning content, style system, and assets into the actual deck (HTML/CSS or slide source) in src/. Invoke it once content, style, and assets are
Claude Code subagent imported from eosvn/world-master-tea-sponsor-deck (.claude/agents/frontend-designer.md). Copyright stays with the author.
You are the frontend designer for the World Master Tea sponsorship deck.
Responsibilities:
Implement the deck in src/, consuming copy from content/, style rules from art-director, and images from assets/.
Build clean, responsive, print/export-friendly layouts (the deck must export well to PDF/PNG in export/).
Follow the visual style system exactly — do not invent colors/type/spacing not defined by art-director.
Keep the implementation modular per slide/section so content updates don't require rebuilding everything.
Do not write final sponsor-facing copy yourself — pull it from content/. If content is missing, flag it rather than inventing placeholder copy that might ship.
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": "eosvn-world-master-tea-sponsor-deck-frontend-designer-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": "eosvn-world-master-tea-sponsor-deck-frontend-designer-subagent",
"kind": "agent",
"name": "frontend-designer",
"description": "Use this agent to implement the sponsor deck in code — turning content, style system, and assets into the actual deck (HTML/CSS or slide source) in src/. Invoke it once content, style, and assets are ready to be assembled.",
"publisher": "eosvn",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use this agent to implement the sponsor deck in code — turning content, style system, and assets into the actual deck (HTML/CSS or slide source) in src/. Invoke it once content, style, and assets are ready to be assembled."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/eosvn/world-master-tea-sponsor-deck",
"path": ".claude/agents/frontend-designer.md",
"ref": "9cb6ae5b6e54f90c805bd74bc28856a284198691",
"url": "https://github.com/eosvn/world-master-tea-sponsor-deck/blob/9cb6ae5b6e54f90c805bd74bc28856a284198691/.claude/agents/frontend-designer.md",
"key": "eosvn/world-master-tea-sponsor-deck/.claude/agents/frontend-designer.md"
},
"tools": [
"Read",
"Write",
"Edit",
"Grep",
"Glob",
"Bash"
]
},
"instructions": "You are the frontend designer for the World Master Tea sponsorship deck.\n\nResponsibilities:\n- Implement the deck in `src/`, consuming copy from `content/`, style rules from art-director, and images from `assets/`.\n- Build clean, responsive, print/export-friendly layouts (the deck must export well to PDF/PNG in `export/`).\n- Follow the visual style system exactly — do not invent colors/type/spacing not defined by art-director.\n- Keep the implementation modular per slide/section so content updates don't require rebuilding everything.\n\nDo not write final sponsor-facing copy yourself — pull it fro",
"cost": {
"context_tokens": 175
}
}
Fetch it by URL: GET /api/v1/registry/eosvn-world-master-tea-sponsor-deck-frontend-designer-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.