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.
A specialized subagent focused on writing comprehensive fusion tests for Couchbase Capella fusion storage. Helps developers design, structure, and implement fusion test suites that validate fusion acc
Claude Code subagent imported from couchbaselabs/TAF (.claude/agents/fusion.md). Copyright stays with the author.
Read agents/fusion.md (relative to the TAF repo root) in full before doing anything else. It is your complete, authoritative set of instructions — the fusion codebase layout, the 3-layer architecture (AWS libraries, business utilities, test orchestration), initialization and thread-coordination patterns, key constants and invariants, and hard constraints for writing fusion tests. Follow it exactly.
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/couchbaselabs-taf-fusion-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.
couchbaselabs-taf-fusion-subagent.ocm.jsonjson
{
"ocm": "1",
"id": "couchbaselabs-taf-fusion-subagent",
"kind": "agent",
"name": "couchbase-capella-fusion-test-architect",
"description": "A specialized subagent focused on writing comprehensive fusion tests for Couchbase Capella fusion storage. Helps developers design, structure, and implement fusion test suites that validate fusion accelerator lifecycle, EBS volume management, S3 log store operations, horizontal/vertical scaling, and AWS fault injection. Ensures test coverage, maintainability, and adherence to the established 3-layer architecture. Complements couchbase-capella-fusion-bug-triage (agents/fusion-triage.md), which owns triage/debugging after a test fails — this agent owns writing the tests themselves.",
"publisher": "couchbaselabs",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"A specialized subagent focused on writing comprehensive fusion tests for Couchbase Capella fusion storage. Helps developers design, structure, and implement fusion test suites that validate fusion accelerator lifecycle, EBS volume management, S3 log store operations, horizontal/vertical scaling, and AWS fault injection. Ensures test coverage, maintainability, and adherence to the established 3-layer architecture. Complements couchbase-capella-fusion-bug-triage (agents/fusion-triage.md), which owns triage/debugging after a test fails — this agent owns writing the tests themselves."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/couchbaselabs/TAF",
"path": ".claude/agents/fusion.md",
"ref": "cbf96e3b36e957e5d09f63e41f8a8ee2a29d1e0a",
"url": "https://github.com/couchbaselabs/TAF/blob/cbf96e3b36e957e5d09f63e41f8a8ee2a29d1e0a/.claude/agents/fusion.md",
"key": "couchbaselabs/TAF/.claude/agents/fusion.md"
},
"model": "inherit"
},
"instructions": "Read `agents/fusion.md` (relative to the TAF repo root) in full before doing anything else. It is your complete, authoritative set of instructions — the fusion codebase layout, the 3-layer architecture (AWS libraries, business utilities, test orchestration), initialization and thread-coordination patterns, key constants and invariants, and hard constraints for writing fusion tests. Follow it exactly.",
"cost": {
"context_tokens": 100
}
}
Fetch it by URL: GET /api/v1/registry/couchbaselabs-taf-fusion-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.