You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create skills registry in AGENTS.md with validation hook (#1532)
* Initial plan
* Create skills registry in AGENTS.md and add prek hook to validate it
- Update AGENTS.md with a complete skills registry table listing all
skills and their descriptions
- Create hooks/check-skills-documented script that verifies all skill
directory names in .agents/skills/ are mentioned in AGENTS.md
- Add check-skills-documented as a local prek hook in
.pre-commit-config.yaml at priority 0
Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
Agent-Logs-Url: https://github.com/usethis-python/usethis-python/sessions/8968f481-6345-4852-af05-448495a66340
* Apply prettier formatting to AGENTS.md table
Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
Agent-Logs-Url: https://github.com/usethis-python/usethis-python/sessions/8968f481-6345-4852-af05-448495a66340
* Rewrite check-skills-documented hook in Python per bespoke hook skill
- Replace bash script with Python script (hooks/check-skills-documented.py)
- Follow usethis-prek-hook-bespoke-create skill conventions: pure Python,
errors to stderr, success to stdout, raise SystemExit
- Update .pre-commit-config.yaml entry to use uv run --frozen --offline
- Add two newly-created skills to the registry: usethis-prek-hook-bespoke-create
and usethis-python-functions
Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
Agent-Logs-Url: https://github.com/usethis-python/usethis-python/sessions/0911b302-1e44-4ea9-8b34-d57ad7e0e2f9
* Disable INP001 and D ruff rules for hooks/, add usethis-python-test-affected-find to registry, merge main
Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
Agent-Logs-Url: https://github.com/usethis-python/usethis-python/sessions/bc26d8b8-cf79-44f7-a8e3-a1f6770b64c4
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
Co-authored-by: Nathan McDougall <nathan.j.mcdougall@gmail.com>
0 commit comments