@almedia-tm/almedia-code
v0.4.2
Published
Opinionated, token-optimized Claude Code bootstrap with curated agents, slash commands, skills, output styles, and optional memory/compression layers.
Maintainers
Readme
almedia-code
Token-optimized Claude Code bootstrap: 17 agents, 23 commands (incl.
/plan-executeReview → Fix → Docs flow with--teammode), 13 skills (incl. Freecash design system), 5 output styles, 2 hooks. Reviewers enforce surgical-edits + readability principles.
Built for technical and non-technical users who want a working Claude Code setup without the bloat.
Quickstart
npx @almedia-tm/almedia-code initThat's it. The installer:
- Installs Claude Code if you don't have it
- Registers this repo as a plugin marketplace
- Installs the plugin
- Walks you through a 30-second setup (style picker, optional add-ons, tour)
Requirements
- Node 18+ (only requirement). We auto-install Claude Code for you.
- macOS, Linux, or Windows — fully OS-agnostic, no bash required.
What you get
| Type | Count | Purpose |
|---|---|---|
| Agents | 17 | Specialized assistants you invoke for review, debug, plan, build-fix, etc. |
| Slash commands | 23 | One-keystroke workflows (/plan, /plan-execute, /tdd, /code-review, …) |
| Skills | 11 | Auto-routing wrappers — Claude picks the right tool based on what you ask (incl. freecash-design) |
| Output styles | 5 | Choose how Claude talks to you: rigor, caveman, teacher, executive, default |
| Hooks | 2 | Style activator + codemap nudge — both Node, both fast |
Full catalog with descriptions: docs/catalog.md
Output styles
The signature feature. Pick once, persistent across sessions.
/style rigor # terse, asks first, surfaces assumptions
/style caveman # compressed cave-speak (max token savings)
/style teacher # verbose, walks reasoning
/style executive # TL;DR + Why this matters + details
/style default # vanilla Claude CodeUsing Claude Desktop / Web / Mobile? Plugins don't run there. Use /style-copy to print the active style markdown to stdout (and clipboard) — paste into your custom-instructions field.
Optional add-ons
Off by default. Enable with flags during init:
npx @almedia-tm/almedia-code init --with-shrink # input-token compression MCP
npx @almedia-tm/almedia-code init --with-memory # persistent memory (claude-mem, AGPL, uses Anthropic API tokens)Update
npx @almedia-tm/almedia-code update # pull latest plugin
npx @almedia-tm/almedia-code update --reconfigure # also re-run the wizardUninstall
npx @almedia-tm/almedia-code uninstallLicense
Almedia Proprietary License v1.0 (German jurisdiction). See LICENSE.
Non-Almedia parties may install and execute the unmodified Software and view source for evaluation, but may not copy, fork, modify, redistribute, sublicense, or build a substantially similar product. No third-party content is vendored. Optional add-ons (caveman-shrink, claude-mem) install from npm at user opt-in time and remain governed by their own licenses.
Contributing
Issues at https://github.com/almedia-tm/almedia-tm-code. External code contributions are not accepted under the proprietary license; bug reports and feature requests are welcome.
