demoverse: Skill for Claude Code

.claude/skills/pipeline-update/SKILL.md

pipeline-update is a skill for Claude Code from calven-ai/demoverse. It costs 80 tokens per session (1,461 once invoked), scanned A, original, MIT.

A weekly update routine for a simulated B2B SaaS sales pipeline. It advances open deals, closes deals whose sales cycle has ended, adds new deals, and records the customer interactions caused by those events.

In plain words
What is it for?
Use it to move the demo pipeline forward by a chosen number of weeks and optionally add new opportunities.
Why use it?
It gives a demo pipeline gradual week-by-week movement instead of generating an entire sales history at once. This keeps new deals at the stage they have actually reached.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md; mentions subagents.

This is calven-ai/demoverse's own configuration. It tells Claude Code how to work on demoverse 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 demoverse configures →

Reuse

Borrowing it

Nothing to install: this file belongs to calven-ai/demoverse. 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/calven-ai/demoverse/main/.claude/skills/pipeline-update/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/calven-ai/demoverse

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-update

README.md
[![agentmods](https://agentmods.dev/badge/skills/calven-ai/demoverse/pipeline-update/github.svg)](https://agentmods.dev/skills/calven-ai/demoverse/pipeline-update)
Your own site
<a href="https://agentmods.dev/skills/calven-ai/demoverse/pipeline-update"><img src="https://agentmods.dev/badge/skills/calven-ai/demoverse/pipeline-update/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-update

Your own site · 80×15
<a href="https://agentmods.dev/skills/calven-ai/demoverse/pipeline-update"><img src="https://agentmods.dev/badge/skills/calven-ai/demoverse/pipeline-update.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,461 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.00080 $0.01461
Opus 5 $0.00040 $0.00731
Sonnet 5 $0.00016 $0.00292
Haiku 4.5 $0.00008 $0.00146

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

Security

Grade A, and why

pipeline-update 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.

.claude/skills/pipeline-update/SKILL.md · 105 lines

How it starts

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

/pipeline-update

The heartbeat of the demo world. One increment = one week of a real B2B SaaS pipeline: a couple of deals open, the open ones each take one step forward, the ones that have run their cycle close, and every one of those events leaves the one or two touch points a real team would have left behind.

This is not /backfill-opps. That one takes a deal that already exists and generates its entire sales cycle at once. That is the historical seed motion. This one adds a thin slice of new life to many deals. Never generate a full detail layer for a deal here. A deal born this week has had exactly one discovery call, and maybe an intro email. Its Evaluation call has not happened yet. It happens in a later increment, when the deal reaches Evaluation.

Steps

  1. Advance. npm run pipeline (one week). For a longer jump or a heavier intake: npm run apply -- --weeks=N --new-opps=M.

    The engine echoes the active Tier-2 directives, the resolved increment, and any --new-opps override before writing anything. Read that back and confirm it is what was asked for. It then prints touch points planted this increment, grouped by deal:

    opp-291  Acme Corp (Discovery/open)      art-xxx:call_transcript art-xxy:email_exchange
    opp-285  Veltrix (Negotiation/open)      art-xxz:call_transcript
    opp-278  Orchard Ledger (Closed/lost)    art-xya:survey art-xyb:ae_note
    

    That grouping is the work list. A forced increment steps simNow past the real calendar. The engine warns how far ahead the world will sit. If it is already several periods ahead, say so and let the operator decide before continuing.

  2. Fill: one opp-filler subagent per deal, in parallel. An increment is small (a handful of artifacts spread over several deals), so launch the whole wave at once: one subagent per opp- line above, plus one for any unattached artifacts (competitive_q). Give each the request dir (state/requests/<periodIndex>/) and only its artifact ids.

Read the full file on GitHub · 105 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 · 105 lines · 80 tokens per session scan A 3fccbc93e711

Subscribe to this mod's changes

pipeline-update is a skill published in the GitHub repository calven-ai/demoverse (4 stars, last pushed yesterday), licensed MIT. It adds 80 tokens to every session and 1,461 once invoked, about $0.0004 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

afrexai-lead-hunter

Enterprise-grade B2B lead generation, enrichment, scoring, and outreach sequencing for AI agents. Find ideal prospects, enrich with verified data, score against your ICP, and generate personalized outreach — all autonomously.

LeoYeAI/openclaw-master-skills · 50 tokens

crm-customer-management

Orchestrate CRM workflows across Salesforce, HubSpot, Zoho, and Pipedrive — customer 360 lookups, deal pipeline management, activity logging, and customer onboarding. Use when looking up a customer, checking deal status, logging a call or meeting, reviewing pipeline health, onboarding a new customer, finding stalled…

zavora-ai/skill-crm-customer-management · 0 tokens

Attio Automation

Automate Attio CRM operations -- search records, query contacts and companies with advanced filters, manage notes, list attributes, and navigate your relationship data -- using natural language through the Composio MCP integration.

openteams-lab/openteams · 45 tokens

Capsule CRM Automation

Automate Capsule CRM operations -- manage contacts (parties), run structured filter queries, track tasks and projects, log entries, and handle organizations -- using natural language through the Composio MCP integration.

openteams-lab/openteams · 45 tokens

b2b-sdr-agent

Autonomous AI Sales Development Rep for B2B export — handles lead discovery, BANT qualification, multi-channel outreach (WhatsApp/Email/Telegram), CRM management, and deal pipeline tracking. Built for cross-border trade.

iPythoning/b2b-sdr-hermes-skill · 52 tokens

Attio Automation

Automate Attio CRM operations -- search records, query contacts and companies with advanced filters, manage notes, list attributes, and navigate your relationship data -- using natural language through the Composio MCP integration.

composio-community/awesome-codex-skills · 45 tokens