code

Route code-generation tasks to coder agents based on complexity.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/noin-ai/plugins --skill code-noin-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code
Source: https://github.com/noin-ai/plugins/tree/main/plugins/noin-ai/skills/code
Command: npx skills add https://github.com/noin-ai/plugins --skill code-noin-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines code generation by automatically routing tasks to the appropriate coder agents, reducing manual orchestration and accelerating development.

Core Features & Use Cases

  • Automatic agent selection based on task complexity (simple tasks to coder; complex tasks to coder-advanced)
  • End-to-end code generation with optional auto-review when security-sensitive
  • Flexible workflow that supports single-file and multi-file code tasks across languages

Quick Start

Ask the AI to generate code by sending a task through /code or /code --complex for advanced tasks.

Frequently Asked Questions about code

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code generation for multi-file refactors?

Automated code generation routes multi-file refactors to coder-advanced agents, executing complex refactoring tasks across your project to produce reproducible code outputs.

How does multi-agent routing work for code generation tasks?

Multi-agent routing works by evaluating task complexity and delegating simple single-file requests to a standard coder, while directing complex or security-sensitive scenarios to coder-advanced.

Can I generate code and run an automated security review in one step?

Yes, code generation includes an optional auto-review triggered for security-sensitive scenarios, allowing you to generate code and evaluate vulnerabilities within a single reproducible workflow.

Does this code generation workflow support single-file and multi-file tasks?

The code generation workflow supports both simple single-file code tasks and complex multi-file refactors, applying complexity-based agent selection to manage diverse project scales.

What is the best way to handle security-sensitive code generation?

The best way to handle security-sensitive code generation is using the advanced task routing option, which delegates execution to coder-advanced agents and includes an optional auto-review.

When should I use advanced task routing instead of standard code generation?

Use advanced task routing for complex multi-file refactors or security-sensitive code generation, as standard routing is designed only for simple single-file tasks.