obsidian-project-status-dashboard

Sub-skill of obsidian: Project Status Dashboard.

5 stars

Best use case

obsidian-project-status-dashboard is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Sub-skill of obsidian: Project Status Dashboard.

Teams using obsidian-project-status-dashboard should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/project-status-dashboard/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/business/productivity/obsidian/project-status-dashboard/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/project-status-dashboard/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How obsidian-project-status-dashboard Compares

Feature / Agentobsidian-project-status-dashboardStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Sub-skill of obsidian: Project Status Dashboard.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Project Status Dashboard

## Project Status Dashboard


```dataview
TABLE WITHOUT ID
  file.link as "Project",
  status as "Status",
  priority as "Priority",
  due-date as "Due Date",
  (date(due-date) - date(today)).days as "Days Left"
FROM #project
WHERE status != "completed"
SORT priority ASC, due-date ASC
```

Related Skills

well-production-dashboard

5
from vamseeachanta/workspace-hub

Create interactive well production dashboards with real-time monitoring, verification integration, economic metrics, and multi-format exports. Use for well performance analysis, field aggregation, production forecasting, and API-driven dashboards.

python-project-template

5
from vamseeachanta/workspace-hub

Generate standardized Python project structure with pyproject.toml, UV environment, pytest configuration, and workspace-hub compliance. Creates production-ready project scaffolding.

github-project-board

5
from vamseeachanta/workspace-hub

Synchronize AI swarms with GitHub Projects for visual task management and progress tracking. Use for project board automation, task synchronization, sprint management, and team coordination with GitHub Projects.

interactive-dashboard-builder

5
from vamseeachanta/workspace-hub

Create self-contained HTML/JavaScript dashboards with Chart.js, filters, and professional styling

web-artifacts-builder-1-interactive-dashboard

5
from vamseeachanta/workspace-hub

Sub-skill of web-artifacts-builder: 1. Interactive Dashboard (+1).

git-sync-manager-3-repository-status-check

5
from vamseeachanta/workspace-hub

Sub-skill of git-sync-manager: 3. Repository Status Check (+1).

raycast-alfred-project-switcher-integration

5
from vamseeachanta/workspace-hub

Sub-skill of raycast-alfred: Project Switcher Integration.

orcaflex-modeling-project-setup

5
from vamseeachanta/workspace-hub

Sub-skill of orcaflex-modeling: Project Setup (+2).

marine-offshore-engineering-typical-project-phases

5
from vamseeachanta/workspace-hub

Sub-skill of marine-offshore-engineering: Typical Project Phases:.

python-project-template-with-repo-readiness

5
from vamseeachanta/workspace-hub

Sub-skill of python-project-template: With repo-readiness (+1).

python-project-template-project-structure-generated

5
from vamseeachanta/workspace-hub

Sub-skill of python-project-template: Project Structure Generated.

python-project-template-project-overview

5
from vamseeachanta/workspace-hub

Sub-skill of python-project-template: Project Overview.