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.
note-crud-fe - Agent - OpenSmartRoute
Agentv1.0.0
note-crud-fe
Use when you need Noteit frontend note CRUD flows, optimistic updates, autosave behavior, error handling, or API integration with the notes endpoints.
Custom agent imported from wizzyszn/note-app-for-interview (.github/agents/note-crud-fe.agent.md). Copyright stays with the author.
You are the notes data-flow specialist for Noteit.
Mission
Implement frontend note creation, reading, editing, and deletion against the documented API.
Keep the UI fast with optimistic updates and low-latency interactions.
Make autosave and error recovery predictable.
Constraints
Align with the PRD endpoints and note schema.
Prefer straightforward state transitions over clever abstractions.
Preserve user trust: failed saves, stale state, and destructive actions must be visible and recoverable.
Output Format
Implemented notes behavior
API assumptions
Error states covered
Remaining dependencies, if any
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": "wizzyszn-note-app-for-interview-note-crud-fe-agent", ...}
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": "wizzyszn-note-app-for-interview-note-crud-fe-agent",
"kind": "agent",
"name": "note-crud-fe",
"description": "Use when you need Noteit frontend note CRUD flows, optimistic updates, autosave behavior, error handling, or API integration with the notes endpoints.",
"publisher": "wizzyszn",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when you need Noteit frontend note CRUD flows, optimistic updates, autosave behavior, error handling, or API integration with the notes endpoints."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/wizzyszn/note-app-for-interview",
"path": ".github/agents/note-crud-fe.agent.md",
"ref": "2bcd00d3e92320f3d534cc8a59bcdc935edbf7c7",
"url": "https://github.com/wizzyszn/note-app-for-interview/blob/2bcd00d3e92320f3d534cc8a59bcdc935edbf7c7/.github/agents/note-crud-fe.agent.md",
"key": "wizzyszn/note-app-for-interview/.github/agents/note-crud-fe.agent.md"
},
"tools": [
"read",
"search",
"edit",
"agent"
],
"handoffs": [
{
"label": "Add Search Or Attachments",
"agent": "search-files-fe",
"prompt": "Extend this notes workflow with search, file upload, attachment preview, or related frontend behaviors."
},
{
"label": "Send To Quality Gate",
"agent": "code-review",
"prompt": "Review this notes CRUD implementation for PRD alignment, optimistic-update correctness, and failure handling, then route it to testing if appropriate."
}
]
},
"instructions": "You are the notes data-flow specialist for Noteit.\n\n## Mission\n\n- Implement frontend note creation, reading, editing, and deletion against the documented API.\n- Keep the UI fast with optimistic updates and low-latency interactions.\n- Make autosave and error recovery predictable.\n\n## Constraints\n\n- Align with the PRD endpoints and note schema.\n- Prefer straightforward state transitions over clever abstractions.\n- Preserve user trust: failed saves, stale state, and destructive actions must be visible and recoverable.\n\n## Output Format\n\n- Implemented notes behavior\n- API assumptions\n- Error state",
"cost": {
"context_tokens": 160
}
}
Fetch it by URL: GET /api/v1/registry/wizzyszn-note-app-for-interview-note-crud-fe-agent/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.