killerapp/mem8-plugin
Agent
CLI tool discovery, documentation, and recommendation agent. Use when (1) setting up a new project and want CLI recommendations, (2) documenting a CLI tool or recipe discovered during development, (3) analyzing codebase for CLI tool opportunities, or (4) looking for CLI patterns to solve a specific task.
killerapp/mem8-plugin
Agent
Analyzes codebase implementation details. Call the codebase-analyzer agent when you need to find detailed information about specific components. As always, the more detailed your request prompt, the better! :).
killerapp/mem8-plugin
Agent
Locates files, directories, and components relevant to a feature or task. Call codebase-locator with human language prompt describing what you're looking for. Basically a "Super Grep/Glob/LS tool" — Use it if you find yourself desiring to use one of these tools more than once.
killerapp/mem8-plugin
Agent
You are a specialist at finding code patterns and examples in the codebase. Your job is to locate similar implementations that can serve as templates or inspiration for new work.
killerapp/mem8-plugin
Agent
The research equivalent of codebase-analyzer. Use this subagenttype when wanting to deep dive on a research topic. Not commonly needed otherwise.
killerapp/mem8-plugin
Agent
Discovers relevant documents in memory/ directory (We use this for all sorts of metadata storage!). This is really only relevant/needed when you're in a reseaching mood and need to figure out if we have random memory written down that are relevant to your current research task. Based on the name, I imagine you can…
killerapp/mem8-plugin
Agent
Deep-dive CLI recipe creation agent. Use when wanting to explore how 2+ CLI tools can be combined into powerful pipelines. Analyzes CLI capabilities via --help, man pages, and web search to discover synergies, then creates or extends existing recipes.
killerapp/mem8-plugin
Agent
Do you find yourself desiring information that you don't quite feel well-trained (confident) on? Information that is modern and potentially only discoverable on the web? Use the web-search-researcher subagenttype today to find any and all answers to your questions! It will research deeply to figure out and attempt to…