development

development is a skill for Claude Code, Codex from thrashr888/AllBeads. It costs 27 tokens per session (1,823 once invoked), scanned A, original, MIT.

A development workflow guide for AllBeads, a system that stores project plans, issues, technical specifications, agent instructions, and user documentation in separate places.

In plain words
What is it for?
Use it when planning features, creating documentation, tracking work with Beads issues, or learning how the AllBeads documentation system works.
Why use it?
It helps keep feature planning, coding work, and documentation organized across sessions. It also explains which kind of document to update for each change.

Skill for Claude CodeCodex

Part of the allbeads plugin — 1 skill, 19 commands, 4 agents, 1 hook shipped together

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/thrashr888/allbeads/development
Any agent
npx skills add thrashr888/AllBeads --skill development
Clone the repo
git clone --depth 1 https://github.com/thrashr888/AllBeads

Made for: Claude Code, Codex.

Or install allbeads, the plugin that ships this one along with the rest of its 1 skill, 19 commands, 4 agents, 1 hook.

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 development

README.md
[![agentmods](https://agentmods.dev/badge/skills/thrashr888/allbeads/development.svg)](https://agentmods.dev/skills/thrashr888/allbeads/development)
Your own site
<a href="https://agentmods.dev/skills/thrashr888/allbeads/development"><img src="https://agentmods.dev/badge/skills/thrashr888/allbeads/development.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,823 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.00027 $0.01823
Opus 5 $0.00014 $0.00911
Sonnet 5 $0.00005 $0.00365
Haiku 4.5 $0.00003 $0.00182

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

Security

Grade A, and why

development 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 4d 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.

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.

.claude/skills/development/SKILL.md · 256 lines

How it starts

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

AllBeads Development Process Skill

Use this skill when planning features, creating documentation, tracking work with beads, or understanding how the documentation system works.

Quick Reference

Specs: specs/PRD-00.md - Core architecture specification Issues: .beads/ - Git-tracked issue database Plans: plans/ - Preserved plan history (git-tracked)

The 5-Style Documentation System

AllBeads uses 5 distinct doc types, each with a specific purpose:

Style Purpose Location Update Trigger
1. Plan Mode Deep exploration before coding plans/ Per feature
2. Beads Issues Track work across sessions .beads/ Throughout feature
3. Evergreen Specs System truth ("how it works") specs/ Architecture changes
4. Skills Agent guides ("how to implement") .claude/skills/ Pattern changes
5. User Docs Human communication README, CLAUDE.md Major features

Workflow: From Idea to Code

Step 1: Enter Plan Mode

For any non-trivial feature:

1. Use EnterPlanMode tool
2. Launch Explore agents to understand existing patterns
3. Read relevant specs (specs/PRD-00.md, specs/SPEC-*.md, etc.)
4. Ask clarifying questions via AskUserQuestion
5. Design implementation approach
6. Write plan to plan file
7. Exit plan mode with ExitPlanMode for approval
8. Copy approved plan to plans/ directory (see naming below)

Plan file naming: plans/YYYY-MM-DD-feature-name.md

Example: plans/2026-01-15-external-plugins.md

Plans are preserved even if abandoned - they document design decisions and exploration history.

Step 2: Create Beads Issues

After plan approval:

# Create feature epic
bd create --title="Feature X" --type=feature --priority=2

# Break into tasks
bd create --title="Implement X logic" --type=task --priority=2
bd create --title="Add X tests" --type=task --priority=2

# Set dependencies
bd dep add <task-id> <feature-id>  # Task depends on feature

# Claim work
bd update <id> --status=in_progress

Read the full file on GitHub · 256 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. 4d ago First seen · 256 lines · 27 tokens per session scan A b69dd74834f9

Subscribe to this mod's changes

development is a skill published in the GitHub repository thrashr888/AllBeads (8 stars, last pushed 5d ago), licensed MIT. It adds 27 tokens to every session and 1,823 once invoked, about $0.0001 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-31.