daf-config

A read-only command for displaying daf's current settings. These settings include JIRA details, workspace locations, repository paths, and prompt behavior.

In plain words
What is it for?
Use it to inspect the connected JIRA project, repository directories, workflow settings, pull-request template, and prompt options.
Why use it?
It lets developers check how daf is configured before relying on its session or JIRA commands.

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

Made for: Claude Code, Codex.

Per session 10 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 527 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.00010 $0.00527
Opus 5 $0.00005 $0.00264
Sonnet 5 $0.00002 $0.00105
Haiku 4.5 $0.00001 $0.00053

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

Security

Grade A, and why

daf-config 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-config/SKILL.md · 86 lines

What it actually says

Display the current daf configuration including JIRA settings, workspace paths, and prompt defaults.

daf config show

What it shows:

JIRA Configuration:

  • Project key
  • Workstream
  • Custom field mappings (epic link, workstream, acceptance criteria)
  • Comment visibility settings
  • Transition rules (on start, on complete)

Paths & Directories:

  • Workspace directory
  • Repository paths
  • PR template URL

Prompt Configuration:

  • Whether prompts are enabled/disabled for various operations
  • Memory management settings
  • Git auto-operations

Example output:

DevAIFlow Configuration

JIRA Settings:
  Project: PROJ
  Workstream: WORK
  Epic Link Field: customfield_10014
  Workstream Field: customfield_10015
  Acceptance Criteria Field: customfield_10016
  Transition on Start: In Progress
  Transition on Complete: Code Review

Repositories:
  Workspace: ~/development/workspace
  Paths:
    - backend-api: ~/development/workspace/backend-api
    - frontend-app: ~/development/workspace/frontend-app

PR Template:
  URL: https://github.com/YOUR-ORG/.github/blob/main/.github/PULL_REQUEST_TEMPLATE.md

Prompt Configuration:
  Prompts Enabled: Yes
  Memory Per Session: Default (system managed)

Use this to:

  • Verify JIRA integration is configured correctly
  • Check workspace and repository paths
  • See custom field mappings
  • Understand transition rules
  • Debug configuration issues

View specific configuration subsets:

daf config show --prompts       # Show only prompt configuration
daf config show --fields        # Show available JIRA custom fields
daf config show --sync-filters  # Show sync filter configuration
daf config context list         # List available context files
daf config context show         # Show context file contents

Related commands:

/daf help                     # Quick reference of all daf commands
daf config --help             # Full list of config subcommands

Important:

  • This is a READ-ONLY command - safe to run inside Claude Code
  • To modify config, exit Claude Code and use daf config set-* commands
  • Configuration is stored in $DEVAIFLOW_HOME/config.yaml
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 · 86 lines · 10 tokens per session scan A 0ca22adb8a58

Subscribe to this mod's changes

daf-config is a skill published in the GitHub repository itdove/devaiflow (2 stars, last pushed 14d ago), licensed Apache-2.0. It adds 10 tokens to every session and 527 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

start-session

Session-bootstrap orchestration skill — its one job is to bring a working session online: apply senior-collaborator operating parameters, load prior feedback, pull the project's Jira backlog, and activate the standing plan-gate (analysis + plan + approval before any code edit). Trigger on /start-session or "start…

shashankreddy509/claude-tdd-kit · 67 tokens

handover

Prepare a handover for continuing work in a new session. Use when the user asks to "hand over", "prepare handover", "wrap up for a new session", or "context dump".

gjoranv/claude-plan-skills · 43 tokens

standup

Compose and deliver today's standup from what you actually did — Jira, GitHub, Claude sessions, Calendar — via the enabled sink cards. Verbs — (default) full run; "dry-run" composes to the file sink only; "post" approves a held review-draft. Used by the scheduled headless runner and interactively ("post my standup"…

jerry7991/standup-ghost · 87 tokens

recap

Search and summarize your own work history from the standup archive — "what did I do between two dates", a TLDR of the week/month/quarter/half (appraisal season fuel), or a keyword search across everything you've shipped. Use for "recap my month", "what did I do in March", "find when I worked on X"…

jerry7991/standup-ghost · 84 tokens

extract-api

This skill should be used when the user asks to "extract API from", "import API from", "add commands from this repo", "register API from docs", "convert docs to CLI commands", "import Postman collection", or provides a GitHub repository URL, a documentation site URL, a Postman collection file/URL, or a local API…

hesedcasa/sdkck · 86 tokens