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.
npx agentmods add instructions/ghuyphan/docuflow-studio/agents-mdgit clone --depth 1 https://github.com/ghuyphan/docuflow-studioWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.01494 | $0.01494 |
| Opus 5 | $0.00747 | $0.00747 |
| Sonnet 5 | $0.00299 | $0.00299 |
| Haiku 4.5 | $0.00149 | $0.00149 |
Grade A, and why
docuflow-studio AGENTS.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 3d 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.
How it starts
The opening of the file, as written. The whole thing โ 116 lines โ stays where its author put it; the contents beside it link to each section on GitHub.
๐ค AGENTS.md - Developer & AI Agent Guide for DocuFlow Studio
Welcome AI Agents & Developer Assistants! This document provides architectural context, project structure sitemaps, development commands, design system conventions, and guidelines for working on DocuFlow Studio.
๐ฏ Repository Overview
DocuFlow Studio is an open-source, full-stack IT Asset Management & Automated Handover Document system.
- Backend: FastAPI (Python 3.10+), SQLAlchemy (SQLite), Pydantic v2, python-docx, openpyxl, PyJWT.
- Frontend: React 18 (TypeScript), Vite, Tailwind-compatible Glassmorphism UI (
index.css), Lucide React icons, html5-qrcode. - Desktop Application: Tkinter GUI (
app.py), System Tray App (tray_app.pyvia Pystray & Uvicorn background server). - Deployment: Docker & Docker Compose (
Dockerfile,docker-compose.yml).
๐ Repository Sitemap & Key Files
docuflow-studio/
โโโ app.py # Desktop GUI application (Tkinter launcher)
โโโ tray_app.py # System Tray app with background FastAPI server
โโโ requirements.txt # Python dependencies
โโโ Dockerfile & docker-compose # Container deployment definitions
โโโ .env & .env.example # Environment variables & branding configs
โโโ README.md # User documentation
โโโ CUSTOMIZATION.md # Styling, template & label customization guide
โโโ LICENSE # MIT License
โโโ backend/
โ โโโ main.py # FastAPI application entrypoint & middleware
โ โโโ database.py # SQLAlchemy engine & session maker
โ โโโ models.py # ORM Database Models (User, Device, DocumentHistory, AuditLog)
โ โโโ schemas.py # Pydantic request/response validation schemas
โ โโโ crud.py # Core database operations, search filters, Excel imports
โ โโโ doc_generator.py # Word (.docx) handover document builder engine
โ โโโ auth.py # Password hashing & JWT token generation
โ โโโ routers/ # REST API Endpoint Routers
โ โ โโโ auth.py # /api/auth (Login, Seed, Reset Password)
โ โ โโโ devices.py # /api/devices (CRUD, Search, Bulk Actions, QR lookup)
โ โ โโโ documents.py # /api/documents (Generate, Download, Handover, Recovery)
โ โ โโโ audit_logs.py # /api/audit-logs (Activity Logging)
โ โ โโโ templates.py # /api/templates (Manage Word templates)
โ โโโ services/ # Background & parsing services
โ โโโ parser.py # Multi-sheet Excel inventory parser & column detection
โ โโโ scheduler.py # Background task scheduler & backup routines
โ โโโ network.py # CIFS/SMB network share backup integration
โโโ frontend/
โ โโโ package.json # Node.js dependencies & Vite scripts
โ โโโ vite.config.ts # Vite build config & dev proxy setup
โ โโโ src/
โ โ โโโ main.tsx # React application root
โ โ โโโ App.tsx # Main routing, layout, and view switcher
โ โ โโโ index.css # Global design system, glassmorphism tokens, CSS variables
โ โ โโโ components/ # Reusable UI components
โ โ โ โโโ PrintLabelModal.tsx # QR code thermal label printer modal
โ โ โ โโโ QrScannerModal.tsx # Live camera & manual QR scanner modal
โ โ โ โโโ ScanActionHub.tsx # Bulk scanning & inventory audit hub
โ โ โ โโโ DeviceSelectModal.tsx # Multi-device selector for document generation
โ โ โ โโโ CustomDropdown.tsx # Accessible dropdown component
โ โ โ โโโ Pagination.tsx # Data table pagination controls
โ โ โ โโโ StatusBadge.tsx # Equipment status badges
โ โ โโโ views/ # Main Application Pages
โ โ โโโ DashboardView.tsx # Metrics, status counts & quick actions
โ โ โโโ DevicesView.tsx # Device inventory table & management
โ โ โโโ DocumentFlowView.tsx # Handover / Recovery document wizard
โ โ โโโ HistoryView.tsx # Handover history & file download log
โ โ โโโ AuditLogsView.tsx # System audit trail
โ โ โโโ UserManagementView.tsx# User accounts & RBAC management
โ โ โโโ TemplatesView.tsx # Word template manager
โ โ โโโ LoginView.tsx # Modern glassmorphism authentication page
โโโ templates/ # Word document templates (.docx)
โโโ template_bbbg.docx # Standard handover form template
โโโ template_recovery.docx # Equipment recovery form template
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.
- 3d ago First seen ยท 116 lines ยท 1,494 tokens per session scan A 5c8dad9553db
docuflow-studio AGENTS.md is an instructions file published in the GitHub repository ghuyphan/docuflow-studio (6 stars, last pushed 1mo ago), licensed MIT. It adds 1,494 tokens to every session, about $0.0075 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.
Other instructions, from other repositories
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart โ add a new integration in 5 steps, integration architecture and integrationmanifest โ file tracking.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
next.js AGENTS.md
Instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.