issue-flow: Skill for Claude Code

.cursor/skills/iflow-setup/SKILL.md

iflow-setup is a skill for Claude Code, Cursor from jepegit/issue-flow. It costs 39 tokens per session (2,187 once invoked), scanned C, original, MIT.

A guided setup process that prepares a new or existing project for issue-flow. It can create a Python project, initialize Git, connect a GitHub repository, and create the issue-flow files it needs.

In plain words
What is it for?
Use it when starting from an empty folder or preparing an existing project for issue-flow.
Why use it?
It gives a project a consistent starting point instead of leaving repository, remote, or tool setup incomplete. Git records code history, while a GitHub remote is the online copy the project connects to.

Skill for Claude CodeCursor

Written for Claude Code and Cursor: disable-model-invocation in frontmatter, but also installed under .cursor/.

This is jepegit/issue-flow's own configuration. It tells Claude Code and Cursor how to work on issue-flow 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 issue-flow configures →

Reuse

Borrowing it

Nothing to install: this file belongs to jepegit/issue-flow. 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/jepegit/issue-flow/main/.cursor/skills/iflow-setup/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/jepegit/issue-flow

Made for: Claude Code, Cursor.

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 iflow-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/jepegit/issue-flow/iflow-setup.svg)](https://agentmods.dev/skills/jepegit/issue-flow/iflow-setup)
Your own site
<a href="https://agentmods.dev/skills/jepegit/issue-flow/iflow-setup"><img src="https://agentmods.dev/badge/skills/jepegit/issue-flow/iflow-setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,187 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 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.00039 $0.02187
Opus 5 $0.00019 $0.01094
Sonnet 5 $0.00008 $0.00437
Haiku 4.5 $0.00004 $0.00219

Measured today against content hash 080713087c2a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade C, and why

iflow-setup scanned grade C with 2 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 today.

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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

| `uv` | **Print** the install command (`curl -LsSf https://astral.sh/uv/install.sh \| sh`, or `winget install --id=astral-sh.uv -e` on Windows) and **stop** — you cannot install a package manager for the user. Ask them

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| `uv` | **Print** the install command (`curl -LsSf https://astral.sh/uv/install.sh \| sh`, or `winget install --id=astral-sh.uv -e` on Windows) and **stop** — you cannot install a package manager for the user. Ask them
.cursor/skills/iflow-setup/SKILL.md · 118 lines

How it starts

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

issue-flow — guided project setup (/iflow-setup)

Follow this skill to get a project ready to use issue-flow — for someone who may never have driven an agentic workflow before.

It covers both entry paths from a standing start:

  • New project — an empty (or nearly empty) folder that needs a Python project, a git repo, and a GitHub remote.
  • Existing project — real code already, but some piece is missing (no remote, gh not authenticated, no issue-flow scaffold).

This is not the issue-capture step. Capturing a GitHub issue into .issueflows/01-current-issues/ is /iflow-capture; picking what to work on is /iflow-pick. /iflow-init only cold-starts the harness.

Invoke: type iflow setup in chat, or /iflow-setup from the slash menu (iflow-setup also works).

MODEL & EXECUTION DIRECTIVE

Profile: reasoning — Prioritize deep thinking and careful trade-offs over speed or token economy.

In Cursor: switch to a thinking-capable model before invoking this step (not Auto-only).

Keep scope tight to what this step requires.

Resolve project root (multi-root workspaces)

Before any git, gh, or .issueflows/ path operation in this workflow:

Resolution order (stop when unambiguous):

  1. Explicit hints in slash input — root:<path>, repo:<folder-basename> (directory name, e.g. cellpy-core), or repo:owner/name.
  2. CLI fast pathissue-flow agent resolve [-C <start>] [--from-file <active-file>] [--json]. Use the returned project_root and repo; pass -C <project_root> to other issue-flow agent … subcommands. When the answer came from the workspace registry, the payload sets resolved_via_workspace_default: true.
  3. Branch context — exactly one workspace repo whose branch matches ^\d+- → that root.
  4. Single scaffold — exactly one .issueflows/ tree visible in the workspace → that root.
  5. Workspace default — an issueflow-workspace.toml at the workspace root (created with issue-flow workspace init) may name a default member repo; use it when no scaffold matched above. Tell the user the default was used.
  6. Ambiguousstop and ask; never guess between sibling repos.

Read the full file on GitHub · 118 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. today First seen · 118 lines · 39 tokens per session scan C 080713087c2a

Subscribe to this mod's changes

iflow-setup is a skill published in the GitHub repository jepegit/issue-flow (4 stars, last pushed yesterday), licensed MIT. It adds 39 tokens to every session and 2,187 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-06.