Commit Graph

108 Commits

Author SHA1 Message Date
Kieran Klaassen
bf5df7dfb6 Simplify plugin.json to match Claude Code official spec
Remove custom fields (every-env, dependencies, settings, configuration) and simplify repository format. This ensures the plugin only uses officially supported fields from the Claude Code plugins reference.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-09 14:07:26 -07:00
Kieran Klaassen
e2043aa591 Fix plugin.json structure to match Claude Code spec
- Changed agents and commands to path strings (not objects)
- Removed non-spec components field
- Updated marketplace.json description (removed hooks reference)

This fixes agent and command discovery issues.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-09 13:59:21 -07:00
Kieran Klaassen
742e510ff9 Update README.md 2025-10-09 15:55:24 -05:00
Kieran Klaassen
a7336a24b2 Update tagline to reflect Every engineer workflows
Changed from generic "Claude Code extensions" to emphasize this is where Every.to engineers share their workflows.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-09 13:54:29 -07:00
Kieran Klaassen
b362d4ac5e Simplify README and integrate philosophy into plugin section
- Moved philosophy under Compounding engineering section
- Added mermaid diagram showing the four-step cycle
- Removed Support section and footer

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-09 13:53:16 -07:00
Kieran Klaassen
5ddb46233c Simplify README and apply Every style guide
- Simplified Quick start to two slash commands
- Applied Every style guide (sentence case, spelled-out numbers)
- CLAUDE.md formatting improvements

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-09 13:50:23 -07:00
Kieran Klaassen
a07fb0b72d Remove hooks from compounding-engineering plugin
Hooks add complexity and potential conflicts for users. The plugin provides more value through its specialized agents and commands without automated hooks.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-09 13:43:21 -07:00
Kieran Klaassen
77de729c0b Initial commit: Every Marketplace for Claude Code
Official plugin marketplace featuring the Compounding Engineering plugin with 15 specialized agents, 6 commands, and 2 automated hooks. This marketplace embodies the compounding engineering philosophy where each unit of work makes future work easier.

Key features:
- Compounding Engineering plugin with AI-powered development tools
- Complete marketplace infrastructure with CLAUDE.md documentation
- Simplified structure following official Claude Code specifications

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-09 13:37:38 -07:00