Skip to content

Add DevTool template documentation to repo#21

Merged
kieranklaassen merged 12 commits intomainfrom
claude/add-devtool-docs-01VWyrYPfQr5o2zAtZzYXhvu
Nov 26, 2025
Merged

Add DevTool template documentation to repo#21
kieranklaassen merged 12 commits intomainfrom
claude/add-devtool-docs-01VWyrYPfQr5o2zAtZzYXhvu

Conversation

@kieranklaassen
Copy link
Copy Markdown
Collaborator

No description provided.

claude and others added 12 commits November 26, 2025 15:46
…g plugin

- Create landing page with Evil Martians devtool-template styling
- Add dark theme with accent colors and responsive design
- Document all 24 agents, 16 commands, 11 skills, and 2 MCP servers
- Add Getting Started guide with installation and configuration
- Include FAQ section, philosophy explanation, and code examples
- Add CSS with mobile-responsive layouts and smooth animations
- Include JavaScript for mobile nav, smooth scroll, and copy code

Built with LaunchKit template from Evil Martians.

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

Co-Authored-By: Claude <noreply@anthropic.com>
- Add agents.html with full documentation for all 24 agents
- Add commands.html with full documentation for all 16 commands
- Add skills.html with full documentation for all 11 skills
- Add mcp-servers.html with Playwright and Context7 documentation
- Enhance landing page philosophy section with four pillars and compounding effect timeline
- Add CSS styles for philosophy section components

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

Co-Authored-By: Claude <noreply@anthropic.com>
- Add /release-docs command for regenerating documentation site
- Add commands/README.md with usage instructions for all commands
- Add changelog.html page rendering CHANGELOG.md in HTML format
- Add changelog CSS styles to docs.css
- Update navigation in all docs pages to include changelog link
- Fix command count from 16 to 13 in navigation
- Update CLAUDE.md with:
  - Documentation Site section explaining structure
  - /release-docs command in update checklist
  - Instructions for keeping docs up-to-date

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

Co-Authored-By: Claude <noreply@anthropic.com>
- Validates documentation files exist
- Checks JSON validity
- Provides GitHub Pages setup instructions
- Includes workflow file content for manual addition

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

Co-Authored-By: Claude <noreply@anthropic.com>
- Remove feedback-codifier agent from workflow agents (24 → 23 agents)
- Update all component counts across plugin.json, README, and docs site
- Update docs CSS theme (hue: 243, saturation: 1, contrast: 0.71)
- Apply Every style guide fixes (number formatting: "2" → "two", etc.)
- Add v2.6.0 changelog entry to docs site

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

Co-Authored-By: Claude <noreply@anthropic.com>
Adds automated deployment of documentation to GitHub Pages when
changes are pushed to the docs directory on the main branch.

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

Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Design iterations (10x each) on all 10 sections:
- Hero: Gradient headlines, animated eyebrow, enhanced buttons with shimmer
- Stats: Icon system, gradient numbers, hover animations, layered shadows
- Philosophy: Pillar cards with gradient borders, animated timeline, tool tags
- Agents: Category headers with gradients, badge styling, code block enhancements
- Commands: Terminal aesthetic with $ prompts, scanlines, CORE/UTIL badges
- Skills: Knowledge module feel, feature pills, category theming
- MCP Servers: Server-specific theming (teal/amber), ACTIVE badges, tool counts
- Installation: Terminal-style code blocks, step progress indicators
- FAQ: Card-based accordion, question/checkmark icons, smooth animations
- CTA: Benefit-focused copy, animated badge, trust indicators, glass morphism

Design inspired by Evil Martians devtool-template patterns.

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

Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Removed over-styled elements that were added during design iterations:
- Remove pulse, icon-float, badge-pulse, server-pulse animations
- Remove diamond-spin and slide-in animations
- Remove scanline repeating-linear-gradient effects
- Simplify hover transforms from -4px/-6px to -2px
- Simplify complex multi-layer box shadows to single shadows
- Remove shine effect on primary buttons
- Clean up duplicate/corrupted CSS rules

Net result: -205 lines of CSS, cleaner and more minimal design
following LaunchKit's "purposeful restraint" philosophy.

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

Co-Authored-By: Claude <noreply@anthropic.com>
@kieranklaassen kieranklaassen merged commit 3c729b3 into main Nov 26, 2025
armstrongl added a commit to nuggylib/compound-engineering-plugin that referenced this pull request Apr 16, 2026
…on-demand loading

Batch 3 brainstorms (Phase 2 - Structural Dedup):
- EveryInc#7 On-Demand Loading: 5 ce-review refs (29KB) to stage-specific reads
- #3 Diff-Proportional Scaling: 4-tier reviewer cap system
- EveryInc#8 Cross-Skill Dedup: differentiate by category (keep question-tool per-file, remove native-tool dupes)
- EveryInc#21 Pipeline Semantic Dedup: critical "NEVER CODE" vs "implement" interference found

Plan EveryInc#7 complete: single-unit refactor of ce-review SKILL.md.

Also fixes 2 contract test failures from the register-mismatch pass:
- Restored behavioral ce:review reference in todo-resolve/SKILL.md
- Updated assertion to match reworded text in ce-review/SKILL.md
- Marks dead content audit (idea EveryInc#5) as execution-done
armstrongl added a commit to nuggylib/compound-engineering-plugin that referenced this pull request Apr 16, 2026
…yInc#21 for Batch 3

- Brainstorm #2 Lean Agent Dispatch: shared context dedup delivers
  ~140-195 KB/review by writing dispatch content to .context/ once
  instead of inlining ~16 KB per reviewer. Archetype cleanup deferred.
- Plan #3 Diff-Proportional Scaling: 5 units adding 4-tier caps
  (trivial/small/medium/large) with priority-ordered selection across
  Tier 1-4 reviewer categories.
- Plan EveryInc#8+EveryInc#21 Combined Dedup: 7 units covering AGENTS.md canonical
  sections, native tool guidance removal from 14 files, phase-scoping
  the critical "NEVER CODE" interference, semantic compression, and
  staleness checks.

Updates meta-plan tracking for all Batch 3 items.
armstrongl added a commit to nuggylib/compound-engineering-plugin that referenced this pull request Apr 16, 2026
…ryInc#8+EveryInc#21, #2

Batch 3 (Phase 2 - Structural Dedup) execution:

- #3 Diff-Proportional Scaling: 5 units adding cap: arg, EXECUTABLE_LINES
  counting, tier table, priority ordering, and capped team announcement to
  ce-review SKILL.md. Trivial diffs now dispatch max 8 agents (was unbounded).

- EveryInc#8+EveryInc#21 Cross-Skill Pipeline Dedup: 7 units across 25 files. AGENTS.md
  canonical Cross-Platform Interaction Convention section, native tool guidance
  removal from 14 agent/skill files, phase-scoping "NEVER CODE" interference
  (ce-plan/ce-work/ce-review), semantic compression of 3 pipeline skills,
  question-tool drift staleness check, cross-reference matrix, and
  carrying-waste manifest (97% of pipeline content is phase-specific).

- #2 Lean Agent Dispatch: planned + executed 3 units. Write-once dispatch
  context deduplicates 15.7KB of shared template/schema/scope across N
  sub-agents. ~144KB savings per 10-reviewer dispatch. Lean prompts pass
  paths instead of inlining shared content.

All 701 tests pass (4 new staleness tests). release:validate clean.
armstrongl added a commit to nuggylib/compound-engineering-plugin that referenced this pull request Apr 21, 2026
…on-demand loading

Batch 3 brainstorms (Phase 2 - Structural Dedup):
- EveryInc#7 On-Demand Loading: 5 ce-review refs (29KB) to stage-specific reads
- #3 Diff-Proportional Scaling: 4-tier reviewer cap system
- EveryInc#8 Cross-Skill Dedup: differentiate by category (keep question-tool per-file, remove native-tool dupes)
- EveryInc#21 Pipeline Semantic Dedup: critical "NEVER CODE" vs "implement" interference found

Plan EveryInc#7 complete: single-unit refactor of ce-review SKILL.md.

Also fixes 2 contract test failures from the register-mismatch pass:
- Restored behavioral ce:review reference in todo-resolve/SKILL.md
- Updated assertion to match reworded text in ce-review/SKILL.md
- Marks dead content audit (idea EveryInc#5) as execution-done
armstrongl added a commit to nuggylib/compound-engineering-plugin that referenced this pull request Apr 21, 2026
…yInc#21 for Batch 3

- Brainstorm #2 Lean Agent Dispatch: shared context dedup delivers
  ~140-195 KB/review by writing dispatch content to .context/ once
  instead of inlining ~16 KB per reviewer. Archetype cleanup deferred.
- Plan #3 Diff-Proportional Scaling: 5 units adding 4-tier caps
  (trivial/small/medium/large) with priority-ordered selection across
  Tier 1-4 reviewer categories.
- Plan EveryInc#8+EveryInc#21 Combined Dedup: 7 units covering AGENTS.md canonical
  sections, native tool guidance removal from 14 files, phase-scoping
  the critical "NEVER CODE" interference, semantic compression, and
  staleness checks.

Updates meta-plan tracking for all Batch 3 items.
armstrongl added a commit to nuggylib/compound-engineering-plugin that referenced this pull request Apr 21, 2026
…ryInc#8+EveryInc#21, #2

Batch 3 (Phase 2 - Structural Dedup) execution:

- #3 Diff-Proportional Scaling: 5 units adding cap: arg, EXECUTABLE_LINES
  counting, tier table, priority ordering, and capped team announcement to
  ce-review SKILL.md. Trivial diffs now dispatch max 8 agents (was unbounded).

- EveryInc#8+EveryInc#21 Cross-Skill Pipeline Dedup: 7 units across 25 files. AGENTS.md
  canonical Cross-Platform Interaction Convention section, native tool guidance
  removal from 14 agent/skill files, phase-scoping "NEVER CODE" interference
  (ce-plan/ce-work/ce-review), semantic compression of 3 pipeline skills,
  question-tool drift staleness check, cross-reference matrix, and
  carrying-waste manifest (97% of pipeline content is phase-specific).

- #2 Lean Agent Dispatch: planned + executed 3 units. Write-once dispatch
  context deduplicates 15.7KB of shared template/schema/scope across N
  sub-agents. ~144KB savings per 10-reviewer dispatch. Lean prompts pass
  paths instead of inlining shared content.

All 701 tests pass (4 new staleness tests). release:validate clean.
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