Overview
- Skill Key
- clawdssen/project-tracker
- Author
- The Agent Ledger
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/clawdssen/project-tracker
- Latest Commit SHA
- 10d6e9f66b702fd44c1b18168cdce0d4147d0a57
Multi-project tracker with status dashboards, milestone tracking, stalled project detection, priority scoring, and automated weekly progress reports.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 project-tracker 技能。 若已安装,则直接安装 project-tracker 技能。
# Project Tracker Track every project in one place. Know what's moving, what's stalled, and what to kill. **by The Agent Ledger** — [theagentledger.com](https://theagentledger.com) ## Setup Create `projects/` directory and `projects/DASHBOARD.md`: ```markdown # Project Dashboard Last updated: [date] | Project | Status | Priority | Next Action | Due | |---------|--------|----------|-------------|-----| ## Active Projects <!-- Agent maintains this section --> ## On Hold <!-- Paused but not abandoned --> ## Completed <!-- Archive of finished work --> ``` ## How It Works ### Adding a Project When the user mentions a new project, create `projects/<project-name>.md`: ```markdown # Project: [Name] **Status:** 🟢 Active | 🟡 On Hold | 🔴 Blocked | ✅ Done **Priority:** P1 (critical) | P2 (important) | P3 (nice-to-have) **Started:** [date] **Target:** [deadline or "ongoing"] **One-liner:** [what this project is in one sentence] ## Milestones - [ ] Milestone 1 — [description] — [target date] - [ ] Milestone 2 — [description] — [target date] ## Progress Log ### [date] - What happened today ## Decisions | Date | Decision | Rationale | |------|----------|-----------| ## Blockers - [blocker] → [who/what can unblock it] ``` ### Dashboard Updates Update `projects/DASHBOARD.md` whenever: - A project status changes - A milestone is completed - A new project is added - During weekly reviews ### Stalled Project Detection A project is **stalled** if: - No progress log entry in 7+ days - Status is 🟢 Active but no recent milestone movement - Has unresolved blockers older than 3 days Flag stalled projects in daily briefings or heartbeat checks: > ⚠️ **Stalled:** [Project Name] — no updates in [N] days. Continue, pause, or kill? ### Weekly Review Format Generate every Sunday (or on request): ```markdown # Weekly Project Review — [date range] ## Summary - **Active:** [N] projects - **Completed this week:** [list] - **Stalled:** [list] - **New:** [list] ## Pe...
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".