Files
kochetkov-ma__claude-brewcode/brewtools/.claude-plugin/plugin.json
T
kochetkov-ma 47bdf6b0e9 v3.7.4: brewtools:think-short — new skill for toggle-able terse-output mode
Injects brevity directives into main conversation (SessionStart) and
sub-agent prompts (PreToolUse:Task). 3 profiles (light/medium/aggressive),
NL parsing (RU+EN), blacklist (debate/docs-writer/architect by default),
atomic state writes with O_NOFOLLOW. Disabled by default.

Files:
- brewtools/skills/think-short/ — new skill (SKILL.md, helpers, profiles, 10 e2e scenarios)
- brewtools/hooks/session-start.mjs, pre-task.mjs — think-short injection
- brewtools/.claude-plugin/plugin.json — config.think_short defaults
- web/docs/src/content/docs/brewtools/skills/think-short.mdx — MDX page
- web/docs/src/utils/navigation.ts — nav entry
- brewdoc/skills/guide/references/topic-skills-catalog.md — catalog sync (brewtools 8→11)
- README.md, brewtools/README.md, RELEASE-NOTES.md — updates
2026-04-20 18:32:13 +01:00

27 lines
698 B
JSON

{
"name": "brewtools",
"version": "3.7.4",
"description": "Brewtools - universal utilities for Claude Code: text optimization, humanization, secrets scanning",
"author": {
"name": "Maksim Kochetkov",
"email": "apmatypa88@gmail.com",
"url": "https://github.com/kochetkov-ma"
},
"homepage": "https://github.com/kochetkov-ma/claude-brewcode",
"repository": "https://github.com/kochetkov-ma/claude-brewcode.git",
"license": "MIT",
"keywords": [
"brewtools",
"text-optimization",
"secrets-scan",
"developer-tools"
],
"skills": "./skills/",
"config": {
"think_short": {
"default_enabled": false,
"default_profile": "medium"
}
}
}