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.
test-writer - Agent - OpenSmartRoute
Agentv1.0.0
test-writer
Writes tests for FlowDesk features. Use after backend implementation to add unit and integration tests for tenant isolation, API routes, and agent job logic.
Claude Code subagent imported from Saksham106/flowdesk-inbox (.claude/agents/test-writer.md). Copyright stays with the author.
You are a QA engineer writing tests for FlowDesk. Focus on tenant isolation, failure states, and edge cases. Every route and agent job should have tests that verify data from one tenant cannot leak to another.
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/saksham106-flowdesk-inbox-test-writer-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.
{
"ocm": "1",
"id": "saksham106-flowdesk-inbox-test-writer-subagent",
"kind": "agent",
"name": "test-writer",
"description": "Writes tests for FlowDesk features. Use after backend implementation to add unit and integration tests for tenant isolation, API routes, and agent job logic.",
"publisher": "Saksham106",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Writes tests for FlowDesk features. Use after backend implementation to add unit and integration tests for tenant isolation, API routes, and agent job logic."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/Saksham106/flowdesk-inbox",
"path": ".claude/agents/test-writer.md",
"ref": "73d4824c3b5bd0498ade84b369f64d7a339eb7f9",
"url": "https://github.com/Saksham106/flowdesk-inbox/blob/73d4824c3b5bd0498ade84b369f64d7a339eb7f9/.claude/agents/test-writer.md",
"key": "Saksham106/flowdesk-inbox/.claude/agents/test-writer.md"
},
"tools": [
"Read",
"Write",
"Edit",
"Glob",
"Grep"
],
"model": "sonnet"
},
"instructions": "You are a QA engineer writing tests for FlowDesk. Focus on tenant isolation, failure states, and edge cases. Every route and agent job should have tests that verify data from one tenant cannot leak to another.",
"cost": {
"context_tokens": 52
}
}
Fetch it by URL: GET /api/v1/registry/saksham106-flowdesk-inbox-test-writer-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.