🎯

coding-tutor

🎯Skill

from 8b-is/8b-is-mp

VibeIndex|
What it does

Guides developers through coding challenges by providing step-by-step explanations, code suggestions, and learning-focused feedback during implementation.

πŸ“¦

Part of

8b-is/8b-is-mp(12 items)

coding-tutor

Installation

Add MarketplaceAdd marketplace to Claude Code
/plugin marketplace add https://github.com/8b-is/8b-is-mp
Install PluginInstall plugin from marketplace
/plugin install 8b-compound-engineering
πŸ“– Extracted from docs: 8b-is/8b-is-mp
2Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

# 8b-is-mp (Marketplace Plugin)

A Claude Code plugin that makes each unit of engineering work easier than the last.

Install

```bash

/plugin marketplace add https://github.com/8b-is/8b-is-mp

/plugin install 8b-compound-engineering

```

Workflow

```

Plan β†’ Work β†’ Review β†’ Compound β†’ Repeat

```

| Command | Purpose |

|---------|---------|

| /workflows:plan | Turn feature ideas into detailed implementation plans |

| /workflows:work | Execute plans with worktrees and task tracking |

| /workflows:review | Multi-agent code review before merging |

| /workflows:compound | Document learnings to make future work easier |

Each cycle compounds: plans inform future plans, reviews catch more issues, patterns get documented.

Philosophy

Each unit of engineering work should make subsequent units easierβ€”not harder.

Traditional development accumulates technical debt. Every feature adds complexity. The codebase becomes harder to work with over time.

Compound engineering inverts this. 80% is in planning and review, 20% is in execution:

  • Plan thoroughly before writing code
  • Review to catch issues and capture learnings
  • Codify knowledge so it's reusable
  • Keep quality high so future changes are easy

Learn More

  • [Full component reference](plugins/compound-engineering/README.md) - all agents, commands, skills
  • [Compound engineering: how Every codes with agents](https://every.to/chain-of-thought/compound-engineering-how-every-codes-with-agents)
  • [The story behind compounding engineering](https://every.to/source-code/my-ai-had-already-fixed-the-code-before-i-saw-it)

More from this repository10

🎯
agent-native-architecture🎯Skill

Designs and generates modular, agent-optimized software architectures that inherently support multi-agent collaboration and intelligent system decomposition.

🎯
rclone🎯Skill

Synchronizes and transfers files and data across different cloud storage services and local systems using the rclone utility.

🎯
compound-docs🎯Skill

Generates and maintains comprehensive documentation that captures engineering learnings, patterns, and insights to make future development work progressively easier.

🎯
gemini-imagegen🎯Skill

Generates images using the Gemini AI image generation model within the compound engineering workflow.

🎯
skill-creator🎯Skill

Generates Claude Code skills by automatically creating structured skill templates, documentation, and initial implementation based on user-specified requirements.

🎯
git-worktree🎯Skill

Manages Git worktrees to enable parallel development across multiple branches with isolated working directories.

🎯
frontend-design🎯Skill

Generates consistent, responsive frontend design systems and component libraries using predefined design tokens and best practices.

🎯
andrew-kane-gem-writer🎯Skill

Generates Ruby gem boilerplate and initial code structure for Ruby libraries based on Andrew Kane's development practices and conventions.

🎯
dspy-ruby🎯Skill

Generates Ruby code and refines implementations using DSPy's language model optimization techniques for more precise and context-aware code generation.

🎯
dhh-rails-style🎯Skill

Generates Ruby on Rails code following David Heinemeier's opinion'sated framework conventions and best practices.