tasker-to-beads

tasker-to-beads is a skill for Claude Code from Dowwie/tasker. It costs 29 tokens per session (2,629 once invoked), scanned B, original, Apache-2.0.

A converter that turns Tasker task definitions into complete Beads issues. Tasker stores planning tasks, while Beads is a system for tracking persistent development work.

In plain words
What is it for?
Use it after Tasker planning is ready to create issues in a development project. It can also initialize Beads in the target project when planning and development happen in different directories.
Why use it?
It prevents implementation tasks from losing the context of the original plan. The resulting issues can be understood and worked on by people or agents without reopening the planning files.

Skill for Claude Code

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

Part of the tasker plugin — 6 skills, 8 commands, 8 agents, 3 hooks shipped together

Good fit Use it after Tasker planning is ready to create issues in a development project. It can also initialize Beads in the target project when planning and development happen in different directories.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dowwie/tasker/tasker-to-beads
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 Dowwie/tasker --skill tasker-to-beads
Clone the repo
git clone --depth 1 https://github.com/Dowwie/tasker

Made for: Claude Code.

Or install tasker, the plugin that ships this one along with the rest of its 6 skills, 8 commands, 8 agents, 3 hooks.

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 tasker-to-beads

README.md
[![agentmods](https://agentmods.dev/badge/skills/dowwie/tasker/tasker-to-beads.svg)](https://agentmods.dev/skills/dowwie/tasker/tasker-to-beads)
Your own site
<a href="https://agentmods.dev/skills/dowwie/tasker/tasker-to-beads"><img src="https://agentmods.dev/badge/skills/dowwie/tasker/tasker-to-beads.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,629 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00029 $0.02629
Opus 5 $0.00015 $0.01314
Sonnet 5 $0.00006 $0.00526
Haiku 4.5 $0.00003 $0.00263

Measured 7d ago against content hash 933b14e1308c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade B, and why

tasker-to-beads scanned grade B with 1 finding 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 7d 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.

Strips warnings and disclaimersmediumAnti-refusal

Omitting safety caveats hides risk from the user and is a common jailbreak preamble.

- [ ] Project compiles without warnings
internal/skills/tasker-to-beads/SKILL.md · 339 lines

How it starts

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

Tasker to Beads Transformer

Converts Tasker task definitions into enriched Beads issues that are self-contained and human-readable. This skill performs the "neural" work of understanding spec context, synthesizing narratives, and creating issues that stand alone.

When to Use

  • After completing Tasker /plan phase (state is "ready")
  • When you want to track implementation progress in Beads
  • When multiple people/agents will work on tasks and need persistent context

Prerequisites

  1. Tasker planning complete (.tasker/state.json exists, phase is "ready")
  2. A target directory for development (beads will be initialized there if needed)

Target Directory Concept

The source project (where tasker planning lives) may be different from the target project (where development happens). For example:

  • Source: ~/projects/tasker/ - contains spec, planning artifacts, task definitions
  • Target: ~/projects/fathom/ - where the actual Elixir project will be built

When invoked, this skill will:

  1. Ask for the target directory if not provided
  2. Initialize beads in the target directory if not already done
  3. Create issues in the target project's beads system

Workflow

Step 0: Determine Target Directory

IMPORTANT: Before proceeding, ask the user where development will happen:

"Where would you like to create the Beads issues? This should be the directory where the actual development will take place (e.g., the project repository being built)."

Common scenarios:

  • Same directory: Use current project (e.g., adding features to existing codebase)
  • New directory: Create issues in a separate project (e.g., building a new project from a spec)

Step 1: Initialize Target (if needed)

# Check status and see if target needs initialization
tasker transform status -t /path/to/target

# Initialize beads in target directory with custom prefix
# This runs: bd init <PREFIX> && bd onboard
tasker transform init-target /path/to/target FATHOM

Read the full file on GitHub · 339 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. 7d ago First seen · 339 lines · 29 tokens per session scan B 933b14e1308c

Subscribe to this mod's changes

tasker-to-beads is a skill published in the GitHub repository Dowwie/tasker (19 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 29 tokens to every session and 2,629 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (strips warnings and disclaimers). 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

story

Track tickets, issues, and progress for your project. Load project context, manage sessions, guide setup.

Storybloq/storybloq · 23 tokens

story

Track tickets, issues, and progress for your project. Load project context, manage sessions, guide setup.

Storybloq/storybloq · 23 tokens

repository-bootstrap

Audit and establish or upgrade the canonical repository governance baseline. Use only when explicitly asked to bootstrap, standardize, or upgrade a repository; do not use for feature development or source-code restructuring.

cz1993/vibe-coding-repository-standard · 41 tokens

engagement-scoping

Resolve the documentation engagement scope from the settings cascade — project identity, source roots, output root, delivery mode, action ceiling, confidentiality default, and the exact file set this run may touch — and freeze it to /00-control/.scope.json. Use when any /dossier: command starts, when the delivery mode…

synaptiai/synapti-marketplace · 135 tokens

finding-reconciliation

Merge the independent A/B/C findings tables into one adjudicated ledger in 07-verification/documentation-verification-report.md — normalizing to the finding schema, deduplicating by location and claim, recording per-finding corroboration without downgrading single-pass findings, promoting cross-pass disagreement to…

synaptiai/synapti-marketplace · 150 tokens

gap-and-contradiction-register

Maintain 00-control/assumptions-questions-and-contradictions.md — the assumptions and open-questions register (AQ-####) and the contradiction register (CT-####) — classifying each entry as blocking, material but non-blocking, or minor, and routing blocking gaps to owner resolution before drafting proceeds. Use when a…

synaptiai/synapti-marketplace · 144 tokens