feat: add Caveman Mode agent and instructions for low-token responses#1498
Open
Philess wants to merge 1 commit intogithub:stagedfrom
Open
feat: add Caveman Mode agent and instructions for low-token responses#1498Philess wants to merge 1 commit intogithub:stagedfrom
Philess wants to merge 1 commit intogithub:stagedfrom
Conversation
Contributor
🔍 Skill Validator Results⛔ Findings need attention
Summary
Full validator output```text Found 1 agent(s) ❌ [agent:Caveman Mode] Agent name 'Caveman Mode' does not match filename 'caveman-mode.agent.md' (expected 'Caveman Mode.agent.md'). ❌ [agent:Caveman Mode] Agent name 'Caveman Mode' contains invalid characters — must be lowercase alphanumeric and hyphens only. Validated 1 agent(s){Ansi.Red}Agent spec conformance failures — fix the errors above.{Ansi.Reset} |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a “Caveman Mode” agent and companion custom instructions to encourage terse, low-token responses, and documents them in the repository indexes.
Changes:
- Added
caveman-mode.instructions.mdto provide low-token response directives via reusable instructions. - Added
caveman-mode.agent.mdto offer the same behavior as a selectable custom agent. - Updated the instructions and agents README indexes to include install links for the new files.
Show a summary per file
| File | Description |
|---|---|
| instructions/caveman-mode.instructions.md | New instruction file defining terse/low-token response rules (with required front matter). |
| agents/caveman-mode.agent.md | New agent file defining “Caveman Mode” behavior (with required front matter). |
| docs/README.instructions.md | Adds the new instruction entry + install links to the instructions catalog. |
| docs/README.agents.md | Adds the new agent entry + install links to the agents catalog. |
Copilot's findings
- Files reviewed: 4/4 changed files
- Comments generated: 0
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.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.stagedbranch for this pull request.Description
Added a custom agent and a custom instructions files to activate "Caveman" mode which highly reduce token consumption by simplifying to the max the response structure and sentences. (50 to 70%)
Usable as custom agent or with any other type of agent, plan mode and ask mode with the instructions file version
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.