slim
Convert Markdown, JSON, yaml and plain text to SLIM format (Structured LLM Instruction Markup). Any AI document can typically saves upto 45%
Open source Repository Open in the app JSON README (API)
About
Convert Markdown, JSON, yaml and plain text to SLIM format (Structured LLM Instruction Markup). Any AI document can typically saves upto 45% tokens. Validates .slm files against the SLIM v2 spec
Details
- Kind
- Plugins
- Topic
- AI, RAG & memory
- Publisher
- nagandla-sasidhar
- Origin
- marketplace
- Category
- ferramentas
- Last push
- 2026-05-30T06:14:09Z
- Repository state
- ativo
- License
- MIT
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
nagandla-sasidhar/slim-claude-plugin/slim
README
# SLIM — Claude Code Plugin Adds a `/slim` skill to Claude Code for converting documents to [SLIM format](https://slimformat.org) (Structured LLM Instruction Markup v2.0). ## What it does - **Convert** Markdown, JSON, or plain text → SLIM `.slm` format - **Validate** existing `.slm` files against the SLIM v2 spec - **Report** token savings (typically 30–45% reduction) - **Write** new SLIM documents, agent configs, system prompts, RAG docs ## Install Once listed in the Claude Code plugin directory: ``` /plugin install slim ``` Or install directly from this repo: ```bash claude plugin install nagandla-sasidhar/slim-claude-plugin ``` ## Usage Trigger the skill by saying anything like: - `"convert this to SLIM"` - `"make this SLIM"` - `"is this valid SLIM?"` - `"write a SLIM agent config for..."` - `/slim` (explicit slash command) ## About SLIM SLIM v2.0 is a token-efficient format for AI documents. It replaces verbose Markdown with terse, structured syntax that LLMs parse more efficiently. - **Website**: https://slimformat.org - **Playground**: https://slimformat.org/playground.html - **Docs**: https://slimformat.org/docs.html - **Spec repo**: https://github.com/nagandla-sasidhar/TAML ## License MIT © 2026 Sasidhar Nagandla