smaqit.project-recap

Generate a live project dashboard from codebase state and write it to .smaqit/project-recap.md.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ruifrvaz/local-image-generator --skill smaqit-project-recap
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: smaqit.project-recap
Source: https://github.com/ruifrvaz/local-image-generator/tree/main/.github/skills/smaqit.project-recap
Command: npx skills add https://github.com/ruifrvaz/local-image-generator --skill smaqit-project-recap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires uv, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automatically generates a live project dashboard that captures the current state of a codebase, saving time and effort in manually compiling project information.

Core Features & Use Cases

  • Automated Dashboard Generation: Automatically creates a project dashboard from the current codebase state.
  • Codebase State Capture: Captures source files, manifests, and frontmatter for a comprehensive overview.
  • Use Case: Use this Skill to quickly assess the current state and direction of a project, including active codebase areas, mature capabilities, and recent focus.

Quick Start

Run the command project.recap to generate the project dashboard.

Frequently Asked Questions about smaqit.project-recap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a project dashboard from my codebase?▼

To generate a project dashboard from your codebase, run the `project.recap` command to scan source files, manifests, and git history, producing a comprehensive overview markdown file.

What is automated codebase analysis for project state tracking?▼

Automated codebase analysis for project state tracking scans manifests, component frontmatter, and git history to capture active areas, mature capabilities, and recent focus without manual compilation.

Do I need uv installed to scan project manifests and git history?▼

You need uv installed for script-based scanning of project manifests and git history, but the tool provides a fallback to sequential frontmatter reading if uv is unavailable.

Can I capture codebase state without manually reviewing source files?▼

Yes, you can capture codebase state without manual review by running `project.recap`, which automatically scans manifests, frontmatter, and git history to write a dashboard markdown file.

What is the best way to assess current project direction from git history?▼

The best way to assess project direction from git history is using `project.recap`, which scans commits alongside manifests and frontmatter to generate a dashboard showing active areas and recent focus.

Are there limitations when generating a project dashboard without uv?▼

Without uv, project dashboard generation falls back to sequential frontmatter reading, limiting the script-based scanning of manifests and git history that provides a comprehensive codebase overview.