build-task-manager

build-task-manager is a skill for Claude Code from tomeraitz/claude-slack-bridge. It costs 155 tokens per session (3,191 once invoked), scanned B, original, MIT.

A setup workflow for choosing and connecting a task manager, a tool that stores and tracks work items, to the repository.

In plain words
What is it for?
Use it to connect Linear, Jira, GitHub Issues, Notion, or no task manager, then create a helper for listing repository tasks.
Why use it?
It verifies the chosen integration and fetches tasks before creating helper commands, reducing the chance of configuring a workflow that cannot retrieve work.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; names the AskUserQuestion tool; mentions Claude Code.

Part of the full-process plugin — 7 skills shipped together

Good fit Use it to connect Linear, Jira, GitHub Issues, Notion, or no task manager, then create a helper for listing repository tasks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tomeraitz/claude-slack-bridge/build-task-manager
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 tomeraitz/claude-slack-bridge --skill build-task-manager
Clone the repo
git clone --depth 1 https://github.com/tomeraitz/claude-slack-bridge

Made for: Claude Code.

Or install full-process, the plugin that ships this one along with the rest of its 7 skills.

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 build-task-manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/tomeraitz/claude-slack-bridge/build-task-manager.svg)](https://agentmods.dev/skills/tomeraitz/claude-slack-bridge/build-task-manager)
Your own site
<a href="https://agentmods.dev/skills/tomeraitz/claude-slack-bridge/build-task-manager"><img src="https://agentmods.dev/badge/skills/tomeraitz/claude-slack-bridge/build-task-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 155 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,191 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 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.00155 $0.03191
Opus 5 $0.00077 $0.01596
Sonnet 5 $0.00031 $0.00638
Haiku 4.5 $0.00015 $0.00319

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

Security

Grade B, and why

build-task-manager scanned grade B with 2 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 8d 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.

Reads MCP configurationmediumAgent snooping

mcp.json carries server URLs and auth tokens; reading it lets a mod discover and abuse other integrations.

- **mcp** — propose the canonical MCP server for `{task_manager_slug}` (Linear → `@modelcontextprotocol/linear` style entry, GitHub → `@modelcontextprotocol/github`, etc.; if you're not certain of the exact package, ask

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

4. **Direct API (curl)** — call the manager's HTTP API directly with credentials from env vars.
plugin/skills/build-task-manager/SKILL.md · 212 lines

How it starts

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

build-task-manager — set up the task manager and write the claude-slack-bridge_list-tasks helper

You run locally inside Claude Code (not via the Slack daemon). All clarifications go through AskUserQuestion. Do not call mcp__claude-slack-bridge__ask_on_slack from this skill.

This skill is the entire task-manager phase of /process-setup. By the time it returns, either:

  • The user picked a manager, the integration is verified, the smoke-test succeeded, and .claude/skills/claude-slack-bridge_list-tasks/SKILL.md has been generated (status: configured); or
  • The user skipped (or aborted the install flow after retries), no helper skill was written (status: skipped).

Return values the caller needs (printed as a fenced JSON block at the end of the final reply):

  • statusconfigured or skipped.
  • task_manager_label, task_manager_slug, integration_method — populated when status == "configured"; omitted otherwise.

Do not skip ahead to writing the helper skill until Step 3 has actually fetched tasks successfully.


Step 1 — pick a task manager

Ask via AskUserQuestion:

Which task manager do you use for this repo?

Options: Linear, Jira, GitHub Issues, Notion, None / skip.

If the answer is None / skip, return immediately with status: "skipped".

Record:

  • task_manager_label — the human label (e.g. Linear, GitHub Issues).
  • task_manager_slug — lowercase slug (linear, jira, github, notion).

Step 2 — pick the integration method and verify it's installed

2a. Integration method

Ask via AskUserQuestion:

How is {task_manager_label} integrated in this environment?

All four integration methods are valid for every manager — including GitHub. Do not assume gh for github; the user may prefer the GitHub MCP server, a custom plugin, or direct REST.

Options (single-select, in this order):

  1. MCP server — there is an MCP server providing task tools (e.g. mcp__linear__list_issues, mcp__github__list_issues).
  2. CLI tool — there is a CLI installed (e.g. gh, linear-cli, jira-cli).
  3. Plugin / slash command — there is a Claude plugin or slash command that lists tasks.
  4. Direct API (curl) — call the manager's HTTP API directly with credentials from env vars.

Read the full file on GitHub · 212 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. 8d ago First seen · 212 lines · 155 tokens per session scan B d309d5f166e2

Subscribe to this mod's changes

build-task-manager is a skill published in the GitHub repository tomeraitz/claude-slack-bridge (33 stars, last pushed 18d ago), licensed MIT. It adds 155 tokens to every session and 3,191 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it B with 2 findings (reads mcp configuration, makes network calls). 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

daily-briefing

Start your day with a prioritized CRM briefing — works for any monday CRM setup: pipeline, contacts, accounts, leads, or no board at all. Use when someone says 'morning briefing', 'daily brief', 'what's on my plate today', 'catch me up on my deals', 'what needs attention', 'what needs my attention', 'anything urgent…

mondaycom/mcp · 106 tokens

meeting-to-deal

Turn meeting transcripts into deal updates — key points, commitments, and next steps posted to matching CRM deals automatically. Auto-creates contacts for new attendees. Use when someone says "log my meetings to deals", "update CRM from calls", "what did I commit to in meetings", "sync notetaker", "log this meeting"…

mondaycom/mcp · 107 tokens

log-activity

Log calls, meetings, notes, and other activities to CRM item timelines — structured records with attendees, outcomes, and follow-ups. Use when someone says "log my call with", "add a note to the deal", "what activities happened on", "record this meeting", "update my note on", "track a call with", "log a meeting with"…

mondaycom/mcp · 111 tokens

Technical Debt Tracking with PMAT

Tracks and manages technical debt using PMAT (Pragmatic AI Labs MCP Agent Toolkit). Use this skill when: User asks about technical debt, TODO comments, or code quality issues Planning sprint work and need to prioritize debt repayment Conducting code audits or technical debt assessments Tracking debt accumulation…

paiml/paiml-mcp-agent-toolkit · 123 tokens

twin-status-report

Generate a concise status report from recent activity, tasks, commits, and conversations. Used by digital twin personas to prepare standup updates and progress summaries.

CoWork-OS/CoWork-OS · 35 tokens

usecase-family-digest

Draft a daily digest based on calendar + tasks. Stops before sending.

CoWork-OS/CoWork-OS · 20 tokens