list

list is a skill for Claude Code from dynos-fit/dynos-work. It costs 36 tokens per session (177 once invoked), scanned A, original, MIT.

A registry lookup that lists projects connected to the maintenance system. It shows each project's path, state, and last activity time from the registry.

In plain words
What is it for?
Use it to see which projects are registered and whether they are active, paused, or archived.
Why use it?
It provides a current inventory of connected projects without requiring you to remember their locations or status.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the dynos-work plugin — 33 skills, 37 agents shipped together

Good fit Use it to see which projects are registered and whether they are active, paused, or archived.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dynos-fit/dynos-work/list
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 dynos-fit/dynos-work --skill list
Clone the repo
git clone --depth 1 https://github.com/dynos-fit/dynos-work

Made for: Claude Code.

Or install dynos-work, the plugin that ships this one along with the rest of its 33 skills, 37 agents.

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 list

README.md
[![agentmods](https://agentmods.dev/badge/skills/dynos-fit/dynos-work/list.svg)](https://agentmods.dev/skills/dynos-fit/dynos-work/list)
Your own site
<a href="https://agentmods.dev/skills/dynos-fit/dynos-work/list"><img src="https://agentmods.dev/badge/skills/dynos-fit/dynos-work/list.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 177 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.00036 $0.00177
Opus 5 $0.00018 $0.00088
Sonnet 5 $0.00007 $0.00035
Haiku 4.5 $0.00004 $0.00018

Measured yesterday against content hash 6ed9102e17fb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

list 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 yesterday.

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/list/SKILL.md · 29 lines

What it actually says

dynos-work: List

Show all projects registered with dynos-work.

Ruthlessness Standard

  • Do not invent project status or last-active data.
  • Print what the registry actually returns.
  • If the registry read fails, report that failure instead of showing a guessed empty list.

Usage

/dynos-work:list

What you do

PYTHONPATH="${PLUGIN_HOOKS}:${PYTHONPATH:-}" python3 "${PLUGIN_HOOKS}/registry.py" list

Print the results in a human-readable format showing: project path, status (active/paused/archived), last active timestamp.

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. yesterday First seen · 29 lines · 36 tokens per session scan A 6ed9102e17fb

Subscribe to this mod's changes

list is a skill published in the GitHub repository dynos-fit/dynos-work (2 stars, last pushed 2d ago), licensed MIT. It adds 36 tokens to every session and 177 once invoked, about $0.0002 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-09-07.

Related

Other skills, from other repositories

ring:dispatching-workflows

Executing a phased plan in rolling waves where each phase runs as one multi-agent workflow harness: the supervisor elaborates the phase into tasks against the real landed code, launches a workflow that implements with TDD and runs mandatory in-harness review plus an adversarial contrarian pass (and researchers when…

LerianStudio/ring · 142 tokens

ring:implementing-tasks

Implementing a single planned task (Task N.M.T) end-to-end: selects the right backend agent by language and service type, drives one TDD RED->GREEN turn, then verifies coverage, lint, license headers, runtime, and delivery before handoff. Runs as Gate 0 before ring:reviewing-code. Use to drive ONE task inside an…

LerianStudio/ring · 103 tokens

ring:managing-dev-cycle

Managing an in-progress development cycle without driving it: status reports phase, epic/gate progress, assertiveness, and elapsed time from current-cycle.json; cancel confirms, marks the cycle cancelled, and writes a partial feedback report. Use when checking the status of, or cancelling, a running dev cycle. Skip…

LerianStudio/ring · 85 tokens

ring:mapping-feature-relationships

Mapping how features relate and phasing the work: categorizing PRD features, grouping them into domains, charting cross-feature journeys, dependencies, and integration points, and defining the binding Phases that plan.md mirrors one-to-one at Gate 7. Gate 2 of ring:planning-large-features; runs after…

LerianStudio/ring · 104 tokens

ring:planning-large-features

Planning the 8-gate Large Track pre-dev workflow (research, PRD, feature map, TRD, API contract, data model, dependency map, plan) with per-gate human approval. Use for features 2+ days that add dependencies, data models, multi-service integration, or new architecture. Skip for small features (use…

LerianStudio/ring · 89 tokens

ring:planning-small-features

Planning the lightweight 4-gate Small Track pre-dev workflow (research, PRD, TRD, plan) with human approval and state tracking at each gate. Use for features under 2 days that reuse existing patterns and add no new dependencies, data models, or services. Skip for larger or complex features — use…

LerianStudio/ring · 85 tokens