turnstile-next

turnstile-next is a skill for Claude Code, Codex from febradc-github/turnstile. It costs 50 tokens per session (757 once invoked), scanned A, original, MIT.

A loop runner that repeatedly works toward a stated goal until a success condition is met, the iteration limit is reached, or an unrecoverable error occurs.

In plain words
What is it for?
Use it for tasks that need several cycles of checking and improvement, with a required goal, observable success condition, and optional maximum number of iterations.
Why use it?
It provides a defined stopping point for repeated work and lets you choose whether each iteration needs confirmation.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the turnstile plugin — 24 skills, 23 commands, 5 agents, 3 hooks, 1 MCP server 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/febradc-github/turnstile/turnstile-next
Any agent
npx skills add febradc-github/turnstile --skill turnstile-next
Clone the repo
git clone --depth 1 https://github.com/febradc-github/turnstile

Made for: Claude Code, Codex.

Or install turnstile, the plugin that ships this one along with the rest of its 24 skills, 23 commands, 5 agents, 3 hooks, 1 MCP server.

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 turnstile-next

README.md
[![agentmods](https://agentmods.dev/badge/skills/febradc-github/turnstile/turnstile-next.svg)](https://agentmods.dev/skills/febradc-github/turnstile/turnstile-next)
Your own site
<a href="https://agentmods.dev/skills/febradc-github/turnstile/turnstile-next"><img src="https://agentmods.dev/badge/skills/febradc-github/turnstile/turnstile-next.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 757 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.00050 $0.00757
Opus 5 $0.00025 $0.00378
Sonnet 5 $0.00010 $0.00151
Haiku 4.5 $0.00005 $0.00076

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

Security

Grade A, and why

turnstile-next 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.

skills/turnstile-next/SKILL.md · 33 lines

How it starts

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

Next

Process

  1. Read the config. cadence: sprint: explain and stop (see above).
  2. Look at turnstile/sprint.yml:
    • Absent: the flow board will be created in step 4.
    • Active with mode: flow: this is the board.
    • Active without mode: flow: an active sprint predates the flow switch. Refuse to pull; tell the user to archive it first via /turnstile:sprint-plan (its flow-mode explainer offers the archive step). Never convert a live sprint in place.
  3. If the board has an item with status: in_progress or todo, report it and stop -- flow pulls one piece of work at a time: in_progress -> finish it (/turnstile:review <id>); todo -> start it (/turnstile:work <id>). Do not pull a second item past a waiting one unless the user explicitly says to skip it (then proceed, leaving the todo in place).
  4. Read turnstile/backlog.yml and list the ready leaf items (exclude type: epic and anything named as a parent) in file order. The top item is the pull candidate; show it (id, title, points) with the next few queued behind it. No ready items: say the queue is empty and suggest /turnstile:refine or /turnstile:quick; if ready-looking work is stuck in an unbroken epic, point at /turnstile:breakdown <epic-id>. Stop.
  5. Ask for one confirmation (the user may pick a different queued item -- their call). Once confirmed: create the flow board per the template if it does not exist, append the item with status: todo and carryovers: 0, and remove it from turnstile/backlog.yml -- one live copy per item.
  6. Search the vault for notes related to the pulled item's topic; surface anything relevant.
  7. Tell the user the item is on the board and /turnstile:work <id> starts it.

Read the full file on GitHub · 33 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 33 lines · 50 tokens per session scan A fdf09a044df1

Subscribe to this mod's changes

turnstile-next is a skill published in the GitHub repository febradc-github/turnstile (1 stars, last pushed 1mo ago), licensed MIT. It adds 50 tokens to every session and 757 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

specify-meta

Scaffold, status-check, and manage specification directories. Use when creating a new spec, reading spec status, transitioning between phases, or logging decisions on a spec in .start/specs/.

rsmdt/the-startup · 42 tokens

feature-prioritization

RICE, MoSCoW, Kano, and value-effort prioritization frameworks with scoring methodologies and decision documentation. Use when prioritizing features, evaluating competing initiatives, creating roadmaps, or making build vs defer decisions.

rsmdt/the-startup · 51 tokens

user-story-generator

Transforms requirements into user stories with Given/When/Then acceptance criteria ready for sprint planning and Jira. Use when user needs to write user stories, create Jira tickets, define acceptance criteria, or says "user stories", "acceptance criteria", "sprint backlog", "Jira tickets", "as a user I want"…

lenar-amirov/product-pipeline-public · 76 tokens

ambiguity-resolver

Structures a brief HANDED DOWN by a stakeholder (boss, exec, another team) into a one-page problem statement with scope boundaries and a named decision owner. Use when the PM says "мне спустили задачу", "I've been asked to look into Y", "руководство хочет X", "CEO попросил разобраться" — a request the PM didn't…

lenar-amirov/product-pipeline-public · 98 tokens

setup-initiative

Guides the PM through an initiative alignment checklist — metric, baseline, target, stakeholders, success/kill criteria. Use before a gate, when the PM says "setup initiative", "set the target", "define success criteria", "align on goals", or when the coverage map shows Frame incomplete. NOT a prerequisite for…

lenar-amirov/product-pipeline-public · 76 tokens

go

Execute the next undone task(s) from a sprint's TASKS.md by dispatching the magi-developer subagent (Sonnet by default). Updates WORKS.md as a development log. Pauses for user confirmation before any commit. Default behavior auto-parallelizes tasks with disjoint file scopes; --parallel forces parallel, --sequential…

howar31/magi-workflow · 90 tokens