{
  "markdown": "# SLIM — Claude Code Plugin\n\nAdds a `/slim` skill to Claude Code for converting documents to [SLIM format](https://slimformat.org) (Structured LLM Instruction Markup v2.0).\n\n## What it does\n\n- **Convert** Markdown, JSON, or plain text → SLIM `.slm` format\n- **Validate** existing `.slm` files against the SLIM v2 spec\n- **Report** token savings (typically 30–45% reduction)\n- **Write** new SLIM documents, agent configs, system prompts, RAG docs\n\n## Install\n\nOnce listed in the Claude Code plugin directory:\n\n```\n/plugin install slim\n```\n\nOr install directly from this repo:\n\n```bash\nclaude plugin install nagandla-sasidhar/slim-claude-plugin\n```\n\n## Usage\n\nTrigger the skill by saying anything like:\n\n- `\"convert this to SLIM\"`\n- `\"make this SLIM\"`\n- `\"is this valid SLIM?\"`\n- `\"write a SLIM agent config for...\"`\n- `/slim` (explicit slash command)\n\n## About SLIM\n\nSLIM v2.0 is a token-efficient format for AI documents. It replaces verbose Markdown with terse, structured syntax that LLMs parse more efficiently.\n\n- **Website**: https://slimformat.org\n- **Playground**: https://slimformat.org/playground.html\n- **Docs**: https://slimformat.org/docs.html\n- **Spec repo**: https://github.com/nagandla-sasidhar/TAML\n\n## License\n\nMIT © 2026 Sasidhar Nagandla\n",
  "bytes": 1257,
  "sha": "7f619365a2ef02c630b3dbcaeb609e75cfd80bcc1df3a2a115ab5312f40f5fc0",
  "repo_slug": "nagandla-sasidhar/slim-claude-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_nagandla_sasidhar_slim_claude_plugin_sli_1fc46d7d/readme"
}