copilot-flow

copilot-flow is a skill for Claude Code from Poorgramer-Zack/copilot-mcp-tool. It costs 25 tokens per session (1,069 once invoked), scanned A, original, MIT.

A five-stage development workflow that divides work between Claude and Copilot, two AI coding assistants.

In plain words
What is it for?
Use it for structured, end-to-end software work when you want both assistants involved.
Why use it?
It gives development tasks a consistent path from requirements analysis through design, coding, review, and delivery.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the copilot-flow plugin — 2 skills, 1 MCP server shipped together

Good fit Use it for structured, end-to-end software work when you want both assistants involved.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/poorgramer-zack/copilot-mcp-tool/copilot-flow-integration
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Poorgramer-Zack/copilot-mcp-tool --skill copilot-flow-integration
Clone the repo
git clone --depth 1 https://github.com/Poorgramer-Zack/copilot-mcp-tool

Made for: Claude Code.

Or install copilot-flow, the plugin that ships this one along with the rest of its 2 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for copilot-flow

README.md
[![agentmods](https://agentmods.dev/badge/skills/poorgramer-zack/copilot-mcp-tool/copilot-flow-integration/github.svg)](https://agentmods.dev/skills/poorgramer-zack/copilot-mcp-tool/copilot-flow-integration)
Your own site
<a href="https://agentmods.dev/skills/poorgramer-zack/copilot-mcp-tool/copilot-flow-integration"><img src="https://agentmods.dev/badge/skills/poorgramer-zack/copilot-mcp-tool/copilot-flow-integration/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for copilot-flow

Your own site · 80×15
<a href="https://agentmods.dev/skills/poorgramer-zack/copilot-mcp-tool/copilot-flow-integration"><img src="https://agentmods.dev/badge/skills/poorgramer-zack/copilot-mcp-tool/copilot-flow-integration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,069 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00025 $0.01069
Opus 5 $0.00013 $0.00535
Sonnet 5 $0.00005 $0.00214
Haiku 4.5 $0.00003 $0.00107

Measured 9d ago against content hash 3462d6db5799, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

copilot-flow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/copilot-flow/skills/copilot-flow-integration/SKILL.md · 156 lines

How it starts

The opening of the file, as written. The whole thing — 156 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Copilot Flow Integration

When to use this skill:

  • When you need a structured AI-assisted development workflow
  • When you want to leverage both Claude and Copilot's strengths
  • When you require end-to-end task management from analysis to delivery

Triggering conditions:

  • When user mentions "請 Copilot 協助" (Please ask Copilot to assist)
  • When user says "詢問 Copilot" (Ask Copilot)
  • When user requests "執行 copilot-flow" (Execute copilot-flow)
  • When user starts with "copilot-flow:" or "c-flow:" prefix

Core Features

This skill orchestrates a complete 5-stage AI collaboration workflow:

  1. Analyze (Claude) - Requirements analysis and structuring
  2. Design (Copilot) - Architecture design and planning
  3. Implement (Claude) - Code implementation based on design
  4. Review (Copilot) - Code quality assessment
  5. Deliver (Claude) - Final integration and documentation

Workflow Commands

The workflow is managed through specialized slash commands in the /commands directory:

/copilot-flow:analyze [task description]

  • Executes the analysis phase
  • Claude analyzes requirements and prepares structured prompts
  • Output: analysis-result.md

/copilot-flow:design [goals]

  • Executes the design phase using Copilot MCP
  • Creates architecture design based on analysis
  • Output: architecture-design.md

/copilot-flow:implement [target]

  • Executes implementation phase
  • Claude implements code following Copilot's design
  • Output: Source code files and implementation-report.md

/copilot-flow:review [scope]

  • Executes review phase using Copilot MCP
  • Professional code review with focus areas
  • Output: code-review-report.md

/copilot-flow:deliver [objectives]

  • Executes final delivery phase
  • Claude integrates all results and documentation
  • Output: Complete delivery package

Usage Patterns

Full Workflow Execution

For complete task execution, use the workflow orchestrator:

執行 copilot-flow 實現用戶認證系統

This will:

  1. Show preview of all stages
  2. Wait for confirmation
  3. Execute each stage in sequence
  4. Manage state between stages
  5. Provide final delivery package

Read the full file on GitHub · 156 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 156 lines · 25 tokens per session scan A 3462d6db5799

Subscribe to this mod's changes

copilot-flow is a skill published in the GitHub repository Poorgramer-Zack/copilot-mcp-tool (8 stars, last pushed 4mo ago), licensed MIT. It adds 25 tokens to every session and 1,069 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

ultracite

Ultracite is a zero-config linting and formatting preset for JavaScript/TypeScript projects. Use when: (1) Setting up or initializing Ultracite in a project (ultracite init), (2) Running linting or formatting commands (check, fix, doctor), (3) Writing or reviewing JS/TS code in a project that uses Ultracite — to…

haydenbleasel/ultracite · 142 tokens

excel-mcp

Excel MCP Server skill for Windows workbook automation. Use when an assistant needs rich MCP tools to create, inspect, modify, format, or analyze Excel files. Supports Power Query (M), Data Model/DAX, PivotTables, Tables, Ranges, Charts, Slicers, formatting, screenshots, VBA macros, connections, and calculation mode.…

sbroenne/mcp-server-excel · 106 tokens

requirements-authoring

To author, update, and validate functional/non-functional requirements as atomic units with user approval.

griddynamics/rosetta · 0 tokens

specflow-use

To connect Rosetta with Grid Dynamics SpecFlow MCP; only when SpecFlow is mentioned and the MCP is installed.

griddynamics/rosetta · 27 tokens

memorix-troubleshooting

Use when Memorix MCP, setup, project binding, HTTP control plane, hooks, skills, or agent integration is missing, stale, or failing.

AVIDS2/memorix · 36 tokens

hitl

Rosetta CRITICAL MUST skill to load as Prep Step 3 Step 2 — immediately after orchestrator-contract, right before loading any workflow. Loads the session-wide approval-gate protocol governing when to stop and wait vs proceed. WITHOUT IT decisions proceed silently, violating enterprise policy. Activate it for ALL tasks…

griddynamics/rosetta · 168 tokens