daf-list-conversations

daf-list-conversations is a skill for Claude Code, Codex from itdove/devaiflow. It costs 14 tokens per session (172 once invoked), scanned A, original, Apache-2.0.

A command for listing every conversation linked to the current multi-project development session. Each conversation belongs to a repository and includes its working directory, branch, and coding-agent session details.

In plain words
What is it for?
Use it to inspect the session with the daf info command and find repository or pull-request details.
Why use it?
It helps you see which repositories and parallel work sessions are part of the same feature or project.

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

Made for: Claude Code, Codex.

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 daf-list-conversations

README.md
[![agentmods](https://agentmods.dev/badge/skills/itdove/devaiflow/daf-list-conversations.svg)](https://agentmods.dev/skills/itdove/devaiflow/daf-list-conversations)
Your own site
<a href="https://agentmods.dev/skills/itdove/devaiflow/daf-list-conversations"><img src="https://agentmods.dev/badge/skills/itdove/devaiflow/daf-list-conversations.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 172 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.00014 $0.00172
Opus 5 $0.00007 $0.00086
Sonnet 5 $0.00003 $0.00034
Haiku 4.5 $0.00001 $0.00017

Measured 4d ago against content hash c7568c7eb26c, 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-conversations 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.

devflow/cli_skills/daf-list-conversations/SKILL.md · 25 lines

What it actually says

List all conversations in the current multi-project session.

This session is working across multiple repositories as part of a single feature or epic. Each repository has its own conversation with separate git branch and Claude Code session.

To view available conversations, run:

daf info

Look for the "Conversations" section in the output. Each conversation has:

  • Repository name (e.g., "backend-api")
  • Working directory name (e.g., "backend-api")
  • Git branch name
  • Claude Code session UUID
  • PR/MR links (if created)

IMPORTANT: You are currently working in ONE repository. Do NOT attempt to modify files in other repositories - each has its own branch and conversation context.

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 · 25 lines · 14 tokens per session scan A c7568c7eb26c

Subscribe to this mod's changes

daf-list-conversations is a skill published in the GitHub repository itdove/devaiflow (2 stars, last pushed yesterday), licensed Apache-2.0. It adds 14 tokens to every session and 172 once invoked, about $0.0001 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