agent-task-mapping

agent-task-mapping is a skill for Claude Code, Codex from PracticalSwan/agent-skills. It costs 57 tokens per session (1,288 once invoked), scanned A, original, MIT.

A guide for matching development tasks with specialist agents, such as agents focused on React, Next.js, browser testing, documentation, or code quality. It includes checks for defining a clear task boundary and verifying the result.

In plain words
What is it for?
It is for deciding which agent should handle a job, comparing agent specialities, and routing work to a suitable expert.
Why use it?
It helps choose an appropriate specialist instead of delegating work without a clear scope or success check. This makes the handoff easier to review.

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/practicalswan/agent-skills/agent-task-mapping
Any agent
npx skills add PracticalSwan/agent-skills --skill agent-task-mapping
Clone the repo
git clone --depth 1 https://github.com/PracticalSwan/agent-skills

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 agent-task-mapping

README.md
[![agentmods](https://agentmods.dev/badge/skills/practicalswan/agent-skills/agent-task-mapping.svg)](https://agentmods.dev/skills/practicalswan/agent-skills/agent-task-mapping)
Your own site
<a href="https://agentmods.dev/skills/practicalswan/agent-skills/agent-task-mapping"><img src="https://agentmods.dev/badge/skills/practicalswan/agent-skills/agent-task-mapping.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,288 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.00057 $0.01288
Opus 5 $0.00028 $0.00644
Sonnet 5 $0.00011 $0.00258
Haiku 4.5 $0.00006 $0.00129

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

Security

Grade A, and why

agent-task-mapping 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/agent-discovery.js), 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.

agent-task-mapping/SKILL.md · 135 lines

How it starts

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

Agent Task Mapping

  • Leverage native parallel subagent dispatch and 200k+ context windows where available.

Activation Conditions

Use symptom -> action triggers: when one matches, apply this skill and verify with the protocol below.

Use this skill when:

  • Determining which specialized agent to delegate a task to
  • Reviewing agent capabilities and expertise areas
  • Trying to match a specific task to an appropriate specialist
  • Needing quick reference for available agents and their purposes

Available Agents

See Agent Details for comprehensive information about each agent:

  • Description and specialization areas
  • When to use each agent
  • Typical tasks handled by each

Anti-Patterns

  • Delegating or evaluating without a scoped success condition: The output becomes hard to review and easy to overbuild.
  • Skipping the evidence step: A workflow that cannot be re-checked quickly is not ready for handoff.
  • Bundling unrelated subtasks together: It creates noisy prompts, weaker ownership, and avoidable integration risk.

Verification Protocol

Before claiming "skill applied successfully":

  1. Pass/fail: The Agent Task Mapping workflow names the agent boundary, delegated scope, and expected return artifact.
  2. Pass/fail: Context passed to helpers is minimal, task-local, and free of hidden expected answers.
  3. Pass/fail: Results are integrated only after evidence, diffs, or citations are checked by the controller.
  4. Pressure-test scenario: Run the workflow on two similar tasks that must not share assumptions or leaked context.
  5. Success metric: Zero context leakage; every delegated output is independently reviewable.

Examples & Scripts

Quick Reference

Agent Name Best For
Code Explainer Analyzing and documenting existing code
UI Designer UI/UX improvements and design implementations
Universal Janitor Code cleanup, simplification, and tech debt removal
Critical Thinking Challenging assumptions and exploring alternatives
Next.js Expert Next.js 15/16+ architecture and optimizations
Expert React Frontend Engineer React 19+ patterns and best practices
Playwright Tester Mode Comprehensive testing with exploratory testing
Tech Writer Creating formal developer documentation
Create PRD Chat Mode Generating Product Requirements Documents
Specification Generating or updating specification documents
Plan Research and outlining multi-step plans

Read the full file on GitHub · 135 lines

Files

What ships with it

5 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 · 135 lines · 57 tokens per session scan A 2618e0f5c193

Subscribe to this mod's changes

agent-task-mapping is a skill published in the GitHub repository PracticalSwan/agent-skills (11 stars, last pushed 5d ago), licensed MIT. It adds 57 tokens to every session and 1,288 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

orchestration

Multi-agent orchestration authority — agent memory protocols, task delegation, SOUL/AGENTS patterns, session startup, inter-agent communication, OpenClaw workspace coordination, and agent lifecycle management.

LuuOW/meridian-mcp · 41 tokens

task-routing

Use BEFORE delegating any complex task to a subagent. Contains the routing table that maps task patterns to the correct specialized agent. MUST be consulted before using the Task tool for delegation decisions. Trigger keywords - "delegate", "subagent", "agent", "research", "implement", "investigate", "debug"…

MadAppGang/claude-code · 70 tokens

graflow-workflow

Create Python workflow pipelines using Graflow with a structured plan-implement-review process. Use when building task graphs, parallel pipelines, LLM workflows, or any Graflow-based automation. Triggers on requests for "workflow", "pipeline", "task graph", "Graflow", or when user wants to build an automated data/AI…

GraflowAI/graflow · 73 tokens

swarmclaw

AI agent runtime and multi-agent orchestration platform. Teaches agents how to use SwarmClaw's 6 primitive tools, persistent memory, dreaming, delegation, connectors, credentials, and the skill system. Use when an agent is running on SwarmClaw and needs to understand the platform's capabilities.

swarmclawai/swarmclaw · 67 tokens

flow-nexus-swarm

Cloud-based AI swarm deployment and event-driven workflow automation with Flow Nexus platform.

aegntic/cldcde · 20 tokens

jamjet-durability-patterns

Production durability patterns for AI agents on the JVM — crash recovery, audit trails, human-in-the-loop, and replay testing using JamJet runtime.

jamjet-labs/jamjet · 36 tokens