agent-rules-skill-auth…
Maintain WebDev Agent Kit source rules, skills, metadata, and validators. Excludes upgrading installed copies.
Detect frontend tool capabilities, report gaps, verify official setup sources, plan approval-gated MCP changes, or update project/mcp-profile.md. Prefer capabilities over provider names; never install or configure without approval.
$ npx -y skills add ytvee-dev/webdev-agent-kit --skill mcp-toolchain-manager --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/mcp-toolchain-managerContext preview
The summary Claude sees to decide when to auto-load this skill.
Detect frontend tool capabilities, report gaps, verify official setup sources, plan approval-gated MCP changes, or update project/mcp-profile.md. Prefer capabilities over provider names; never install or configure without approval.
name: mcp-toolchain-manager
description: 'Detect frontend tool capabilities, report gaps, verify official setup sources, plan approval-gated MCP changes, or update project/mcp-profile.md. Prefer capabilities over provider names; never install or configure without approval.'
id: 'agents.skills.mcp-toolchain-manager.skill'
title: 'MCP Toolchain Manager'
doc_type: 'skill'
layer: 'skill'
status: 'active'
publishable: true
local_only: false
skill: 'mcp-toolchain-manager'
tags:
- 'agents/skill-package'
- 'agents/tooling'
- 'workflow/mcp'
parent:
- '[[AGENTS|Canonical Agent Policy]]'
related:
- '[[common/tool-capability-model|Tool Capability Model]]'
- '[[common/mcp-installation-policy|MCP Installation Policy]]'
- '[[common/prompt-intent-routing-rules|Prompt Intent Routing Rules]]'
- '[[skills/goal-planner/SKILL|Goal Planner]]'
- '[[skills/execution-plan-manager/SKILL|Execution Plan Manager]]'
- '[[skills/project-onboarding-adapter/SKILL|Project Onboarding Adapter]]'
- '[[skills/project-context-adapter/SKILL|Project Context Adapter]]'
- '[[skills/agent-rules-skill-author/SKILL|Agent Rules And Skill Author]]'
depends_on:
- '[[AGENTS|Canonical Agent Policy]]'Detect, explain, validate, and record tool capabilities needed by WebDev Agent Kit skills without turning tool setup into automatic or unsafe behavior.
This skill exists to keep MCP usage deliberate. It identifies which capabilities are required for the current workflow, which providers are already available, which providers are missing, what each missing capability blocks, which fallback is allowed, and what official source must be verified before installation or configuration is proposed.
Use this skill when:
Use this skill in `Standard Workflow` or `Deep Workflow` when tool capability affects the current slice.
It may also be used in `Lightweight Workflow` only when the user directly asks about MCP/tool availability or when a missing already-required capability prevents a narrow task from being verified.
Do not use this skill just because a task exists.
Do not use this skill for:
Do not install tools from this skill unless the user explicitly approved that installation in the current task context and the official source was verified.
Do not use this skill to implement frontend code, write tests, scaffold projects, create UI library setups, or access production systems.
1. Read `AGENTS.md`. 2. Read `common/tool-capability-model.md`. 3. Read `common/mcp-installation-policy.md` when installation or configuration is in scope. 4. Read `common/prompt-intent-routing-rules.md` when workflow level is unclear. 5. Read `tool-capabilities-manifest.json` for selected skills and capabilities. 6. Read `common/codex-official-docs-policy.md` only when `openai_platform_docs` is active. 7. Read selected `agents/openai.yaml` files only when Codex UI or invocation metadata matters; never use them as capability declarations or availability evidence. 8. Read `project/mcp-profile.md` when it exists and the task needs durable tool state. 9. Read `project/verification-profile.md` only when verification commands influence tool needs. 10. Do not read all skills or all YAML files during normal routing.
provider availability and does not acquire design content or edit canvases.
Core capability vocabulary is defined in `common/tool-capability-model.md` and `tool-capabilities-manifest.json`.
Expected high-value capabilities:
project_files command_execution current_library_docs web_platform_docs rendered_visual_evidence openai_platform_docs client_platform_docs repo_metadata design_reference_files
Conditional design acquisition through `design-screenshot-spec`:
live_design_source
Prefer callable Figma MCP reads; fall back to browser/computer use with canvas pointer interaction and property-panel screenshots. Screenshot-only input needs no live provider. The capability excludes design writes and automatic setup.
Core does not mean always
A cross-platform frontend kit for Codex, Claude Code, Cursor, OpenCode, etc. It helps AI coding agents work predictably and safely with existing frontend projects.
Repo: ytvee-dev/webdev-agent-kit
Maintain WebDev Agent Kit source rules, skills, metadata, and validators. Excludes upgrading installed copies.
Inspect Figma links through MCP or browser computer use, or analyze screenshots and selected-layer properties. Produce frontend specs and clarify unresolved…
Create, resume, analyze, or converge standard and deep frontend execution plans with traceable slices, evidence, and stop/resume state. Skip lightweight…
Plan architecture and ownership for standard or deep React/Next.js work across routing, state, data, styling, forms, builds, migrations, and implementation…
Diagnose and fix frontend defects from evidence, including unclear UI/runtime errors, broken routes, styling regressions, and hydration or client issues.…
Set subject-grounded visual direction for standard or deep UI work, redesign, polish, critique, anti-template review, or design handoff. Skip technical…