
kochetkov-ma/claude-brewcode
3 skills3.8k installs81 starsGitHub
Install
npx skills add https://github.com/kochetkov-ma/claude-brewcodeSkills in this repo
1Text OptimizerText Optimizer is a journey-wide agent skill from Claude Brewcode that tightens prompts, CLAUDE.md files, agent instructions, and documentation for LLM token efficiency. Solo builders feel context-window pressure and rising API costs long before they hire an editor; this skill codifies forty-one research-backed rules grouped into six categories so your agent can propose concrete trims instead of vague “make it shorter” advice. Expect roughly thirty to fifty percent savings on prose and twenty to thirty percent on technical specifications when you apply the full rule set with judgment. Use it when you draft a new skill, refactor a bloated project instructions file, or polish user-facing docs that also feed the agent. It does not replace clear requirements—over-compression can drop guardrails—so treat output as a diff-ready revision pass. Install through the brewcode skills package and invoke when instruction debt slows every session.2kinstalls2Memory Optimizememory-optimize is a claude-brewcode agent skill that treats Claude Code memory files as a budgeted context asset. It walks you through four interactive steps: strip duplicate instructions, migrate rules that belong in dedicated config files, compress what must stay in memory, and validate the result. The skill claims typical savings of thirty to fifty percent on memory token count, which matters for solo builders who run long agent sessions on fixed API spend. Use it when sessions feel slow to start, when memory repeats project facts in three places, or after copying templates that accreted cruft. It spans operate-time upkeep and build-time agent-tooling setup when you first configure a repo. It does not replace security review of what you store in memory—secrets still belong out of prompts. Intermediate difficulty: you should know which Claude Code memory and config files your stack uses.1.3kinstalls3Brewpage Publishbrewpage-publish is an agent skill in the claude-brewcode package that uploads content to brewpage.app and hands back a public link. Solo and indie builders use it when they need something viewable on the internet in minutes— a one-off markdown note, structured JSON, a file from the repo, or a small multi-page site—without provisioning DNS, CI, or a static host. Install the skill with npx skills add kochetkov-ma/claude-brewcode, then run /brewpage-publish with the payload or paths you want published. It complements local build and validate work by closing the last mile: turning draft artifacts into a URL you can paste into chat, email, landing experiments, or launch checklists. It is a lightweight integration skill, not a site generator or CMS; you still author content in your repo or chat. Best when speed and zero account friction matter more than custom domains, analytics, or long-lived production infrastructure.563installs