Main
- Skills + commands: designed to be installed into Claude Code via marketplace for quick reuse.
- CLI included: README lists
aichat-searchinstall via Homebrew or Cargo. - Practical dev UX: focuses on day-to-day loops where a small command saves repeated manual steps.
- Composable: you can mix marketplace skills with CLI invocations in one agent workflow.
FAQ
- Do I need Rust?: Only if you choose the Cargo install path; Homebrew is the simpler option.
- How do I install skills?: Use
claude plugin marketplace add ...as shown in the README. - What is a minimal test?: Install one tool and run
--helpto confirm it is on PATH and callable by agents.