toolkit-dashboard

toolkit-dashboard is a skill for Claude Code, Codex from StefanTheCode/dotnet-ai-toolkit. It costs 129 tokens per session (1,211 once invoked), scanned A, original, MIT.

A self-contained web dashboard for browsing a toolkit’s skills, specialist agents, documentation, and past run results. It reads the toolkit’s files and presents them in one overview page.

In plain words
What is it for?
Use it to create or refresh a toolkit catalogue, view available skills and agents, inspect their documentation, and review previous run results.
Why use it?
It makes a large collection of coding helpers easier to inspect and keeps a record of what those helpers have run and found.

Skill for Claude CodeCodex

Part of the dotnet-ai-toolkit plugin — 49 skills shipped together

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/stefanthecode/dotnet-ai-toolkit/toolkit-dashboard
Any agent
npx skills add StefanTheCode/dotnet-ai-toolkit --skill toolkit-dashboard
Clone the repo
git clone --depth 1 https://github.com/StefanTheCode/dotnet-ai-toolkit

Made for: Claude Code, Codex.

Or install dotnet-ai-toolkit, the plugin that ships this one along with the rest of its 49 skills.

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 toolkit-dashboard

README.md
[![agentmods](https://agentmods.dev/badge/skills/stefanthecode/dotnet-ai-toolkit/toolkit-dashboard.svg)](https://agentmods.dev/skills/stefanthecode/dotnet-ai-toolkit/toolkit-dashboard)
Your own site
<a href="https://agentmods.dev/skills/stefanthecode/dotnet-ai-toolkit/toolkit-dashboard"><img src="https://agentmods.dev/badge/skills/stefanthecode/dotnet-ai-toolkit/toolkit-dashboard.svg" alt="Measured on agentmods" height="20"></a>
Per session 129 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,211 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.00129 $0.01211
Opus 5 $0.00064 $0.00606
Sonnet 5 $0.00026 $0.00242
Haiku 4.5 $0.00013 $0.00121

Measured yesterday against content hash 9b9b20147ab8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

toolkit-dashboard 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.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/build_dashboard.py, scripts/build_prompt_pack.py, scripts/build_showcase.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/toolkit-dashboard/SKILL.md · 83 lines

How it starts

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

Toolkit Dashboard

Generate a single, self-contained dashboard/index.html that gives a clear visual overview of the whole toolkit: every skill and agent (name, category, version, description, docs), plus a history of skill/agent runs and their findings. It runs on localhost with one command and has zero runtime dependencies.

When this runs

  • First thing when someone opens the toolkit and wants to see what's inside.
  • Whenever a skill or agent is added, updated, or run — regenerate so the dashboard stays current.
  • When the user asks for an overview, a dashboard, run history, or "what do I have".

What it does

  1. Scans skills/*/SKILL.md — parses YAML frontmatter (name, description, optional category, version), and notes whether each skill has a USAGE.md and a references/ folder.
  2. Scans agents/*.md (excluding *.USAGE.md) — parses frontmatter (name, description, tools, optional category, version).
  3. Merges catalog-meta.json (optional, at the toolkit root) — fills in category/version/tags for any item that doesn't declare them in frontmatter.
  4. Loads runs/*.json — structured run records (see the schema below) and renders them as a searchable, filterable history with verdict badges and findings.
  5. Writes dashboard/index.html — one file, all data embedded, no external requests. Works over file:// or a local server.

How Claude runs it (no terminal for the user)

When this skill triggers, Claude builds and opens the dashboard for the user — they should never have to run Python themselves.

  1. Build it with the Bash tool. The generator auto-detects the toolkit root, so no arguments are needed:
    python3 "<toolkit>/skills/toolkit-dashboard/scripts/build_dashboard.py"
    
    (--root <toolkit> also works if you want to be explicit.)
  2. Open it for the user:
    • Cowork: present dashboard/index.html with the file-presentation tool so they open it in one click.
    • Claude Code / terminal: give them the path and offer to serve it — cd dashboard && python3 -m http.server 8080http://localhost:8080.
  3. (Optional) Also build the case-study showcase:
    python3 "<toolkit>/skills/toolkit-dashboard/scripts/build_showcase.py" --target "Project Atlas"
    
    showcase/index.html (a branded, screenshot-ready results page).

Read the full file on GitHub · 83 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 83 lines · 129 tokens per session scan A 9b9b20147ab8

Subscribe to this mod's changes

toolkit-dashboard is a skill published in the GitHub repository StefanTheCode/dotnet-ai-toolkit (19 stars, last pushed 26d ago), licensed MIT. It adds 129 tokens to every session and 1,211 once invoked, about $0.0006 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 skills, from other repositories

discover-israel-skills

Use when the user wants to browse, discover, or install third-party Claude Code agent skills focused on Israel (tax/accounting, government services, healthcare pharmacies, rail, cinema, post tracking, legal research, security compliance, communication, etc.) — skills authored by people other than Daniel, indexed here…

danielrosehill/Claude-Israel-Agent-Skills-Plugin · 247 tokens

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

imagegen

Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…

openai/codex · 113 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens