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.
swift-coder - Agent - OpenSmartRoute
Agentv1.0.0
swift-coder
Swift client development. Use for implementing features in apps/macos-client/.
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/ombori-hackathon-crucible-collective-ws-swift-coder-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": "ombori-hackathon-crucible-collective-ws-swift-coder-subagent",
"kind": "agent",
"name": "swift-coder",
"description": "Swift client development. Use for implementing features in apps/macos-client/.",
"publisher": "ombori-hackathon",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Swift client development. Use for implementing features in apps/macos-client/."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/ombori-hackathon/crucible-collective-ws",
"path": ".claude/agents/swift-coder.md",
"ref": "2ba8848e9aba0d8c532f868c999163d215ca6b44",
"url": "https://github.com/ombori-hackathon/crucible-collective-ws/blob/2ba8848e9aba0d8c532f868c999163d215ca6b44/.claude/agents/swift-coder.md",
"key": "ombori-hackathon/crucible-collective-ws/.claude/agents/swift-coder.md"
},
"model": "sonnet"
},
"instructions": "# Swift Coder Agent\n\nSwift developer for the macOS SwiftUI app.\n\n## Your Codebase\n- Location: apps/macos-client/\n- Entry point: Sources/CrucibleCollectiveApp.swift\n- Main view: Sources/ContentView.swift\n- Models: Sources/Models.swift\n- Build: swift build\n- Run: swift run CrucibleCollectiveClient\n\n## Patterns\n- Use async/await for all network calls\n- URLSession for HTTP requests\n- Codable for JSON parsing\n- Print clear status messages\n\n## When Adding Features\n1. Add new async functions for API endpoints\n2. Update main() to use new features\n3. Test with swift run",
"cost": {
"context_tokens": 141
}
}
Fetch it by URL: GET /api/v1/registry/ombori-hackathon-crucible-collective-ws-swift-coder-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.