daf-list

A command-line tool for listing DevAIFlow work sessions with their status, issue links, working directories, and tracked time.

In plain words
What is it for?
Use it to filter sessions by status, repository, date, issue fields, or active state, and to review time spent.
Why use it?
It gives developers a way to find active or past sessions without manually checking each project or issue.

Skill for Claude CodeCodex

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/itdove/devaiflow/daf-list
Any agent
npx skills add itdove/devaiflow --skill daf-list
Clone the repo
git clone --depth 1 https://github.com/itdove/devaiflow

Made for: Claude Code, Codex.

Per session 9 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 424 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.00009 $0.00424
Opus 5 $0.00005 $0.00212
Sonnet 5 $0.00002 $0.00085
Haiku 4.5 $0.00001 $0.00042

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

Security

Grade A, and why

daf-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 2d 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.

devflow/cli_skills/daf-list/SKILL.md · 48 lines

What it actually says

List all daf sessions with their status and time tracking.

This helps you see all available sessions, their issue tracker associations, working directories, and time spent.

daf list --active

Common options:

  • --active - Show only active sessions
  • --status in_progress - Filter by session status
  • --field <field_name>=<value> - Filter by custom field name (e.g., --field my_field=value)
    • Uses field names from organization.json field_mappings configuration
    • Example: --field grouping_field="Group A"
  • --working-directory <dir> - Filter by repository
  • --since "last week" - Sessions active since time

Example output:

Your Sessions
┏━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━┓
┃ Status ┃ Name        ┃ Issue  ┃ Summary          ┃ Working Dir┃ Time ┃
┡━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━┩
│ Active │ PROJ-12345   │ PROJ...│ Backup feature   │ backend    │ 5h   │
│ Paused │ PROJ-12346   │ PROJ...│ Login bug        │ frontend   │ 1h   │
└────────┴─────────────┴────────┴──────────────────┴────────────┴──────┘

Total: 2 sessions | 6h tracked

What it shows:

  • Session status (Active, Paused, Complete)
  • Session name or JIRA key
  • Summary/goal
  • Working directory (repository)
  • Time tracked

Use this to:

  • Check which sessions are active
  • See time spent on each task
  • Filter sessions by sprint or repository
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. 2d ago First seen · 48 lines · 9 tokens per session scan A 8b49286d4917

Subscribe to this mod's changes

daf-list is a skill published in the GitHub repository itdove/devaiflow (2 stars, last pushed 13d ago), licensed Apache-2.0. It adds 9 tokens to every session and 424 once invoked, about $0.0000 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

workingon

Record the work done in this Claude Code session in the configured ticketing tool (Jira, Linear, GitHub Issues, Trello or Vikunja), creating the ticket, adding a short progress comment, linking an existing one or closing it. Use it when the [workingon] hook reports unrecorded work, when the user types /workingon, and…

oliverjueguen/workingon-claude-skill · 92 tokens

workingon

Record the work done in this Claude Code session in the configured ticketing tool (Jira, Linear, GitHub Issues, Trello or Vikunja), creating the ticket, adding a short progress comment, linking an existing one or closing it. Use it when the [workingon] hook reports unrecorded work, when the user types /workingon, and…

oliverjueguen/workingon-claude-skill · 92 tokens

meridian-etl

Debug and work with Meridian's ETL pipeline. Covers session boundary detection, cursor management, DB queries, and common failure modes.

Meridiona/meridian · 31 tokens

meridian-mcp

Build, configure, and debug the Meridian MCP server. Exposes app session data to AI tools via the Model Context Protocol.

Meridiona/meridian · 30 tokens

github-image-upload

Upload local images and other files (PDF, zip, log, …) to GitHub and embed them in a pull request description, an issue, or a comment — producing canonical github.com/user-attachments URLs (private-repo uploads stay private). Use when asked to "attach a screenshot to the PR", "add an image to the PR description", "put…

drogers0/gh-image · 135 tokens

session-summary

You summarise ONE work-burst of a developer's coding-agent session. The goal is to capture what the developer actually worked on, and why it mattered, so that a PM, a teammate, or the developer themselves can immediately understand the purpose and the outcome at a glance — without reading the transcript.

Meridiona/meridian · 0 tokens