role-stint-plan

role-stint-plan is a skill for Claude Code from ryan-scheinberg/remote-workstreams. It costs 63 tokens per session (413 once invoked), scanned A, original, GPL-3.0.

A session setup that installs a stint-planner role for a temporary work session. A stint plan is a short execution outline made from the latest part of a voice conversation.

In plain words
What is it for?
It is for preparing a temporary coding-agent session to carry out work based on a recent voice discussion.
Why use it?
It gives an execution session a focused summary of what was discussed instead of requiring the whole conversation to be replayed.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit It is for preparing a temporary coding-agent session to carry out work based on a recent voice discussion.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ryan-scheinberg/remote-workstreams/role-stint-plan
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.

Any agent
npx skills add ryan-scheinberg/remote-workstreams --skill role-stint-plan
Clone the repo
git clone --depth 1 https://github.com/ryan-scheinberg/remote-workstreams

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 role-stint-plan

README.md
[![agentmods](https://agentmods.dev/badge/skills/ryan-scheinberg/remote-workstreams/role-stint-plan.svg)](https://agentmods.dev/skills/ryan-scheinberg/remote-workstreams/role-stint-plan)
Your own site
<a href="https://agentmods.dev/skills/ryan-scheinberg/remote-workstreams/role-stint-plan"><img src="https://agentmods.dev/badge/skills/ryan-scheinberg/remote-workstreams/role-stint-plan.svg" alt="Measured on agentmods" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 413 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 unknown 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.00063 $0.00413
Opus 5 $0.00032 $0.00206
Sonnet 5 $0.00013 $0.00083
Haiku 4.5 $0.00006 $0.00041

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

Security

Grade A, and why

role-stint-plan 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 7d 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/role-stint-plan/SKILL.md · 24 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 7d ago First seen · 24 lines · 63 tokens per session scan A 077a577bad9a

Subscribe to this mod's changes

role-stint-plan is a skill published in the GitHub repository ryan-scheinberg/remote-workstreams (3 stars, last pushed 1mo ago), licensed GPL-3.0. It adds 63 tokens to every session and 413 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

remove-ai-marks

Strip multi-vendor AI provenance from owned files: hidden Unicode (Layer A), statistical sampling watermarks via rewrite (Layer B — always offer), and C2PA/EXIF/XMP/container metadata on PNG/JPEG/WebP/SVG/PDF/DOCX/ODT/HTML/MD. Covers Claude, Gemini/SynthID-class, OpenAI provenance surfaces, and open-LLM sampling…

ShadowAqueduct/watermark-remover · 135 tokens

clean-user-facing-text

Audit and finalize authorized natural-language text meant for readers: strip suspicious invisible Unicode, then rewrite prose while keeping facts, meaning, and the writer's voice. Use when the user asks to clean, humanize, polish, or finalize articles, manuscripts, reports, documentation, emails, product copy, UI…

ShadowAqueduct/watermark-remover · 121 tokens

boostprompt

Use quando uma necessidade de negócio ou técnica precisar de discovery estruturado em pt-BR e de um prompt de implementação autocontido.

AirtonLira/boostprompt · 30 tokens

pipeline

Use when the user wants a feature idea taken end-to-end in one autonomous run — phrases like "run the whole pipeline", "take this feature from idea to finished branch", "brainstorm then build it autonomously", "do everything from idea to merged", "implement all phases without stopping". Triggers when they want…

kardebadas/claude-plugin · 80 tokens

craft

Use when a product idea is still vague and needs to become a clear definition of what to build — "let's craft an app like X", "help me define what I actually want", "clarify this idea before we plan it". Also use before planning or implementation when requirements, UX, domain behaviour, or technical preferences have…

kardebadas/claude-plugin · 83 tokens

bug-fix

Use when a bug, regression, or unexpected behaviour is reported and the user wants it fixed end to end — "why is X broken", "this stopped working after Y", "fix this crash". Also use when a symptom is known but its cause is not. Not for building new behaviour, and not for a change whose cause is already proven.

kardebadas/claude-plugin · 74 tokens