Slim
Description
Software Lifecycle Improvement & Modernization
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
SLIM - Software Lifecycle Improvement & Modernization
An AI-native platform where DevOps best practices are discoverable and executable by AI agents through Claude Code skills, MCP servers, and autonomous agents.
Architecture
This repository follows a "Single Source of Truth" philosophy:
- static/marketplace/: Complete skills, agents, and MCP servers with content only (no metadata files)
- static/data/registry.json: Hand-authored source of truth for all marketplace metadata
- .claude-plugin/marketplace.json: Claude Code plugin manifest, generated from
registry.jsonbysrc/conf/generate-marketplace.js(runs duringnpm run prebuild) - website/: Docusaurus-based website for browsing and discovering best practices
Getting Started
For Users
Browse available skills at the SLIM website, then install via:
**Claude Code:**
/plugin install https://github.com/NASA-AMMOS/slim/tree/main/static/marketplace/skills/
**Gemini:**
gem install slim-
For Contributors
- Add your skill content to
static/marketplace/skills//(SKILL.md, assets, scripts, etc.) - Add/update the skill entry in
static/data/registry.json - Run
npm run prebuildto regenerate.claude-plugin/marketplace.json - Test the website:
npm run serve - Commit both
registry.jsonandmarketplace.json, then submit a pull request
**Note:** Skills contain only content files (SKILL.md, assets, scripts, references). All metadata is hand-authored in `registry.json`; `marketplace.json` is generated from it.
Available Skills
- new-project: Initialize foundational project structure
- license: Add appropriate open source licenses
- issue-templates: GitHub issue templates for bugs and features
- readme: Comprehensive README.md templates
License
Apache 2.0 - see LICENSE file
Credits
- UI components adapted from aitmpl.com (MIT License)
- Maintained by
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11