By killerapp
Memory-augmented development workflows for Claude Code. Provides commands for planning, implementation, debugging, and research with persistent memory.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-2 --plugin killerapp-mem8-pluginCreate git commits for changes made during this session
Debug issues during manual testing by investigating logs, database state, and git history
Generate a comprehensive PR description following the repository's standard template
Implement an approved technical plan from memory/plans/
Set up a local review environment for a colleague's branch with worktree
CLI tool workflows - discovery, documentation, and recipe creation
Create a detailed implementation plan for a feature or task
Conduct comprehensive codebase research by spawning parallel subagents
Validate that an implementation plan was correctly executed and verify all success criteria
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.
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! :)
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.
codebase-pattern-finder is a useful subagent_type for finding similar implementations, usage examples, or existing patterns that can be modeled after. It will give you concrete code examples based on what you're looking for! It's sorta like codebase-locator, but it will not only tell you the location of files, it will also give you code details!
The research equivalent of codebase-analyzer. Use this subagent_type when wanting to deep dive on a research topic. Not commonly needed otherwise.
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 guess this is the `memory` equivilent of `codebase-locator`
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.
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 subagent_type today to find any and all answers to your questions! It will research deeply to figure out and attempt to answer your questions! If you aren't immediately satisfied you can get your money back! (Not really - but you can re-run web-search-researcher with an altered prompt in the event you're not satisfied the first time)
CLI power tools for AI-assisted development. Use when (1) needing recommendations for CLI tools to install, (2) processing JSON/YAML data with jq/yq, (3) searching code with ripgrep or ast-grep, (4) documenting a CLI tool or multi-tool recipe you've discovered, (5) wanting to learn CLI patterns for data pipelines, or (6) setting up a new project and want CLI recommendations. Supports three modes - init (project scan), document (capture new recipes), and recommend (codebase analysis).
Expert guidance for working with Obsidian vaults including Obsidian Flavored Markdown (OFM) syntax, organization best practices, daily/weekly task workflows, vault maintenance, and automation. This skill should be used when working with Obsidian notes, organizing vault structure, setting up task management workflows, or integrating with Obsidian tooling.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Uses power tools
Uses Bash, Write, or Edit tools
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Complete developer toolkit for Claude Code
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.