docs: point agents at llms.txt for unlisted troubleshooting#48
Open
mathieubellon wants to merge 1 commit into
Open
docs: point agents at llms.txt for unlisted troubleshooting#48mathieubellon wants to merge 1 commit into
mathieubellon wants to merge 1 commit into
Conversation
…ubleshooting section Each skill's Troubleshooting section listed a fixed set of known errors and then stopped, leaving the agent to improvise on anything unlisted. The llms.txt docs index was only mentioned passively in gitguardian-platform.md. Add an explicit "any other or unlisted error -> consult https://docs.gitguardian.com/llms.txt, append .md to read the page, search before guessing" line to all four skills. The check-hmsl variant reiterates that reading docs does not relax the user-run-only rule. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Each skill's
## Troubleshootingsection listed a fixed set of known errors and then stopped — leaving the agent to improvise on anything not listed. Thehttps://docs.gitguardian.com/llms.txtdocs index was only mentioned passively ingitguardian-platform.md("load it when you need a map"), never surfaced as a troubleshooting fallback.This adds a closing line to all four skills' Troubleshooting sections:
The
check-hmslvariant adds a reminder that reading docs does not relax its user-run-only rule (the agent still must not run HMSL commands or read credential files).Touches:
scan-secrets,check-hmsl,scan-machine,create-honeytokensSKILL.md (one tailored line each; SKILL.md files are not duplicated).Test plan
claude plugin validate .andnpm run test:sanitystill pass🤖 Generated with Claude Code