Skills for human–AI collaborative work. A Claude Code plugin marketplace bundling simplified ports of upstream skill plugins plus original work.
/plugin marketplace add 5TuX/co-intelligence
/plugin install <plugin>@co-intelligence
Replace <plugin> with any of the names below.
| Plugin | Description | Attribution |
|---|---|---|
| caveman | Ultra-compressed caveman-style responses (~75% token reduction). | Adapted from JuliusBrussee/caveman (MIT). |
| superpowers | TDD, debugging, collaboration, and proven development workflows. | Adapted from obra/superpowers (MIT) by Jesse Vincent. |
| karpathy | Behavioral guidelines to reduce common LLM coding mistakes. | Adapted from forrestchang/andrej-karpathy-skills (MIT) by Jiayuan Zhang. |
| autoresearch | Karpathy-style iterative code-driven research loops. | Original, by 5TuX. |
Each adapted plugin ships an UPSTREAM.md with its source URL, pinned upstream commit, and the list of simplifications applied when porting.
- Scope separation. Each plugin owns one coherent domain — one upstream fork, or one original concept. No bundling unrelated work.
- No redundancy. Before porting a skill, check it doesn't duplicate existing plugins or Claude Code default behavior. Unresolved overlaps tracked internally.
- Upstream-faithful. Adapted plugins ship verbatim content where possible; every deviation lives in that plugin's README § "What's different from upstream".
MIT — see each plugin's LICENSE file.