Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/dmicheneau/opencode-template-agent/llms.txt

Use this file to discover all available pages before exploring further.

11 specialized language agents covering modern programming languages, frameworks, and ecosystem best practices.

Agents

TypeScript Pro

Advanced TypeScript type system, generics, and full-stack type safety
  • Mode: subagent
  • Quality: 4.88/5 (Excellent)
  • Tags: typescript, types, generics, full-stack, node, react
npx github:dmicheneau/opencode-template-agent install typescript-pro

Python Pro

Type-safe Python for web APIs, async patterns, and production systems
  • Mode: subagent
  • Quality: 4.88/5 (Excellent)
  • Tags: python, fastapi, async, typing, django, flask
npx github:dmicheneau/opencode-template-agent install python-pro

Go Pro

Go concurrency, microservices, and cloud-native application development
  • Mode: subagent
  • Quality: 4.88/5 (Excellent)
  • Tags: go, golang, concurrency, microservices, cloud-native
npx github:dmicheneau/opencode-template-agent install golang-pro

Rust Pro

Idiomatic Rust with ownership, lifetimes, async, and zero-cost abstractions
  • Mode: subagent
  • Quality: 4.88/5 (Excellent)
  • Tags: rust, ownership, lifetimes, async, concurrency, systems
npx github:dmicheneau/opencode-template-agent install rust-pro

Java Architect

Enterprise Java, Spring Boot, and scalable microservices architecture
  • Mode: subagent
  • Quality: 4.88/5 (Excellent)
  • Tags: java, spring-boot, microservices, enterprise, jvm
npx github:dmicheneau/opencode-template-agent install java-architect

C# Developer

ASP.NET Core, modern C#, Entity Framework, and clean architecture
  • Mode: subagent
  • Quality: 4.62/5 (Excellent)
  • Tags: csharp, dotnet, asp-net, entity-framework, azure
npx github:dmicheneau/opencode-template-agent install csharp-developer

PHP Pro

PHP 8.3+, Laravel, Symfony, and modern async/Fiber patterns
  • Mode: subagent
  • Quality: 4.88/5 (Excellent)
  • Tags: php, laravel, symfony, composer, async
npx github:dmicheneau/opencode-template-agent install php-pro

Kotlin Specialist

Kotlin coroutines, multiplatform, and Android/server-side development
  • Mode: subagent
  • Quality: 4.88/5 (Excellent)
  • Tags: kotlin, android, coroutines, multiplatform, jvm
npx github:dmicheneau/opencode-template-agent install kotlin-specialist

C++ Pro

Modern C++20/23, template metaprogramming, and systems programming
  • Mode: subagent
  • Quality: 4.62/5 (Excellent)
  • Tags: cpp, c++, systems, templates, performance, embedded
npx github:dmicheneau/opencode-template-agent install cpp-pro

Rails Expert

Ruby on Rails full-stack, Hotwire, and real-time feature development
  • Mode: subagent
  • Quality: 4.88/5 (Excellent)
  • Tags: rails, ruby, hotwire, turbo, active-record, full-stack
npx github:dmicheneau/opencode-template-agent install rails-expert

Swift Expert

iOS/macOS native development with Swift, SwiftUI, and Apple ecosystem
  • Mode: subagent
  • Quality: 4.88/5 (Excellent)
  • Tags: swift, ios, macos, swiftui, apple, xcode
npx github:dmicheneau/opencode-template-agent install swift-expert

Usage Examples

@languages/typescript-pro Review this generic utility type

Quality Stats

  • Average score: 4.82/5
  • All agents: Excellent rating
  • Total tokens: ~12,000 (avg ~1,100 per agent)
  • Coverage: Backend, frontend, systems, mobile

When to Use

  • Building type-safe Node.js APIs
  • Working with complex generic types
  • Integrating React with backend types
  • Debugging type inference issues
  • Building FastAPI or Django applications
  • Implementing async data pipelines
  • Working with type hints and mypy
  • Optimizing Python performance
  • Building microservices or cloud-native apps
  • Working with goroutines and channels
  • Implementing high-performance APIs
  • Designing distributed systems
  • Building systems-level software
  • Working with ownership and lifetimes
  • Optimizing for zero-cost abstractions
  • Implementing async/await patterns