Skip to content

Add one-command installation option via Claude Plugins CLI#6

Merged
kieranklaassen merged 1 commit intoEveryInc:mainfrom
Kamalnrf:patch-1
Oct 15, 2025
Merged

Add one-command installation option via Claude Plugins CLI#6
kieranklaassen merged 1 commit intoEveryInc:mainfrom
Kamalnrf:patch-1

Conversation

@Kamalnrf
Copy link
Copy Markdown
Contributor

Changes

  • Added "One-Command Installation" section to Quick Start
  • Preserves existing installation instructions as the primary method
  • Links to Claude Plugins CLI documentation

Rationale

The standard Claude Code workflow requires users to:

  1. Add marketplace: /plugin marketplace add https://github.com/EveryInc/every-marketplace
  2. Install plugin: /plugin install compounding-engineering

This CLI tool automates both steps:

npx claude-plugins install @EveryInc/every-marketplace/compounding-engineering

Benefits:

  • Reduces friction for first-time users
  • Simplifies one-off installations
  • Cleaner for documentation examples

Notes

Adds alternative installation method that combines marketplace addition and plugin installation into a single npx command for improved UX.
@kieranklaassen
Copy link
Copy Markdown
Collaborator

Thanks!

@kieranklaassen kieranklaassen merged commit e9885ee into EveryInc:main Oct 15, 2025
armstrongl added a commit to nuggylib/compound-engineering-plugin that referenced this pull request Apr 14, 2026
…-plan tracking

Add the implementation plan for idea EveryInc#20 (Carrying Cost Budgeting) which
introduces a `bun run skill:stats` command that ranks all skills and agents
by carrying cost (`file_size x estimated_tool_calls`) instead of raw file size.

The plan was refined through three parallel review passes (coherence,
feasibility, scope) that applied 14 auto-fixes:

- Collapsed two-file architecture to a single self-contained script
- Broadened tool detection from verb+tool patterns (near-zero recall on
  real content) to capitalized tool names at word boundaries
- Replaced loop scope-based multiplication with additive weights
- Added `disable-model-invocation` frontmatter filter for tutorial skills
- Clarified sort key as single `system_cost` metric (not two competing
  metrics)
- Documented `@`-expansion undercount as a known limitation

The meta-plan tracking table is updated: idea EveryInc#20 brainstorm and plan
columns both marked done. Next in the roadmap: S4 (brainstorm ideas
EveryInc#9, EveryInc#6, EveryInc#5, EveryInc#10 in parallel).
armstrongl added a commit to nuggylib/compound-engineering-plugin that referenced this pull request Apr 21, 2026
…-plan tracking

Add the implementation plan for idea EveryInc#20 (Carrying Cost Budgeting) which
introduces a `bun run skill:stats` command that ranks all skills and agents
by carrying cost (`file_size x estimated_tool_calls`) instead of raw file size.

The plan was refined through three parallel review passes (coherence,
feasibility, scope) that applied 14 auto-fixes:

- Collapsed two-file architecture to a single self-contained script
- Broadened tool detection from verb+tool patterns (near-zero recall on
  real content) to capitalized tool names at word boundaries
- Replaced loop scope-based multiplication with additive weights
- Added `disable-model-invocation` frontmatter filter for tutorial skills
- Clarified sort key as single `system_cost` metric (not two competing
  metrics)
- Documented `@`-expansion undercount as a known limitation

The meta-plan tracking table is updated: idea EveryInc#20 brainstorm and plan
columns both marked done. Next in the roadmap: S4 (brainstorm ideas
EveryInc#9, EveryInc#6, EveryInc#5, EveryInc#10 in parallel).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants