Files
claude-engineering-plugin/plugins/compound-engineering/.claude-plugin/plugin.json
John Lamb 4bc2409d91
Some checks failed
CI / test (push) Has been cancelled
feat(commands): add /essay-edit command for expert essay editing
Pairs with /essay-outline. Runs structural review via story-lens skill
(Saunders framework), then granular line-level editing. Guards against
timid scribe syndrome and preserves author voice via john-voice skill.
Outputs a fully edited essay to docs/essays/.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-10 22:16:28 -05:00

33 lines
908 B
JSON

{
"name": "compound-engineering",
"version": "2.39.0",
"description": "AI-powered development tools. 25 agents, 25 commands, 24 skills, 1 MCP server for code review, research, design, and workflow automation.",
"author": {
"name": "Kieran Klaassen",
"email": "kieran@every.to",
"url": "https://github.com/kieranklaassen"
},
"homepage": "https://every.to/source-code/my-ai-had-already-fixed-the-code-before-i-saw-it",
"repository": "https://github.com/EveryInc/compound-engineering-plugin",
"license": "MIT",
"keywords": [
"ai-powered",
"compound-engineering",
"workflow-automation",
"code-review",
"fastapi",
"python",
"typescript",
"knowledge-management",
"image-generation",
"agent-browser",
"browser-automation"
],
"mcpServers": {
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp"
}
}
}