Sangeetha-Grantha

Metadata Value
Status Active
Version 1.1.0
Last Updated 2026-09-10
Author Sangeetha Grantha Team
Document Type Evidence record

Agent Skills, Workflows & Hooks Modernization


[!NOTE] Historical evidence: results, counts, commands, and observations below belong to the original work described here. The editorial update date is not a new test or corpus verification. For present behavior, use current feature map.

Purpose

Modernize all .agents/ workflows and skills to reflect the current Makefile + Docker Compose + Python toolchain. Add protective hooks, create diagnostic skills, and clean up redundant files.

Implementation Details

Workflows Updated

| File | Change | |——|——–| | debug-start-application.md | cargo runmake dev, added health check | | start-application.md | ./start-sangita.sh / cargo runmake dev / make db | | verify-db-status.md | cargo run ... db migratemake migrate, _sqlx_migrationsschema_migrations | | e2e-test-runner.md | Updated prerequisites, troubleshooting to use make commands | | bulk-import-testing.md | Updated reset, added extraction test category, removed H2 references | | retrospective-commit-and-push.md | Generalized changeset heuristics, updated commit format with TRACK-ID |

Skills Updated

| File | Change | |——|——–| | commit-policy/SKILL.md | v1.0.0 → v1.1.0: TRACK-ID format, merged commit-guardrails | | ingestion-pipeline-guardian/SKILL.md | Fixed Docker paths and CLI references |

New Skills

| File | Purpose | |——|———| | data-quality-audit/SKILL.md | 7 diagnostic SQL queries for data integrity | | extraction-debugger/SKILL.md | Extraction pipeline diagnostics and troubleshooting |

Hooks Added

| Hook | Event | Purpose | |——|——-|———| | Protected file guard | PreToolUse (Write/Edit) | Block edits to config/*.env files | | Migration naming | PreToolUse (Write/Edit) | Enforce NN__description.sql pattern |

Cursor mirrors (2026-08-24)

Canonical skill bodies stay in .claude/skills/. .cursor/skills/ and .cursor/commands/ are git-tracked symlinks to those files (plus commit-policy.agents/skills/commit-policy). New Claude skills: sangita-restart-on-kotlin-change (make dev-down / make dev); verify-import gained YAML frontmatter so Cursor can load it as a skill.

Removed

| File | Reason | |——|——–| | workflows/commit-guardrails.md | Merged into commit-policy skill | | rules/commit.md | Empty/unused |

Ref: application_documentation/10-implementations/track-083-agent-skills-workflows-update.md


Section index · Documentation home · Feature status