brewpage-publish
brewpage
Publish content to brewpage.app — free instant hosting for HTML pages, JSON documents, and files. No sign-up required.
Workflow
Step 1: Parse Arguments
Extract from $ARGUMENTS:
--ttl N→ TTL in days (default:15)- Remaining text →
content_arg
Step 2: Detect Content Type
| Input | Type | API |
|---|---|---|
content_arg is a path AND file exists (test -f) |
FILE | POST /api/files (multipart) |
content_arg starts with { or [ |
JSON | POST /api/json |
| Anything else | HTML | POST /api/html (format=markdown) |
More from kochetkov-ma/claude-brewcode
text-optimizer
Optimizes text, prompts, and documentation for LLM token efficiency. Applies 41 research-backed rules across 6 categories: Claude behavior, token efficiency, structure, reference integrity, perception, and LLM comprehension. Use when optimizing prompts, reducing tokens, compressing verbose docs, or improving LLM instruction quality.
2.0Kmemory-optimize
Optimizes Claude Code memory files in 4 interactive steps: removes duplicates, migrates rules to CLAUDE.md/rules files, compresses remaining entries, validates with cleanup. Typical reduction: 30-50% on token count.
1.3Kbrewdoc:memory
Optimizes Claude Code memory in 4 interactive steps - removes duplicates, migrates to rules/CLAUDE.md, compresses, validates with cleanup
16brewcode:spec
Creates task specification through research and user interaction.
15brewdoc:my-claude
Generates documentation about Claude Code installations - internal overview of local setup, external docs on hooks/context/agents, or web research from forums/GitHub/marketplaces
15brewcode:skills
Skill management - list, improve, create skills with activation optimization.
15