backlog-init

backlog-init is a skill for Claude Code, Codex from Bidiche49/claude-conf. It costs 13 tokens per session (403 once invoked), scanned A, original, MIT.

A setup helper that creates a BACKLOG/ folder structure for tracking bugs, features, and improvements.

In plain words
What is it for?
Use it to initialize project ticket tracking with pending and completed folders, a ticket template, and an index placeholder.
Why use it?
It removes the need to create ticket folders and templates by hand, while avoiding changes if the backlog already exists.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths.

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/bidiche49/claude-conf/backlog-init
Any agent
npx skills add Bidiche49/claude-conf --skill backlog-init
Clone the repo
git clone --depth 1 https://github.com/Bidiche49/claude-conf

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 backlog-init

README.md
[![agentmods](https://agentmods.dev/badge/skills/bidiche49/claude-conf/backlog-init.svg)](https://agentmods.dev/skills/bidiche49/claude-conf/backlog-init)
Your own site
<a href="https://agentmods.dev/skills/bidiche49/claude-conf/backlog-init"><img src="https://agentmods.dev/badge/skills/bidiche49/claude-conf/backlog-init.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 403 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.1 $0.00013 $0.00403
Opus 5 $0.00006 $0.00201
Sonnet 5 $0.00003 $0.00081
Haiku 4.5 $0.00001 $0.00040

Measured 5d ago against content hash 50d2f09a9df2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

backlog-init 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 5d 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.

backlog-kit/skills/backlog-init/SKILL.md · 59 lines

What it actually says

Initialize the BACKLOG/ directory structure for ticket tracking.

Steps

  1. Check if BACKLOG/ already exists. If it does, inform the user and stop.

  2. Create the directory structure:

    BACKLOG/
    ├── BUGS/{PENDING,DONE}/
    ├── FEATURES/{PENDING,DONE}/
    ├── IMPROVEMENTS/{PENDING,DONE}/
    └── _templates/
    
  3. Create BACKLOG/_templates/ticket.md — copy from ~/.claude/templates/backlog/ticket.md if it exists, otherwise create it with this content:

    # [TYPE]-XXX: Titre court
    
    **Type:** Bug | Feature | Improvement
    **Statut:** A faire | En cours | Bloque | Fait
    **Priorite:** Critique | Haute | Moyenne | Basse
    **Complexite:** XS | S | M | L | XL
    **Tags:** [libres, separes par virgule]
    **Depends on:** none
    **Blocked by:** —
    **Date creation:** YYYY-MM-DD
    
    ---
    
    ## Description
    [Description claire]
    
    ## Fichiers concernes
    - `path/to/file`
    
    ## Criteres d'acceptation
    - [ ] Critere 1
    
    ## Tests de validation
    - [ ] Test 1
    
  4. Create BACKLOG/INDEX.md with just the header (it will be fully generated by /backlog-status):

    # BACKLOG — [project basename]
    
    _Run `/backlog-status` to populate this file._
    
  5. Display the created structure to confirm.

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. 5d ago First seen · 59 lines · 13 tokens per session scan A 50d2f09a9df2

Subscribe to this mod's changes

backlog-init is a skill published in the GitHub repository Bidiche49/claude-conf (2 stars, last pushed 4mo ago), licensed MIT. It adds 13 tokens to every session and 403 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.

Related

Other skills, from other repositories

hooks-eval

Evaluate hook security, performance, and SDK compliance. Use for audits.

athola/claude-night-market · 18 tokens

webmcp-setup

Bootstraps webmcp-react into an existing React or Next.js app. Installs dependencies, adds WebMCPProvider, creates a first tool, and configures the MCP client bridge. Use when the user wants to set up WebMCP, add MCP tools to their app, integrate webmcp-react, or make their React app accessible to AI agents.

agentcathq/webmcp-react · 80 tokens

issue-triage

3-phase issue backlog management with audit, deep analysis, and validated triage actions. Use when triaging GitHub issues, sorting bug reports, cleaning up stale tickets, or detecting duplicate issues. Args: 'all' to analyze all, issue numbers to focus (e.g. '42 57'), 'en'/'fr' for language, no arg = audit only.

FlorianBruniaux/claude-code-plugins · 81 tokens

react-expert

Expert-level React development with hooks, performance optimization, state management, and modern patterns. Use when the user mentions frontend, hooks, JSX, TypeScript, or Next.js, or when the task involves Modern React, State Management, Forms, or Performance Optimization.

personamanagmentlayer/pcl · 56 tokens

review-pr

Perform a comprehensive code review of a pull request.

FlorianBruniaux/claude-code-plugins · 12 tokens

release-notes-generator

Generate release notes in 3 formats (CHANGELOG.md, PR body, Slack announcement) from git commits. Automatically categorizes changes and converts technical language to user-friendly messaging. Use for releases, changelogs, version notes, what's new summaries, or ship announcements.

FlorianBruniaux/claude-code-plugins · 59 tokens