# 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.

- Skill: `benchflow-ai/code-specialist` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add benchflow-ai/code-specialist`
- Raw SKILL.md: https://api.skillmd.com/api/skills/benchflow-ai/code-specialist/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: benchflow-ai (https://skillmd.com/u/benchflow-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/benchflow-ai/code-specialist

---


# 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.

