Slim SKILL.md files by removing duplicated auth content#49
Merged
Conversation
Remove detailed auth setup steps, credential storage JSON format, and verbose troubleshooting from each SKILL.md since this content already exists in references/authentication.md. Replace with brief pointers. Keeps essential content (Quick Start, Memory, Commands, Output Format) that agents need on every invocation. Saves 260 lines (~12%) total.
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
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
Remove detailed auth setup steps, credential storage JSON, and verbose troubleshooting from each SKILL.md — this content already exists in
references/authentication.md. Replace removed sections with brief one-liner pointers to the reference files. Keep all essential content that agents need on every invocation (Quick Start, Memory, Commands, Output Format, "command not found" troubleshooting).Changes
Bot skills (larger reductions)
User-token skills (smaller reductions)
What stays
All five SKILL.md files retain Quick Start, Memory, Commands, Output Format, error code lists, and the "command not found" troubleshooting (platform-specific
bunxtrap).Impact
Bot skills had bigger reductions since they had verbose manual setup steps. User-token skills were already leaner because auto-extraction requires less setup documentation. No reference files were modified — they already contained complete coverage.
Summary by cubic
Slimmed all SKILL.md files by removing duplicated auth setup, credential JSON, and verbose troubleshooting, replacing them with one-line links to
references/authentication.md. Kept Quick Start, Memory, Commands, Output Format, and command-not-found troubleshooting intact.agent-discordbot,agent-slackbot): removed token setup, permissions/intent steps, multi-bot/CI notes; added brief links to the reference.agent-discord,agent-slack,agent-teams): removed credential JSON blocks and auth troubleshooting; added brief links to the reference.Written for commit 4b1095b. Summary will update on new commits.