From 26e910918e901be571995393d3d037bbaa24516c Mon Sep 17 00:00:00 2001 From: BigSimmo <87357024+BigSimmo@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:45:27 +0800 Subject: [PATCH] docs: apply matching repo skills automatically --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index c834b0539..0e1ca29ca 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -321,7 +321,7 @@ After completing `upload`, summarize the current branch and worktree state, whet ## Repository productivity skills -Use the repo-local skills under `.agents/skills/` when their descriptions match. They are thin orchestration layers over `scripts/productivity-workflow.mjs`; do not copy their procedures into this file. +Automatically apply repo-local skills under `.agents/skills/` when their descriptions match the user's request. They are thin orchestration layers over `scripts/productivity-workflow.mjs`; do not copy their procedures into this file. - `database-flightplan`: plan risk-scoped verification before non-trivial changes. - `verify-triage-fix`: diagnose and repair local verification failures with the smallest reproducer.