mcpbridge-workflow

mcpbridge-workflow is a skill for Claude Code, Codex from SoundBlaster/XcodeMCPWrapper. It costs 93 tokens per session (1,185 once invoked), scanned A, original, MIT.

A task tracker for the mcpbridge-wrapper project, using its workplan to organize development into phases and numbered tasks.

In plain words
What is it for?
Use it to choose the next available task, review task requirements and dependencies, mark work complete, and view progress.
Why use it?
It keeps the next task, completed work, project progress, and task list in one place, so work does not depend on manual tracking.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/soundblaster/xcodemcpwrapper/mcpbridge-workflow
Any agent
npx skills add SoundBlaster/XcodeMCPWrapper --skill mcpbridge-workflow
Clone the repo
git clone --depth 1 https://github.com/SoundBlaster/XcodeMCPWrapper

Made for: Claude Code, Codex.

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 mcpbridge-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/soundblaster/xcodemcpwrapper/mcpbridge-workflow.svg)](https://agentmods.dev/skills/soundblaster/xcodemcpwrapper/mcpbridge-workflow)
Your own site
<a href="https://agentmods.dev/skills/soundblaster/xcodemcpwrapper/mcpbridge-workflow"><img src="https://agentmods.dev/badge/skills/soundblaster/xcodemcpwrapper/mcpbridge-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,185 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00093 $0.01185
Opus 5 $0.00046 $0.00593
Sonnet 5 $0.00019 $0.00237
Haiku 4.5 $0.00009 $0.00119

Measured 3d ago against content hash e4f7ea137d1c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

mcpbridge-workflow 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 3d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/pick_next_task.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/mcpbridge-workflow/SKILL.md · 189 lines

How it starts

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

mcpbridge-workflow

Task tracking for the mcpbridge-wrapper project development.

Quick Start

Get the next task:

python3 scripts/pick_next_task.py

Mark a task done:

python3 scripts/pick_next_task.py --done P1-T1

Show progress:

python3 scripts/pick_next_task.py --progress
# Or use calc_progress.py for different output formats:
python3 scripts/calc_progress.py --markdown

List all tasks:

python3 scripts/pick_next_task.py --list

Workplan Structure

The workplan at SPECS/Workplan.md contains 66 tasks across 8 phases.

When to read the full workplan:

  • Before starting work on a task (to see full acceptance criteria)
  • To understand task dependencies in detail
  • To review the dependency graph or traceability matrix

For task format details, see references/task-format.md.

Phase Focus Tasks P0 Tasks
1 Foundation & Scaffolding 6 3
2 Core Bridge Implementation 7 4
3 Response Transformation Engine 10 8
4 Edge Case Handling 9 0
5 Testing & Verification 14 8
6 Packaging & Distribution 8 3
7 Documentation 11 3

Task IDs follow the pattern P{phase}-T{task} (e.g., P1-T1, P3-T5).

Priority Levels

  • P0: Must complete for MVP (critical path)
  • P1: Should complete (important but not blocking)
  • P2: Nice to have (polish and enhancements)
  • P3: Future work (post-MVP)

Scripts

Two scripts are available for task management:

pick_next_task.py

Main task tracker with state persistence.

Location: scripts/pick_next_task.py

calc_progress.py

Calculate and display progress from workplan (no state tracking).

Location: scripts/calc_progress.py

Additional options:

python3 scripts/calc_progress.py --json       # JSON output
python3 scripts/calc_progress.py --markdown   # Markdown table
python3 scripts/calc_progress.py --todo       # Pending tasks only
python3 scripts/calc_progress.py --phase P1   # Phase 1 tasks

Read the full file on GitHub · 189 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 189 lines · 93 tokens per session scan A e4f7ea137d1c

Subscribe to this mod's changes

mcpbridge-workflow is a skill published in the GitHub repository SoundBlaster/XcodeMCPWrapper (20 stars, last pushed 2mo ago), licensed MIT. It adds 93 tokens to every session and 1,185 once invoked, about $0.0005 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-30.