Our review
Displays statistics and progress of project tasks including completion percentage, status breakdown, and recorded context.
Strengths
- Quick overview of project status
- Clear visual table of task distribution
- Includes context like learnings and decisions
- Highlights active timers and blockers
Limitations
- Relies on tk_context MCP tool being available
- Only shows tasks, not detailed metrics like time estimates
- Does not provide historical trends
When you need a quick status update on project progress and task distribution.
When you need detailed per-task analysis or time tracking beyond active timers.
Security analysis
SafeThis skill only reads project state via a presumably safe MCP tool and displays statistics. No external commands, file modifications, or data exfiltration are involved.
No concerns found
Examples
Show me the project progress and statistics.What's the completion rate? Are there any blocked tasks?name: tk-stats description: Show project task statistics and progress. Use when user says /tk:stats or asks about progress, how many tasks, completion rate, or project status.
Show Task Statistics
Display progress statistics for the current project.
Instructions
- Use the
tk_contextMCP tool to get full project state - Calculate and display:
- Total tasks by status (ready, in_progress, blocked, done)
- Completion percentage
- Number of learnings and decisions recorded
- Any tasks with active timers
Output Format
## Project Progress
**Completion:** X/Y tasks done (Z%)
| Status | Count |
|-------------|-------|
| Done | X |
| In Progress | X |
| Ready | X |
| Blocked | X |
**Context:**
- X learnings recorded
- X decisions documented
- X tasks have notes
**Active Timers:** (if any)
- [task-id]: running for Xh Xm
Notes
- If completion is high (>80%), congratulate progress
- If many tasks are blocked, highlight the blockers
- Show time spent if tasks have duration tracked
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.