dashboard
Starts a local dashboard server to visualize project status, task backlog, and retrospective decisions.
Install
mkdir -p .claude/skills/dashboard-pedrogrande && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/10577" && unzip -o skill.zip -d .claude/skills/dashboard-pedrogrande && rm skill.zipInstalls to .claude/skills/dashboard-pedrogrande
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Opens the TaskFlow Dashboard in your browser to view project progress, tasks, features, retros, and decisions.Key capabilities
- →Display project progress metrics
- →Visualize feature development status
- →Review historical architectural decisions
- →Manage task backlog
How it works
The skill starts a local web server that reads from the TaskFlow SQLite database to serve an interactive dashboard at a local address.
Inputs & outputs
When to use dashboard
- →Viewing project progress
- →Tracking feature development status
- →Checking task backlog
- →Reviewing past architectural decisions
About this skill
/dashboard
Opens the TaskFlow Dashboard in your browser to view project progress, tasks, features, retros, and decisions.
What it does
Starts a local web server that reads from the TaskFlow SQLite database and serves an interactive dashboard at http://127.0.0.1:8675.
The dashboard shows:
- Project overview — task counts (done, in-progress, pending, blocked)
- Features — pipeline progress bar per feature, test pass/fail counts
- All tasks — filterable table with step, agent, status, retry count, rejection notes
- Retros & Decisions — retrospective summaries, recommendations, decisions, and decision artefacts (patterns, gotchas, notes, constraints)
- Backlog — pending feature backlog items with priority
Auto-refreshes every 30 seconds.
Usage
/dashboard
How to run manually
uv run .taskflow/server/dashboard.py
Or with a custom DB path:
DB_PATH=/path/to/taskflow.db uv run .taskflow/server/dashboard.py
The server uses only the Python standard library — no extra dependencies required.
When not to use it
- →Modifying project data
- →Remote project management
Limitations
- →Local access only
- →Read-only dashboard
How it compares
It provides a real-time, auto-refreshing visual interface for project data that is otherwise stored in a database, requiring no external dependencies.
Compared to similar skills
dashboard side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| dashboard (this skill) | 0 | 2mo | Review | Beginner |
| add-vault-note | 1 | 5mo | No flags | Intermediate |
| sap-memory | 0 | 3mo | No flags | Advanced |
| fastapi-templates | 520 | 2mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
add-vault-note
tradingstrategy-ai
Add a note to specific vault
sap-memory
OOBE-PROTOCOL
|
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
fastapi-pro
sickn33
Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns. Use PROACTIVELY for FastAPI development, async optimization, or API architecture.
cocoindex
cocoindex-io
Comprehensive toolkit for developing with the CocoIndex library. Use when users need to create data transformation pipelines (flows), write custom functions, or operate flows via CLI or API. Covers building ETL workflows for AI data processing, including embedding documents into vector databases, building knowledge graphs, creating search indexes, or processing data streams with incremental updates.
senior-data-engineer
davila7
World-class data engineering skill for building scalable data pipelines, ETL/ELT systems, and data infrastructure. Expertise in Python, SQL, Spark, Airflow, dbt, Kafka, and modern data stack. Includes data modeling, pipeline orchestration, data quality, and DataOps. Use when designing data architectures, building data pipelines, optimizing data workflows, or implementing data governance.