Kieran Klaassen 9009a42f59 Add TypeScript and Python language support to plugin
- Created kieran-typescript-reviewer and kieran-python-reviewer agents
- Updated review.md command to detect project type and route to appropriate reviewers
- Added TypeScript/Python examples to framework-docs-researcher and best-practices-researcher
- Enhanced security-sentinel with TypeScript/Python security checks
- Added TypeScript/Python performance guidance to performance-oracle
- Updated generate_command.md with TypeScript/Python test and linter commands

The plugin now supports Rails, TypeScript, and Python projects with language-specific reviewers and best practices.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-09 14:16:37 -07:00
2025-10-09 15:55:24 -05:00

Every Marketplace

The official Every marketplace where engineers from Every.to share their workflows. Currently featuring the Compounding Engineering Philosophy plugin.

Quick start

Run Claude and add the marketplace:

/plugin marketplace add EveryInc/every-marketplace

Then install the plugin:

/plugin install compounding-engineering

Available plugins

Compounding engineering

AI-powered development tools that get smarter with every use. Includes 21 specialized agents, 24 commands, five workflows, and two automated hooks.

Features:

  • Code review with multiple expert perspectives
  • Automated testing and bug reproduction
  • PR management and parallel comment resolution
  • Documentation generation and maintenance
  • Security, performance, and architecture analysis

Philosophy:

Each unit of engineering work makes subsequent units of work easier—not harder.

graph LR
    A[Plan<br/>Plan it out<br/>in detail] --> B[Delegate<br/>Do the work]
    B --> C[Assess<br/>Make sure<br/>it works]
    C --> D[Codify<br/>Record<br/>learnings]
    D --> A

    style A fill:#f9f,stroke:#333,stroke-width:2px
    style B fill:#bbf,stroke:#333,stroke-width:2px
    style C fill:#bfb,stroke:#333,stroke-width:2px
    style D fill:#ffb,stroke:#333,stroke-width:2px
  1. Plan → Break down tasks with clear steps
  2. Delegate → Execute with AI assistance
  3. Assess → Test thoroughly and verify quality
  4. Codify → Record learnings for next time

Read more

Description
No description provided
Readme MIT 11 MiB
Languages
TypeScript 54.6%
Python 39.1%
Shell 6.3%