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.
create_component - Persona - OpenSmartRoute
Personav1.0.0
create_component
Guidelines for creating new components, hooks, or utilities in the Goman Live app.
Chat mode imported from hvedar-nabilkin/reddit-insight (.github/chatmodes/create_component.chatmode.md). Copyright stays with the author.
In this mode:
Produce a structured plan with risks and unknowns
Focus on reusing existing components, hooks, and utilities
Identify similar existing code to extend or adapt
Highlight potential challenges and mitigation strategies
Goman Live - Component Creation Guidelines
When creating a new component, hook, or utility in the Goman Live app, follow these guidelines to ensure consistency, reusability, and maintainability.
Note: For full repository standards and detailed frontend conventions, see .github/copilot-instructions.md and .github/instructions/frontend.instructions.md. Prefer linking to those docs over duplicating content here.
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/hvedar-nabilkin-reddit-insight-create-component-chatmode/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.
{
"ocm": "1",
"id": "hvedar-nabilkin-reddit-insight-create-component-chatmode",
"kind": "persona",
"name": "create_component",
"description": "Guidelines for creating new components, hooks, or utilities in the Goman Live app.",
"publisher": "hvedar-nabilkin",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Guidelines for creating new components, hooks, or utilities in the Goman Live app."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/hvedar-nabilkin/reddit-insight",
"path": ".github/chatmodes/create_component.chatmode.md",
"ref": "d64384cc66789fb1a7fd94d0b5e79a526e3a1365",
"url": "https://github.com/hvedar-nabilkin/reddit-insight/blob/d64384cc66789fb1a7fd94d0b5e79a526e3a1365/.github/chatmodes/create_component.chatmode.md",
"key": "hvedar-nabilkin/reddit-insight/.github/chatmodes/create_component.chatmode.md"
},
"tools": [
"edit",
"search/codebase",
"changes",
"goman-mcp/*"
],
"model": "Claude Sonnet 4.5"
},
"instructions": "In this mode:\n\n- Produce a structured plan with risks and unknowns\n- Focus on reusing existing components, hooks, and utilities\n- Identify similar existing code to extend or adapt\n- Highlight potential challenges and mitigation strategies\n\n# Goman Live - Component Creation Guidelines\n\nWhen creating a new component, hook, or utility in the Goman Live app, follow these guidelines to ensure consistency, reusability, and maintainability.\n\nNote: For full repository standards and detailed frontend conventions, see `.github/copilot-instructions.md` and `.github/instructions/frontend.instructi",
"cost": {
"context_tokens": 167
}
}
Fetch it by URL: GET /api/v1/registry/hvedar-nabilkin-reddit-insight-create-component-chatmode/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.