.agents/skills/progress-auto-sync/SKILL.md
Synchronizes task completion status across the project's tracking documents (PRD.md, GAP_ANALYSIS.md, EXECUTION_PLAN.md). Use this skill at the end of every significant code implementation or milestone to ensure documentation reflects reality.
npx skillsauth add theeabrarrr/LPG-Connect progress-auto-syncInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill ensures that project management artifacts and execution plans remain the source of truth for the AI agent and the developer.
EXECUTION_PLAN.md:
EXECUTION_PLAN.md.[ ] as completed [x].GAP_ANALYSIS.md:
PRD.md (If Applicable):
Current Status or documentation summary.tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
testing
Enforces atomic transactions for operations spanning multiple database tables (e.g., Orders, Ledgers, Inventory) to prevent partial updates. Use this skill when implementing financial logic, order processing, or any multi-table mutations.
development
Performs a triple-point audit to synchronize codebase, database schema, and project documentation states. Use this skill to align the PRD, Gap Analysis, and Execution Plan with the actual system reality.
data-ai
Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.