AndriiLavrekha/awesome-progress-tracker
Plugin Claude Code
Plugin marketplace listing 1 plugin: project-progress.
AndriiLavrekha/awesome-progress-tracker
Plugin Claude Code
Plugin marketplace listing 1 plugin: project-progress.
AndriiLavrekha/awesome-progress-tracker
Plugin Claude Code
Project-local Markdown progress tracking for resumable, multi-step agent work. Bundles the project-progress skill, an MCP server for a cross-project index, and lifecycle hooks that inject resume context on session start and guard sensitive progress on commit.
AndriiLavrekha/awesome-progress-tracker
MCP server Claude CodeCodexCursor
MCP server "project-progress" as configured in AndriiLavrekha/awesome-progress-tracker. Runs ${CLAUDE_PLUGIN_ROOT}/dist/src/mcp/server.js with node.
AndriiLavrekha/awesome-progress-tracker
Instructions file CodexOpenCode
AGENTS.md instructions for AndriiLavrekha/awesome-progress-tracker, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.
AndriiLavrekha/awesome-progress-tracker
Command
Initialize Awesome Progress Tracker (project-progress/) in the current project.
AndriiLavrekha/awesome-progress-tracker
Hook
Runs when a session starts, executing cc-adapter.js via node. From AndriiLavrekha/awesome-progress-tracker.
AndriiLavrekha/awesome-progress-tracker
Hook
Runs when you submit a prompt, before the agent sees it, executing cc-adapter.js via node. From AndriiLavrekha/awesome-progress-tracker.
AndriiLavrekha/awesome-progress-tracker
Hook
Runs before the agent uses a tool for Bash, Edit and Write tool calls, executing cc-adapter.js via node (2 commands). From AndriiLavrekha/awesome-progress-tracker.
AndriiLavrekha/awesome-progress-tracker
Hook
Runs when the agent finishes a response, executing cc-adapter.js via node. From AndriiLavrekha/awesome-progress-tracker.
AndriiLavrekha/awesome-progress-tracker
Skill Claude CodeCodex
Maintain project-local Markdown progress state in project-progress/ for multi-step work, resumability, lifecycle checkpoints, and token-conscious agent handoff.