qdash CLAUDE.md

qdash CLAUDE.md is an instructions file for coding agents from oqtopus-team/qdash. It costs 894 tokens per session, scanned A, original, Apache-2.0.

A project-specific instruction guide for QDash, a web platform that manages and monitors quantum-computer calibration workflows.

In plain words
What is it for?
Use it when working on QDash's user interface, API, workflow engine, documentation, or tests.
Why use it?
It gives coding agents the project structure, technologies, and reference documents they need to make changes consistently.

Instructions file

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 instructions/oqtopus-team/qdash/claude-md
Clone the repo
git clone --depth 1 https://github.com/oqtopus-team/qdash

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 qdash CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/oqtopus-team/qdash/claude-md.svg)](https://agentmods.dev/instructions/oqtopus-team/qdash/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/oqtopus-team/qdash/claude-md"><img src="https://agentmods.dev/badge/instructions/oqtopus-team/qdash/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 894 This file is loaded in full into every session.
When invoked 894 The same file — it is already loaded in full.
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.1 $0.00894 $0.00894
Opus 5 $0.00447 $0.00447
Sonnet 5 $0.00179 $0.00179
Haiku 4.5 $0.00089 $0.00089

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

Security

Grade A, and why

qdash CLAUDE.md 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.

CLAUDE.md · 87 lines

How it starts

The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.

QDash Project Reference Guide

Quick Reference

Project Overview

QDash is a web platform for managing and monitoring qubit calibration workflows. It provides an interface to manage calibration processes, track observational data, and configure calibration parameters.

Architecture

See docs/getting-started/architecture.md for detailed architecture documentation.

Component Location Technology
Frontend (UI) /ui/ Next.js 14, TypeScript, DaisyUI, TanStack Query
Backend (API) /src/qdash/api/ FastAPI, Python 3.11-3.12, MongoDB, PostgreSQL
Workflow Engine /src/qdash/workflow/ Prefect 3, qubex

Directory Structure

qdash/
├── ui/                      # Frontend (see docs/development/ui/)
├── src/qdash/
│   ├── api/                 # Backend API (see docs/development/api/)
│   └── workflow/            # Workflow engine (see docs/development/workflow/)
├── docs/                    # Documentation
├── tests/                   # Test files
└── config/                  # Configuration files

Development Quick Start

# Frontend (in /ui/)
bun install && bun run dev

# Backend (from project root)
uvicorn src.qdash.api.main:app --reload

# Generate API client
task generate

For detailed setup instructions, see docs/development/setup.md.

Key Documentation

Topic Location
UI Guidelines docs/development/ui/guidelines.md
UI Architecture docs/development/ui/architecture.md
API Design docs/development/api/design.md
Development Flow docs/development/development-flow.md
Database Structure docs/reference/database-structure.md
Database Indexes docs/reference/database-indexes.md
Notes Architecture docs/architecture/notes.md
Dashboard Guide docs/user-guide/dashboard.md
Cryo Guide docs/user-guide/cryo.md
Docs Guidelines docs/development/docs-guidelines.md

Read the full file on GitHub · 87 lines

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 · 87 lines · 894 tokens per session scan A 508262dab616

Subscribe to this mod's changes

qdash CLAUDE.md is an instructions file published in the GitHub repository oqtopus-team/qdash (51 stars, last pushed today), licensed Apache-2.0. It adds 894 tokens to every session, about $0.0045 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-03.

Related

Other instructions, from other repositories