スキル一覧に戻る
noin-ai

code

by noin-ai

Claude Code plugins collection

1🍴 0📅 2026年1月17日
GitHubで見るManusで実行

SKILL.md


name: code description: Generate code using coder agents. Use /code for standard tasks, /code --complex for advanced. user_invocable: true arguments:

  • name: task description: What code to generate required: true
  • name: complex description: Use coder-advanced for complex tasks type: boolean default: false triggers:
  • "write code"
  • "implement"
  • "create function"
  • "generate"
  • "build feature"
  • "add functionality"
  • "fix bug"
  • "refactor"

Code Generation Skill

Generate code using the appropriate agent based on task complexity.

Usage

/code <task description>
/code --complex <task description>

Agent Selection

ConditionAgent
Simple task, single filenoin-ai:coder
--complex flagnoin-ai:coder-advanced
Security-sensitivenoin-ai:coder-advanced
Multi-file refactornoin-ai:coder-advanced
Performance optimizationnoin-ai:coder-advanced

Workflow

/code <task>
    ↓
Analyze task complexity
    ↓
┌─────────────────────────────────────────────────┐
│ Route to appropriate agent:                     │
│                                                 │
│ coder: utilities, components, tests       │
│ coder-advanced: refactor, security, perf       │
└─────────────────────────────────────────────────┘
    ↓
Agent executes task
    ↓
Auto-review if security-sensitive
    ↓
Return result

Complexity Detection Keywords

Routes to coder

  • "add", "create", "write" + single function
  • "fix" + specific bug
  • "test" + specific module
  • Utility functions

Routes to coder-advanced

  • "refactor" + system/module
  • "auth", "security", "crypto"
  • "optimize", "performance"
  • "migrate", "upgrade"

Examples

# Standard tasks → coder
/code write a date formatting utility
/code add unit tests for UserService

# Complex tasks → coder-advanced
/code --complex refactor the payment system
/code implement OAuth2 authentication

Post-Execution

  • coder-advanced used → auto-trigger reviewer
  • Security-sensitive code → auto-trigger security review

スコア

総合スコア

45/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です