AI SummaryCheck the actual state of all components and report status. 1. Read for project context (if it exists) 2. Check the directory structure
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "Project Progress" skill in my project. Please run this command in my terminal: # Install skill into your project (27 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/progress.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/add-feature.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/add-feature.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/add-project-setup.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/add-project-setup.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/architecture.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/architecture.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/commit.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/commit.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/convert-project-to-starter-kit.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/convert-project-to-starter-kit.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/create-api.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/create-api.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/create-e2e.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/create-e2e.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/diagram.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/diagram.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/help.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/help.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/install-global.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/install-global.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/mdd.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/mdd.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/new-project.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/new-project.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/optimize-docker.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/optimize-docker.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/projects-created.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/projects-created.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/quickstart.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/quickstart.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/refactor.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/refactor.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/remove-project.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/remove-project.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/review.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/review.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/security-check.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/security-check.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/set-project-profile-default.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/set-project-profile-default.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/setup.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/setup.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/show-user-guide.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/show-user-guide.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/test-plan.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/test-plan.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/update-project.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/update-project.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/what-is-my-ai-doing.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/what-is-my-ai-doing.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/worktree.md "https://raw.githubusercontent.com/TheDecipherist/claude-code-mastery-project-starter-kit/main/.claude/commands/worktree.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Show project progress — what's done, what's pending, what's next
Project Progress
Check the actual state of all components and report status.
Instructions
• Read project-docs/ARCHITECTURE.md for project context (if it exists) • Check the src/ directory structure • Check the tests/ directory for test coverage • Check recent git activity
Shell Commands to Run
`bash echo "=== Source Files ===" find src/ -name ".ts" -o -name ".tsx" | head -30 2>/dev/null || echo "No src/ directory" echo "" echo "=== Test Files ===" find tests/ -name ".test." -o -name ".spec." | head -30 2>/dev/null || echo "No test files" echo "" echo "=== Recent Activity (Last 7 Days) ===" git log --oneline --since="7 days ago" 2>/dev/null | head -15 || echo "No recent commits" echo "" echo "=== File Count by Type ===" find src/ -name "*.ts" 2>/dev/null | wc -l | xargs -I{} echo "TypeScript: {} files" find src/ -name "*.js" 2>/dev/null | wc -l | xargs -I{} echo "JavaScript: {} files" find tests/ -name ".test." 2>/dev/null | wc -l | xargs -I{} echo "Tests: {} files" `
Output Format
| Area | Files | Status | Notes | |------|-------|--------|-------| | Source code | N files | ... | ... | | Tests | N files | ... | ... | | Documentation | ... | ... | ... |
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster