Code Specialist

Delegate complex coding tasks to a specialist model. Use when facing algorithmic challenges, performance optimization, or tricky debugging that benefits from focused code expertise.

benchflow-ai f6a9c4b 3 files · 7.8 KB Updated 6 repo stars

File contents

Code Specialist

When facing a complex coding task, delegate to the specialist rather than solving it yourself.

When to delegate

  • Algorithm implementation requiring specific knowledge (graph algorithms, dynamic programming)
  • Performance optimization (O(n²) → O(n log n) conversions)
  • Debugging complex race conditions or memory issues
  • Code generation requiring precise syntax (regex, SQL, shell)

How to use

Describe the problem clearly to the specialist. Include:

  1. What the code should do (input → output)
  2. Constraints (time/space complexity, language)
  3. Edge cases to handle

The specialist returns code that you should integrate into your solution.

benchflow-ai/benchflow/tree/main/benchmarks/models-as-skills commit f6a9c4b81b

Frequently asked questions

npx skillmds@latest add benchflow-ai/code-specialist