Skip to content

docs: point agents at llms.txt for unlisted troubleshooting#48

Open
mathieubellon wants to merge 1 commit into
mainfrom
docs/troubleshooting-docs-fallback
Open

docs: point agents at llms.txt for unlisted troubleshooting#48
mathieubellon wants to merge 1 commit into
mainfrom
docs/troubleshooting-docs-fallback

Conversation

@mathieubellon
Copy link
Copy Markdown
Collaborator

Summary

Each skill's ## Troubleshooting section listed a fixed set of known errors and then stopped — leaving the agent to improvise on anything not listed. The https://docs.gitguardian.com/llms.txt docs index was only mentioned passively in gitguardian-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:

Any other or unlisted error — before improvising a fix, consult GitGuardian's AI-agent docs index at https://docs.gitguardian.com/llms.txt to locate the relevant page, then append .md to that page's URL to read it as Markdown. Search there first rather than guessing.

The check-hmsl variant 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-honeytokens SKILL.md (one tailored line each; SKILL.md files are not duplicated).

Test plan

  • claude plugin validate . and npm run test:sanity still pass
  • Confirm the llms.txt URL resolves

🤖 Generated with Claude Code

…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant