rebuild-context

Analyze project directories and update CONTEXT.md with current state.

1|Updated Sep 17, 2025
One-click install
npx skills add https://github.com/mpazaryna/agentic-factory --skill rebuild-context
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: rebuild-context
Source: https://github.com/mpazaryna/agentic-factory/tree/main/dev/codebase-analysis/skills/rebuild-context
Command: npx skills add https://github.com/mpazaryna/agentic-factory --skill rebuild-context

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of updating a project's CONTEXT.md file, ensuring it accurately reflects the current state of the codebase and development environment.

Core Features & Use Cases

  • Dynamic Context Updates: Analyzes project directories to capture active work, references, issues, testing focus, and environment status.
  • Streamlined Documentation: Keeps project documentation in sync with development progress without manual effort.
  • Use Case: After a day of coding, run this Skill to refresh your CONTEXT.md with the files you modified, the tests you ran, and any new issues encountered, providing a clear snapshot for yourself or collaborators.

Quick Start

Run the rebuild-context skill to update the CONTEXT.md file for the current project directory.

Frequently Asked Questions about rebuild-context

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

FAQPage Schema
How do I automatically update project context documentation for my codebase?▼

You can automatically update project context by running this Skill against your target directory; it analyzes the codebase to populate CONTEXT.md with active work areas, quick references, known issues, testing focus, and environment status.

What is the best way to keep my project documentation in sync with development progress?▼

The best way to keep documentation in sync is automating context updates; this Skill analyzes your directories to capture modified files, tests ran, and new issues, providing a clear snapshot without manual effort.

How does automated context generation work for a codebase?▼

Automated context generation works by analyzing the target project directory to extract current development state, which is then compiled into a comprehensive CONTEXT.md document covering active work and environment status.

Can I use this context update tool with any project directory?▼

Yes, you can use this context update tool with any project directory; it requires no external dependencies and analyzes the current path to generate the CONTEXT.md file for your specific environment.

When do I need to rebuild my project context file?▼

You need to rebuild your project context file after a day of coding to refresh CONTEXT.md with modified files, tests executed, and new issues encountered, ensuring an accurate snapshot for collaborators.