DYLA-ai: Skill for Claude Code

.agents/skills/pipeline/SKILL.md

pipeline is a skill for Claude Code from Federico-Anastasi/DYLA-ai. It costs 53 tokens per session (2,109 once invoked), scanned A, original, MIT.

A complete project-estimation workflow for turning an initial brief into planning materials. It combines questions, a data model, a time estimate, detailed development tasks, and a mockup.

In plain words
What is it for?
Use it when starting a software project that needs requirements clarification, data and integration planning, effort estimates, task breakdowns, and an interface concept.
Why use it?
It keeps the main planning outputs connected instead of producing isolated documents. It also pauses for review at key points before moving to the next phase.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: installed under .agents/ (shared by several agents); mentions Codex.

This is Federico-Anastasi/DYLA-ai's own configuration. It tells Claude Code how to work on DYLA-ai itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything DYLA-ai configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Federico-Anastasi/DYLA-ai. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Federico-Anastasi/DYLA-ai/main/.agents/skills/pipeline/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Federico-Anastasi/DYLA-ai

Made for: Claude Code.

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 pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/federico-anastasi/dyla-ai/pipeline/github.svg)](https://agentmods.dev/skills/federico-anastasi/dyla-ai/pipeline)
Your own site
<a href="https://agentmods.dev/skills/federico-anastasi/dyla-ai/pipeline"><img src="https://agentmods.dev/badge/skills/federico-anastasi/dyla-ai/pipeline/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pipeline

Your own site · 80×15
<a href="https://agentmods.dev/skills/federico-anastasi/dyla-ai/pipeline"><img src="https://agentmods.dev/badge/skills/federico-anastasi/dyla-ai/pipeline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,109 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 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.00053 $0.02109
Opus 5 $0.00026 $0.01055
Sonnet 5 $0.00011 $0.00422
Haiku 4.5 $0.00005 $0.00211

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

Security

Grade A, and why

pipeline 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 12d 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.

.agents/skills/pipeline/SKILL.md · 199 lines

How it starts

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

/pipeline — The full run

Runs the entire estimation flow in a single session. For individual deliverables, use the modular skills.

UX: chat stays conversational. No deliverable is ever presented as a markdown table in chat — every phase writes the JSON FIRST (meta.status: "draft"), the user reads it in the viewer, and then it gets discussed in words, citing elements by id. On confirmation meta.status becomes "confirmed". When you cite a chapter of the brief, write [[brief:Chapter title]]: it renders as a clickable reference that opens the document at that point.

The skills this composes:

  • /meeting — merges a meeting transcript into the brief
  • /data-model — data model (tables, relations, integrations)
  • /estimate — the work plan in days
  • /dev-tasks — the granular dev task breakdown
  • /mockup — component-based mockup

Each phase below follows the protocol of the corresponding skill. Read that skill's SKILL.md when you need the detail — this file is the running order, not a replacement for them.


THE FLOW

[MEETING, if needed] → INTAKE → Q&A [STOP] → DATA MODEL [STOP] → ESTIMATE [STOP] → DEV TASKS → MOCKUP

Three blocking points: Q&A, data model, estimate. The user confirms before you go on.


PHASE 0 — MEETING (conditional)

Read projects/{project}/.project.json. If source is "discovery" and projects/{project}/meetings/ holds transcripts not yet merged into brief.json (compare with changelog[].source), the pipeline starts there: run /meeting first to merge them and bring the brief to a stable state, then continue from PHASE 1. If the brief is already current (or the project source is brief), skip this phase.


PHASE 1 — INTAKE

Invoked with a file

/pipeline path/to/brief.md

Read the file. That is your main input.

Invoked with nothing

Look for the brief in the project folder: brief.json (source discovery) or brief.* as an input document (if it is a PDF or a Word file, read the extracted text under .extracted/). If there is none, ask.

Read the full file on GitHub · 199 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. 12d ago First seen · 199 lines · 53 tokens per session scan A f76337c0d79f

Subscribe to this mod's changes

pipeline is a skill published in the GitHub repository Federico-Anastasi/DYLA-ai (2 stars, last pushed 1mo ago), licensed MIT. It adds 53 tokens to every session and 2,109 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-31.

Related

Other skills, from other repositories

onboard

Interviews someone about a software project as a whole — the problem it solves, who it serves, what is in and out of scope, the hard constraints, and the domain vocabulary — and writes it up as a project constitution that every later feature specification inherits. Use this at the start of a project, before any…

handarbeit/fabrik · 173 tokens

fabrik-implement

Use when operating as the Fabrik Implement stage agent. This skill guides the implementation of a planned feature, following the task checklist to produce committed, tested, pushed code on a feature branch.

handarbeit/fabrik · 38 tokens

fabrik-plan

Use when operating as the Fabrik Plan stage agent. This skill guides the design of an implementation approach, producing a concrete plan with task checklist that the Implement stage will follow.

handarbeit/fabrik · 35 tokens

fabrik-setup

Bootstrap a project to use Fabrik (the GitHub-Project-driven SDLC pipeline orchestrator that drives Claude Code workers through Specify/Research/Plan/Implement/Review/Validate stages). Use this skill when the user wants to install, set up, initialize, or get started with Fabrik for the first time — especially when…

handarbeit/fabrik · 142 tokens

debt-ops-add

Register a deferred decision in the tech-debt registry. Trigger by judgment, not a marker scan, whenever a future reader would ask "why this way?": an unmade decision, stub, loosened type, bypassed check, swallowed error, a default picked "for now", or a TODO/FIXME/HACK/XXX marker. Trigger immediately whenever you…

bcanfield/agentic-tech-debt · 115 tokens

trailhead-view

Skill "trailhead-view" from ToRvaLDz/trailhead, covering load first, in order, routing: verb to engine, render the map: map [map], 🎯 destination and 🗒️ notes.

ToRvaLDz/trailhead · 116 tokens