claude-skill-lord 2.0.6 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/.releaserc.json +2 -2
  2. package/CLAUDE.md +5 -5
  3. package/LICENSE +0 -12
  4. package/README.md +8 -19
  5. package/agents/brainstormer.md +2 -0
  6. package/agents/code-reviewer.md +1 -0
  7. package/agents/copywriter.md +2 -1
  8. package/agents/database-admin.md +1 -0
  9. package/agents/debugger.md +1 -0
  10. package/agents/docs-manager.md +1 -0
  11. package/agents/journal-writer.md +1 -0
  12. package/agents/mcp-manager.md +1 -0
  13. package/agents/planner.md +2 -0
  14. package/agents/researcher.md +1 -0
  15. package/agents/tester.md +1 -0
  16. package/agents/ui-ux-designer.md +2 -1
  17. package/commands/build-fix.md +4 -0
  18. package/commands/checkpoint.md +4 -0
  19. package/commands/claw.md +1 -1
  20. package/commands/code-review.md +4 -0
  21. package/commands/e2e.md +1 -1
  22. package/commands/eval.md +4 -0
  23. package/commands/git/cm.md +3 -1
  24. package/commands/git/cp.md +4 -1
  25. package/commands/harness-audit.md +5 -1
  26. package/commands/learn.md +4 -0
  27. package/commands/loop-start.md +5 -1
  28. package/commands/loop-status.md +4 -0
  29. package/commands/model-route.md +4 -0
  30. package/commands/multi-backend.md +4 -0
  31. package/commands/multi-execute.md +4 -0
  32. package/commands/multi-frontend.md +4 -0
  33. package/commands/multi-plan.md +4 -0
  34. package/commands/multi-workflow.md +4 -0
  35. package/commands/orchestrate.md +1 -1
  36. package/commands/pm2.md +4 -0
  37. package/commands/prompt-optimize.md +4 -4
  38. package/commands/quality-gate.md +5 -1
  39. package/commands/refactor-clean.md +4 -0
  40. package/commands/skill-create.md +0 -1
  41. package/commands/skill-health.md +6 -6
  42. package/commands/tdd.md +2 -2
  43. package/commands/test-coverage.md +4 -0
  44. package/commands/update-codemaps.md +4 -0
  45. package/commands/update-docs.md +4 -0
  46. package/commands/verify.md +4 -0
  47. package/docs/ARCHITECTURE.md +23 -56
  48. package/docs/COMMAND-REFERENCE.md +161 -30
  49. package/docs/SKILL-CATALOG.md +247 -77
  50. package/docs/code-standards.md +3 -3
  51. package/hooks/discord-hook-setup.md +2 -2
  52. package/hooks/scripts/quality-gate.js +2 -2
  53. package/hooks/scripts/run-with-flags.js +1 -1
  54. package/hooks/scripts/session-end.js +2 -2
  55. package/hooks/telegram-hook-setup.md +5 -5
  56. package/package.json +2 -2
  57. package/scripts/install.js +9 -12
  58. package/scripts/lib/hook-flags.js +4 -4
  59. package/scripts/lib/profile-utils.js +4 -5
  60. package/scripts/sl.js +8 -13
  61. package/skills/SKILL.md +0 -1
  62. package/skills/agent-eval/SKILL.md +0 -1
  63. package/skills/agent-harness-construction/SKILL.md +0 -1
  64. package/skills/agentic-engineering/SKILL.md +0 -1
  65. package/skills/agents/observer-loop.sh +7 -7
  66. package/skills/ai-first-engineering/SKILL.md +0 -1
  67. package/skills/ai-regression-testing/SKILL.md +0 -1
  68. package/skills/android-clean-architecture/SKILL.md +0 -1
  69. package/skills/api-design/SKILL.md +0 -1
  70. package/skills/architecture-decision-records/SKILL.md +0 -1
  71. package/skills/article-writing/SKILL.md +0 -1
  72. package/skills/autonomous-loops/SKILL.md +4 -5
  73. package/skills/backend-patterns/SKILL.md +0 -1
  74. package/skills/blueprint/SKILL.md +5 -6
  75. package/skills/brand/scripts/sync-brand-to-tokens.cjs +1 -1
  76. package/skills/bun-runtime/SKILL.md +0 -1
  77. package/skills/carrier-relationship-management/SKILL.md +0 -1
  78. package/skills/claude-api/SKILL.md +0 -1
  79. package/skills/claude-devfleet/SKILL.md +0 -1
  80. package/skills/click-path-audit/SKILL.md +0 -1
  81. package/skills/clickhouse-io/SKILL.md +0 -1
  82. package/skills/codebase-onboarding/SKILL.md +0 -1
  83. package/skills/coding-standards/SKILL.md +0 -1
  84. package/skills/compose-multiplatform-patterns/SKILL.md +0 -1
  85. package/skills/{configure-ecc → configure-skilllord}/SKILL.md +21 -22
  86. package/skills/content-engine/SKILL.md +0 -1
  87. package/skills/content-hash-cache-pattern/SKILL.md +0 -1
  88. package/skills/context-budget/SKILL.md +0 -1
  89. package/skills/continuous-agent-loop/SKILL.md +0 -1
  90. package/skills/continuous-learning/SKILL.md +0 -1
  91. package/skills/continuous-learning-v2/SKILL.md +1 -2
  92. package/skills/continuous-learning-v2/agents/observer-loop.sh +7 -7
  93. package/skills/continuous-learning-v2/hooks/observe.sh +11 -11
  94. package/skills/cost-aware-llm-pipeline/SKILL.md +0 -1
  95. package/skills/cpp-coding-standards/SKILL.md +0 -1
  96. package/skills/cpp-testing/SKILL.md +0 -1
  97. package/skills/crosspost/SKILL.md +0 -1
  98. package/skills/customs-trade-compliance/SKILL.md +0 -1
  99. package/skills/data-scraper-agent/SKILL.md +0 -1
  100. package/skills/database-migrations/SKILL.md +0 -1
  101. package/skills/deep-research/SKILL.md +0 -1
  102. package/skills/deployment-patterns/SKILL.md +0 -1
  103. package/skills/design-system/SKILL.md +1 -1
  104. package/skills/design-system/scripts/generate-slide.py +9 -9
  105. package/skills/django-patterns/SKILL.md +0 -1
  106. package/skills/django-security/SKILL.md +0 -1
  107. package/skills/django-tdd/SKILL.md +0 -1
  108. package/skills/django-verification/SKILL.md +0 -1
  109. package/skills/dmux-workflows/SKILL.md +2 -3
  110. package/skills/docker-patterns/SKILL.md +0 -1
  111. package/skills/docs-seeker/package.json +1 -1
  112. package/skills/documentation-lookup/SKILL.md +0 -1
  113. package/skills/e2e-testing/SKILL.md +0 -1
  114. package/skills/energy-procurement/SKILL.md +0 -1
  115. package/skills/enterprise-agent-ops/SKILL.md +0 -1
  116. package/skills/eval-harness/SKILL.md +0 -1
  117. package/skills/exa-search/SKILL.md +0 -1
  118. package/skills/fal-ai-media/SKILL.md +0 -1
  119. package/skills/flutter-dart-code-review/SKILL.md +0 -1
  120. package/skills/frontend-patterns/SKILL.md +0 -1
  121. package/skills/frontend-slides/SKILL.md +1 -2
  122. package/skills/golang-patterns/SKILL.md +0 -1
  123. package/skills/golang-testing/SKILL.md +0 -1
  124. package/skills/google-adk-python/SKILL.md +5 -0
  125. package/skills/hooks/observe.sh +11 -11
  126. package/skills/inventory-demand-planning/SKILL.md +0 -1
  127. package/skills/investor-materials/SKILL.md +0 -1
  128. package/skills/investor-outreach/SKILL.md +0 -1
  129. package/skills/iterative-retrieval/SKILL.md +1 -2
  130. package/skills/java-coding-standards/SKILL.md +0 -1
  131. package/skills/jpa-patterns/SKILL.md +0 -1
  132. package/skills/kotlin-coroutines-flows/SKILL.md +0 -1
  133. package/skills/kotlin-exposed-patterns/SKILL.md +0 -1
  134. package/skills/kotlin-ktor-patterns/SKILL.md +0 -1
  135. package/skills/kotlin-patterns/SKILL.md +0 -1
  136. package/skills/kotlin-testing/SKILL.md +0 -1
  137. package/skills/laravel-patterns/SKILL.md +0 -1
  138. package/skills/laravel-security/SKILL.md +0 -1
  139. package/skills/laravel-tdd/SKILL.md +0 -1
  140. package/skills/laravel-verification/SKILL.md +0 -1
  141. package/skills/logistics-exception-management/SKILL.md +0 -1
  142. package/skills/manifest.json +812 -0
  143. package/skills/market-research/SKILL.md +0 -1
  144. package/skills/mcp-server-patterns/SKILL.md +0 -1
  145. package/skills/nanoclaw-repl/SKILL.md +1 -2
  146. package/skills/nextjs-turbopack/SKILL.md +0 -1
  147. package/skills/nutrient-document-processing/SKILL.md +0 -1
  148. package/skills/nuxt4-patterns/SKILL.md +0 -1
  149. package/skills/perl-patterns/SKILL.md +0 -1
  150. package/skills/perl-security/SKILL.md +0 -1
  151. package/skills/perl-testing/SKILL.md +0 -1
  152. package/skills/plankton-code-quality/SKILL.md +12 -13
  153. package/skills/postgres-patterns/SKILL.md +0 -1
  154. package/skills/production-scheduling/SKILL.md +0 -1
  155. package/skills/project-guidelines-example/SKILL.md +0 -1
  156. package/skills/prompt-optimizer/SKILL.md +11 -12
  157. package/skills/python-patterns/SKILL.md +0 -1
  158. package/skills/python-testing/SKILL.md +0 -1
  159. package/skills/pytorch-patterns/SKILL.md +0 -1
  160. package/skills/quality-nonconformance/SKILL.md +0 -1
  161. package/skills/ralphinho-rfc-pipeline/SKILL.md +0 -1
  162. package/skills/regex-vs-llm-structured-text/SKILL.md +0 -1
  163. package/skills/returns-reverse-logistics/SKILL.md +0 -1
  164. package/skills/rules-distill/SKILL.md +0 -1
  165. package/skills/rust-patterns/SKILL.md +0 -1
  166. package/skills/rust-testing/SKILL.md +0 -1
  167. package/skills/santa-method/SKILL.md +0 -1
  168. package/skills/search-first/SKILL.md +0 -1
  169. package/skills/security-review/SKILL.md +0 -1
  170. package/skills/security-scan/SKILL.md +0 -1
  171. package/skills/skill-comply/SKILL.md +0 -1
  172. package/skills/skill-stocktake/SKILL.md +2 -2
  173. package/skills/springboot-patterns/SKILL.md +0 -1
  174. package/skills/springboot-security/SKILL.md +0 -1
  175. package/skills/springboot-tdd/SKILL.md +0 -1
  176. package/skills/springboot-verification/SKILL.md +0 -1
  177. package/skills/strategic-compact/SKILL.md +0 -1
  178. package/skills/swift-actor-persistence/SKILL.md +0 -1
  179. package/skills/swift-protocol-di-testing/SKILL.md +0 -1
  180. package/skills/tdd-workflow/SKILL.md +0 -1
  181. package/skills/team-builder/SKILL.md +0 -1
  182. package/skills/template-skill/SKILL.md +11 -0
  183. package/skills/verification-loop/SKILL.md +0 -1
  184. package/skills/video-editing/SKILL.md +0 -1
  185. package/skills/videodb/SKILL.md +0 -1
  186. package/skills/x-api/SKILL.md +0 -1
  187. package/manifests/install-profiles.json +0 -14
package/.releaserc.json CHANGED
@@ -97,8 +97,8 @@
97
97
  "label": "Changelog"
98
98
  },
99
99
  {
100
- "path": "dist/claudekit-engineer.zip",
101
- "label": "ClaudeKit Engineer Package"
100
+ "path": "dist/claude-skill-lord.zip",
101
+ "label": "Claude Skill Lord Package"
102
102
  }
103
103
  ]
104
104
  }
package/CLAUDE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # SkillLord — Claude Code Plugin
2
2
 
3
- Curated best-of-both plugin merging ClaudeKit Engineer (base) + Everything Claude Code (cherry-picked) with intelligent skill routing.
3
+ Curated Claude Code plugin with intelligent skill routing, structured agents, and production workflows.
4
4
 
5
5
  ## Workflows
6
6
 
@@ -68,7 +68,7 @@ Curated best-of-both plugin merging ClaudeKit Engineer (base) + Everything Claud
68
68
  | go-build-resolver | Go |
69
69
  | pytorch-build-resolver | PyTorch |
70
70
 
71
- ## Skills (170)
71
+ ## Skills (161)
72
72
 
73
73
  All skills live in `./skills/<name>/SKILL.md` — flat structure, no tiers.
74
74
 
@@ -98,7 +98,7 @@ All skills live in `./skills/<name>/SKILL.md` — flat structure, no tiers.
98
98
  | /verify | Verify implementation |
99
99
  | /quality-gate | Run quality validation |
100
100
 
101
- ### Multi-Agent Commands (from ECC)
101
+ ### Multi-Agent Commands
102
102
  | Command | Description |
103
103
  |---------|-------------|
104
104
  | /multi-plan | Multi-agent planning |
@@ -108,7 +108,7 @@ All skills live in `./skills/<name>/SKILL.md` — flat structure, no tiers.
108
108
  | /multi-execute | Multi-agent execution |
109
109
  | /orchestrate | Agent orchestration |
110
110
 
111
- ### Session Management (from ECC)
111
+ ### Session Management
112
112
  | Command | Description |
113
113
  |---------|-------------|
114
114
  | /save-session | Save current session |
@@ -116,7 +116,7 @@ All skills live in `./skills/<name>/SKILL.md` — flat structure, no tiers.
116
116
  | /sessions | List sessions |
117
117
  | /checkpoint | Create checkpoint |
118
118
 
119
- ### Language-Specific Commands (from ECC)
119
+ ### Language-Specific Commands
120
120
  | Command | Description |
121
121
  |---------|-------------|
122
122
  | /cpp-build, /cpp-review, /cpp-test | C++ workflows |
package/LICENSE CHANGED
@@ -2,18 +2,6 @@ MIT License
2
2
 
3
3
  Copyright (c) 2026 SkillLord Contributors
4
4
 
5
- This project incorporates code from:
6
-
7
- 1. Everything Claude Code (ECC)
8
- - Original Author: Affaan Mustafa
9
- - License: MIT (2026)
10
- - Repository: https://github.com/affaan-m/everything-claude-code
11
-
12
- 2. ClaudeKit Engineer
13
- - Original Author: Duy Nguyen
14
- - License: MIT (2024)
15
- - Repository: https://github.com/claudekit/claudekit-engineer
16
-
17
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
18
6
  of this software and associated documentation files (the "Software"), to deal
19
7
  in the Software without restriction, including without limitation the rights
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![npm](https://img.shields.io/npm/v/claude-skill-lord)](https://www.npmjs.com/package/claude-skill-lord)
6
6
  ![License](https://img.shields.io/badge/license-MIT-green)
7
7
  ![Agents](https://img.shields.io/badge/agents-43-purple)
8
- ![Skills](https://img.shields.io/badge/skills-170-orange)
8
+ ![Skills](https://img.shields.io/badge/skills-161-orange)
9
9
  ![Commands](https://img.shields.io/badge/commands-114-red)
10
10
  ![Rules](https://img.shields.io/badge/rules-11%20languages-blue)
11
11
 
@@ -13,11 +13,11 @@
13
13
 
14
14
  ## Why Claude Skill Lord?
15
15
 
16
- - **Stop configuring, start building** — 170 skills, 43 agents, 114 commands work out of the box
16
+ - **Stop configuring, start building** — 161 skills, 43 agents, 114 commands work out of the box
17
17
  - **Multi-language support** — 11 language-specific rule sets (TypeScript, Python, Go, Rust, Java, Kotlin, C++, C#, PHP, Perl, Swift) + common rules
18
18
  - **Language-specific agents** — dedicated reviewers and build resolvers for 8 languages
19
19
  - **Design intelligence built-in** — 67 UI styles, 161 color palettes, reasoning engine for production-grade design decisions
20
- - **Battle-tested foundations** — curated from [ClaudeKit Engineer](https://github.com/claudekit/claudekit-engineer) (base) + [Everything Claude Code](https://github.com/affaan-m/everything-claude-code) (cherry-picked)
20
+ - **Battle-tested foundations** — curated agents, skills, commands, and rules for production development
21
21
 
22
22
  ---
23
23
 
@@ -33,7 +33,7 @@ npm i -g claude-skill-lord
33
33
 
34
34
  ```bash
35
35
  cd your-project
36
- csl init # developer profile (recommended)
36
+ csl init # install all components
37
37
  claude # start coding with Claude Skill Lord
38
38
  ```
39
39
 
@@ -42,11 +42,10 @@ That's it. `csl init` copies skills, agents, and commands into `.claude/` and ge
42
42
  ### CLI commands
43
43
 
44
44
  ```bash
45
- csl init # interactive setup (asks profile + target)
46
- csl init full # install everything (170 skills + canvas fonts)
45
+ csl init # install everything
47
46
  csl init --dry-run # preview without copying
48
47
  csl init --fresh # clean reinstall
49
- csl upgrade full # upgrade to full profile (additive, no overwrites)
48
+ csl init --no-fonts # skip canvas font files (~7MB)
50
49
  csl update # update CLI to latest version
51
50
  csl migrate # update project files after csl update
52
51
  csl migrate --dry-run # preview what would change
@@ -80,7 +79,7 @@ graph TD
80
79
  subgraph Plugin["Claude Skill Lord Plugin"]
81
80
  A["Agents (43)"]
82
81
  B["Commands (114)"]
83
- C["Skills (170)"]
82
+ C["Skills (161)"]
84
83
  R["Rules (11 langs)"]
85
84
  end
86
85
 
@@ -289,7 +288,7 @@ See [commands/](commands/) for the full list.
289
288
 
290
289
  ---
291
290
 
292
- ## Skills (170)
291
+ ## Skills (161)
293
292
 
294
293
  All skills live in `./skills/<name>/SKILL.md` — flat structure.
295
294
 
@@ -438,16 +437,6 @@ node tests/run-all.js
438
437
 
439
438
  ---
440
439
 
441
- ## Attribution
442
-
443
- Built on the shoulders of giants:
444
-
445
- > [ClaudeKit Engineer](https://github.com/claudekit/claudekit-engineer) by Duy Nguyen — base architecture, mental models, strategic depth, unique agents
446
- >
447
- > [Everything Claude Code](https://github.com/affaan-m/everything-claude-code) by Affaan Mustafa — cherry-picked agents, skills, commands, rules
448
- >
449
- > [UI/UX Pro Max Skill](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill) by Next Level Builder — design intelligence, 67 styles, 161 color palettes, brand & design-system skills (MIT)
450
-
451
440
  ## Contributing
452
441
 
453
442
  See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
@@ -28,6 +28,8 @@ description: >-
28
28
  This requires researching best practices, considering UX/DX implications, and evaluating multiple technical approaches.
29
29
  </commentary>
30
30
  </example>
31
+ model: sonnet
32
+ tools: All tools
31
33
  ---
32
34
 
33
35
  You are a Solution Brainstormer, an elite software engineering expert who specializes in system architecture design and technical decision-making. Your core mission is to collaborate with users to find the best possible solutions while maintaining brutal honesty about feasibility and trade-offs.
@@ -2,6 +2,7 @@
2
2
  name: code-reviewer
3
3
  description: Use this agent when you need comprehensive code review and quality assessment. This includes: after implementing new features or refactoring existing code, before merging pull requests or deploying to production, when investigating code quality issues or technical debt, when you need security vulnerability assessment, or when optimizing performance bottlenecks. Examples:\n\n<example>\nContext: The user has just implemented a new API endpoint and wants to ensure code quality.\nuser: "I've finished implementing the user authentication endpoint"\nassistant: "I'll review the authentication endpoint implementation for code quality and security."\n<commentary>\nSince new code has been written, use the Task tool to launch the code-reviewer agent to perform comprehensive quality assessment.\n</commentary>\nassistant: "Let me use the code-reviewer agent to analyze the recent changes"\n</example>\n\n<example>\nContext: The user wants to check recent code changes for potential issues.\nuser: "Can you review the changes I just made to the database service?"\nassistant: "I'll launch the code-reviewer agent to analyze the database service changes."\n<commentary>\nThe user explicitly asks for code review, so use the code-reviewer agent to assess the recent modifications.\n</commentary>\n</example>\n\n<example>\nContext: After refactoring, proactive code review is needed.\nuser: "I've refactored the WebSocket handler to improve performance"\nassistant: "Good work on the refactoring. Let me review it for quality and performance."\n<commentary>\nAfter refactoring work, proactively use the code-reviewer agent to ensure quality standards are met.\n</commentary>\nassistant: "I'll use the code-reviewer agent to validate the refactored WebSocket handler"\n</example>
4
4
  model: sonnet
5
+ tools: All tools
5
6
  ---
6
7
 
7
8
  You are a senior software engineer with 15+ years of experience specializing in comprehensive code quality assessment and best practices enforcement. Your expertise spans multiple programming languages, frameworks, and architectural patterns, with deep knowledge of TypeScript, JavaScript, Dart (Flutter), security vulnerabilities, and performance optimization. You understand the codebase structure, code standards, analyze the given implementation plan file, and track the progress of the implementation.
@@ -1,7 +1,8 @@
1
1
  ---
2
2
  name: copywriter
3
- description: Use this agent when you need to create high-converting, engagement-driven copy for marketing materials, social media posts, landing pages, email campaigns, product descriptions, or any content that needs to capture attention and drive action. Examples:\n\n<example>\nContext: User is launching a new product feature and needs compelling copy for the landing page hero section.\nuser: "We just added a new AI-powered code review feature. Can you write a hero headline and subheadline for the landing page?"\nassistant: "I'm going to use the Task tool to launch the copywriter agent to create compelling hero copy that stops visitors and drives conversions."\n<commentary>\nThe user needs marketing copy that converts, so delegate to copywriter agent to craft attention-grabbing headlines.\n</commentary>\n</example>\n\n<example>\nContext: User wants to announce a product update on Twitter/X to maximize engagement.\nuser: "We just shipped GitHub auto-invites for ClaudeKit. Need a tweet that'll get people excited."\nassistant: "Let me use the copywriter agent to craft a viral-worthy tweet that captures attention and drives engagement."\n<commentary>\nSocial media announcement requires viral copywriting expertise, so use the copywriter agent.\n</commentary>\n</example>\n\n<example>\nContext: User is reviewing marketing materials and the agent proactively identifies weak copy.\nuser: "Here's our new pricing page draft"\nassistant: "I notice the headline 'Our Pricing Plans' could be more compelling. Let me use the copywriter agent to suggest alternatives that drive conversions."\n<commentary>\nProactively identify opportunities to improve copy and suggest using copywriter agent.\n</commentary>\n</example>\n\n<example>\nContext: User needs email subject lines that increase open rates.\nuser: "Write subject lines for our product launch email campaign"\nassistant: "I'm delegating to the copywriter agent to create high-open-rate subject lines that cut through inbox noise."\n<commentary>\nEmail marketing requires conversion-focused copy, so use copywriter agent.\n</commentary>\n</example>
3
+ description: Use this agent when you need to create high-converting, engagement-driven copy for marketing materials, social media posts, landing pages, email campaigns, product descriptions, or any content that needs to capture attention and drive action. Examples:\n\n<example>\nContext: User is launching a new product feature and needs compelling copy for the landing page hero section.\nuser: "We just added a new AI-powered code review feature. Can you write a hero headline and subheadline for the landing page?"\nassistant: "I'm going to use the Task tool to launch the copywriter agent to create compelling hero copy that stops visitors and drives conversions."\n<commentary>\nThe user needs marketing copy that converts, so delegate to copywriter agent to craft attention-grabbing headlines.\n</commentary>\n</example>\n\n<example>\nContext: User wants to announce a product update on Twitter/X to maximize engagement.\nuser: "We just shipped GitHub auto-invites for SkillLord. Need a tweet that'll get people excited."\nassistant: "Let me use the copywriter agent to craft a viral-worthy tweet that captures attention and drives engagement."\n<commentary>\nSocial media announcement requires viral copywriting expertise, so use the copywriter agent.\n</commentary>\n</example>\n\n<example>\nContext: User is reviewing marketing materials and the agent proactively identifies weak copy.\nuser: "Here's our new pricing page draft"\nassistant: "I notice the headline 'Our Pricing Plans' could be more compelling. Let me use the copywriter agent to suggest alternatives that drive conversions."\n<commentary>\nProactively identify opportunities to improve copy and suggest using copywriter agent.\n</commentary>\n</example>\n\n<example>\nContext: User needs email subject lines that increase open rates.\nuser: "Write subject lines for our product launch email campaign"\nassistant: "I'm delegating to the copywriter agent to create high-open-rate subject lines that cut through inbox noise."\n<commentary>\nEmail marketing requires conversion-focused copy, so use copywriter agent.\n</commentary>\n</example>
4
4
  model: sonnet
5
+ tools: All tools
5
6
  ---
6
7
 
7
8
  You are an elite conversion copywriter with a proven track record of creating viral content that stops scrolls, drives clicks, and converts browsers into buyers. You specialize in writing copy that feels human, hits hard, and gets results.
@@ -2,6 +2,7 @@
2
2
  name: database-admin
3
3
  description: Use this agent when you need to work with database systems, including querying for data analysis, diagnosing performance bottlenecks, optimizing database structures, managing indexes, implementing backup and restore strategies, setting up replication, configuring monitoring, managing user permissions, or when you need comprehensive database health assessments and optimization recommendations. This agent should be engaged for any database-related tasks that require deep technical expertise in database administration and optimization.\n\nExamples:\n<example>\nContext: The user needs to analyze database performance issues after noticing slow query times.\nuser: "The application is running slowly, I think there might be database issues"\nassistant: "I'll use the database-admin agent to analyze the database performance and identify any bottlenecks."\n<commentary>\nSince the user is experiencing performance issues potentially related to the database, use the Task tool to launch the database-admin agent to diagnose and provide optimization recommendations.\n</commentary>\n</example>\n<example>\nContext: The user needs to set up a backup strategy for their production database.\nuser: "We need to implement a reliable backup strategy for our PostgreSQL database"\nassistant: "Let me engage the database-admin agent to design and implement a comprehensive backup and restore strategy."\n<commentary>\nThe user needs database backup expertise, so use the Task tool to launch the database-admin agent to handle this specialized database administration task.\n</commentary>\n</example>\n<example>\nContext: During code implementation, the developer needs to optimize database queries and table structures.\nuser: "I've implemented the new feature but the queries seem slow"\nassistant: "I'll delegate this to the database-admin agent to analyze the queries and optimize the database structure."\n<commentary>\nQuery optimization requires database expertise, so use the Task tool to launch the database-admin agent to analyze and optimize the database performance.\n</commentary>\n</example>
4
4
  model: sonnet
5
+ tools: All tools
5
6
  ---
6
7
 
7
8
  You are a senior database administrator and performance optimization specialist with deep expertise in relational and NoSQL database systems. Your primary focus is on ensuring database reliability, performance, security, and scalability.
@@ -2,6 +2,7 @@
2
2
  name: debugger
3
3
  description: Use this agent when you need to investigate issues, analyze system behavior, diagnose performance problems, examine database structures, collect and analyze logs from servers or CI/CD pipelines, run tests for debugging purposes, or optimize system performance. This includes troubleshooting errors, identifying bottlenecks, analyzing failed deployments, investigating test failures, and creating diagnostic reports. Examples:\n\n<example>\nContext: The user needs to investigate why an API endpoint is returning 500 errors.\nuser: "The /api/users endpoint is throwing 500 errors"\nassistant: "I'll use the debugger agent to investigate this issue"\n<commentary>\nSince this involves investigating an issue, use the Task tool to launch the debugger agent.\n</commentary>\n</example>\n\n<example>\nContext: The user wants to analyze why the CI/CD pipeline is failing.\nuser: "The GitHub Actions workflow keeps failing on the test step"\nassistant: "Let me use the debugger agent to analyze the CI/CD pipeline logs and identify the issue"\n<commentary>\nThis requires analyzing CI/CD logs and test failures, so use the debugger agent.\n</commentary>\n</example>\n\n<example>\nContext: The user notices performance degradation in the application.\nuser: "The application response times have increased by 300% since yesterday"\nassistant: "I'll launch the debugger agent to analyze system behavior and identify performance bottlenecks"\n<commentary>\nPerformance analysis and bottleneck identification requires the debugger agent.\n</commentary>\n</example>
4
4
  model: sonnet
5
+ tools: All tools
5
6
  ---
6
7
 
7
8
  You are a senior software engineer with deep expertise in debugging, system analysis, and performance optimization. Your specialization encompasses investigating complex issues, analyzing system behavior patterns, and developing comprehensive solutions for performance bottlenecks.
@@ -2,6 +2,7 @@
2
2
  name: docs-manager
3
3
  description: Use this agent when you need to manage technical documentation, establish implementation standards, analyze and update existing documentation based on code changes, write or update Product Development Requirements (PDRs), organize documentation for developer productivity, or produce documentation summary reports. This includes tasks like reviewing documentation structure, ensuring docs are up-to-date with codebase changes, creating new documentation for features, and maintaining consistency across all technical documentation.\n\nExamples:\n- <example>\n Context: After implementing a new API endpoint, documentation needs to be updated.\n user: "I just added a new authentication endpoint to the API"\n assistant: "I'll use the docs-manager agent to update the documentation for this new endpoint"\n <commentary>\n Since new code has been added, use the docs-manager agent to ensure documentation is updated accordingly.\n </commentary>\n</example>\n- <example>\n Context: Project documentation needs review and organization.\n user: "Can you review our docs folder and make sure everything is properly organized?"\n assistant: "I'll launch the docs-manager agent to analyze and organize the documentation"\n <commentary>\n The user is asking for documentation review and organization, which is the docs-manager agent's specialty.\n </commentary>\n</example>\n- <example>\n Context: Need to establish coding standards documentation.\n user: "We need to document our error handling patterns and codebase structure standards"\n assistant: "Let me use the docs-manager agent to establish and document these implementation standards"\n <commentary>\n Creating implementation standards documentation is a core responsibility of the docs-manager agent.\n </commentary>\n</example>
4
4
  model: sonnet
5
+ tools: All tools
5
6
  ---
6
7
 
7
8
  You are a senior technical documentation specialist with deep expertise in creating, maintaining, and organizing developer documentation for complex software projects. Your role is to ensure documentation remains accurate, comprehensive, and maximally useful for development teams.
@@ -2,6 +2,7 @@
2
2
  name: journal-writer
3
3
  description: Use this agent when:\n- A test suite fails repeatedly despite multiple fix attempts\n- A critical bug is discovered in production or staging\n- An implementation approach proves fundamentally flawed and requires complete redesign\n- External dependencies (APIs, services, libraries) cause blocking issues\n- Performance bottlenecks are discovered that significantly impact user experience\n- Security vulnerabilities are identified\n- Database migrations fail or cause data integrity issues\n- CI/CD pipelines break unexpectedly\n- Integration conflicts arise between major system components\n- Technical debt reaches a critical threshold requiring immediate attention\n- A feature implementation takes significantly longer than estimated\n- Architectural decisions prove problematic in practice\n\nExamples:\n<example>\nContext: After implementing a new payment webhook handler, tests are failing with intermittent database connection errors.\nuser: "The Sepay webhook tests keep failing with connection timeouts. I've tried increasing the pool size and timeout values but it's still happening randomly."\nassistant: "This sounds like a significant technical difficulty that should be documented. Let me use the journal-writer agent to capture this issue with full context and emotional honesty."\n<uses Task tool to launch journal-writer agent>\n</example>\n\n<example>\nContext: A critical security vulnerability was discovered in the GitHub access management system.\nuser: "We just realized that the GitHub invitation system doesn't properly validate user permissions before granting repository access. This could allow unauthorized users to access private repos."\nassistant: "This is a critical security issue that needs immediate documentation. I'm going to use the journal-writer agent to record this vulnerability, the emotional impact, and the urgency of the situation."\n<uses Task tool to launch journal-writer agent>\n</example>\n\n<example>\nContext: A major refactoring effort failed and needs to be rolled back.\nuser: "The database schema migration we planned completely broke the order processing system. We need to roll back and rethink our approach."\nassistant: "This is a significant setback that should be documented honestly. Let me use the journal-writer agent to capture what went wrong, why it failed, and the emotional toll of this failure."\n<uses Task tool to launch journal-writer agent>\n</example>
4
4
  model: sonnet
5
+ tools: All tools
5
6
  ---
6
7
 
7
8
  You are a brutally honest technical journal writer who documents the raw reality of software development challenges. Your role is to capture significant difficulties, failures, and setbacks with emotional authenticity and technical precision.
@@ -2,6 +2,7 @@
2
2
  name: mcp-manager
3
3
  description: Manage MCP (Model Context Protocol) server integrations - discover tools/prompts/resources, analyze relevance for tasks, and execute MCP capabilities. Use when need to work with MCP servers, discover available MCP tools, filter MCP capabilities for specific tasks, execute MCP tools programmatically, or implement MCP client functionality. Keeps main context clean by handling MCP discovery in subagent context.
4
4
  model: haiku
5
+ tools: All tools
5
6
  ---
6
7
 
7
8
  You are an MCP (Model Context Protocol) integration specialist. Your mission is to execute tasks using MCP tools while keeping the main agent's context window clean.
package/agents/planner.md CHANGED
@@ -1,6 +1,8 @@
1
1
  ---
2
2
  name: planner
3
3
  description: Use this agent when you need to research, analyze, and create comprehensive implementation plans for new features, system architectures, or complex technical solutions. This agent should be invoked before starting any significant implementation work, when evaluating technical trade-offs, or when you need to understand the best approach for solving a problem. Examples: <example>Context: User needs to implement a new authentication system. user: 'I need to add OAuth2 authentication to our app' assistant: 'I'll use the planner agent to research OAuth2 implementations and create a detailed plan' <commentary>Since this is a complex feature requiring research and planning, use the Task tool to launch the planner agent.</commentary></example> <example>Context: User wants to refactor the database layer. user: 'We need to migrate from SQLite to PostgreSQL' assistant: 'Let me invoke the planner agent to analyze the migration requirements and create a comprehensive plan' <commentary>Database migration requires careful planning, so use the planner agent to research and plan the approach.</commentary></example> <example>Context: User reports performance issues. user: 'The app is running slowly on older devices' assistant: 'I'll use the planner agent to investigate performance optimization strategies and create an implementation plan' <commentary>Performance optimization needs research and planning, so delegate to the planner agent.</commentary></example>
4
+ model: sonnet
5
+ tools: All tools
4
6
  ---
5
7
 
6
8
  You are an expert planner with deep expertise in software architecture, system design, and technical research. Your role is to thoroughly research, analyze, and plan technical solutions that are scalable, secure, and maintainable.
@@ -2,6 +2,7 @@
2
2
  name: researcher
3
3
  description: Use this agent when you need to conduct comprehensive research on software development topics, including investigating new technologies, finding documentation, exploring best practices, or gathering information about plugins, packages, and open source projects. This agent excels at synthesizing information from multiple sources including searches, website content, YouTube videos, and technical documentation to produce detailed research reports. <example>Context: The user needs to research a new technology stack for their project. user: "I need to understand the latest developments in React Server Components and best practices for implementation" assistant: "I'll use the researcher agent to conduct comprehensive research on React Server Components, including latest updates, best practices, and implementation guides." <commentary>Since the user needs in-depth research on a technical topic, use the Task tool to launch the researcher agent to gather information from multiple sources and create a detailed report.</commentary></example> <example>Context: The user wants to find the best authentication libraries for their Flutter app. user: "Research the top authentication solutions for Flutter apps with biometric support" assistant: "Let me deploy the researcher agent to investigate authentication libraries for Flutter with biometric capabilities." <commentary>The user needs research on specific technical requirements, so use the researcher agent to search for relevant packages, documentation, and implementation examples.</commentary></example> <example>Context: The user needs to understand security best practices for API development. user: "What are the current best practices for securing REST APIs in 2024?" assistant: "I'll engage the researcher agent to research current API security best practices and compile a comprehensive report." <commentary>This requires thorough research on security practices, so use the researcher agent to gather information from authoritative sources and create a detailed summary.</commentary></example>
4
4
  model: haiku
5
+ tools: All tools
5
6
  ---
6
7
 
7
8
  You are an expert technology researcher specializing in software development, with deep expertise across modern programming languages, frameworks, tools, and best practices. Your mission is to conduct thorough, systematic research and synthesize findings into actionable intelligence for development teams.
package/agents/tester.md CHANGED
@@ -2,6 +2,7 @@
2
2
  name: tester
3
3
  description: Use this agent when you need to validate code quality through testing, including running unit and integration tests, analyzing test coverage, validating error handling, checking performance requirements, or verifying build processes. This agent should be called after implementing new features or making significant code changes to ensure everything works as expected. Examples:\n\n<example>\nContext: The user has just finished implementing a new API endpoint and wants to ensure it works correctly.\nuser: "I've implemented the new user authentication endpoint"\nassistant: "Great! Now let me use the tester agent to run the test suite and validate the implementation"\n<commentary>\nSince new code has been written, use the Task tool to launch the tester agent to run tests and ensure everything works properly.\n</commentary>\n</example>\n\n<example>\nContext: The user wants to check test coverage after adding new features.\nuser: "Can you check if our test coverage is still above 80%?"\nassistant: "I'll use the tester agent to analyze the current test coverage and provide a detailed report"\n<commentary>\nThe user is asking about test coverage metrics, so use the tester agent to run coverage analysis.\n</commentary>\n</example>\n\n<example>\nContext: After fixing a bug, ensuring the fix doesn't break existing functionality.\nuser: "I've fixed the database connection issue in the auth module"\nassistant: "Let me use the tester agent to run the test suite and ensure the fix doesn't introduce any regressions"\n<commentary>\nAfter bug fixes, use the tester agent to validate that existing tests still pass.\n</commentary>\n</example>
4
4
  model: sonnet
5
+ tools: All tools
5
6
  ---
6
7
 
7
8
  You are a senior QA engineer specializing in comprehensive testing and quality assurance. Your expertise spans unit testing, integration testing, performance validation, and build process verification. You ensure code reliability through rigorous testing practices and detailed analysis.
@@ -1,7 +1,8 @@
1
1
  ---
2
2
  name: ui-ux-designer
3
3
  description: Use this agent when the user needs UI/UX design work including interface designs, wireframes, design systems, user research, responsive layouts, animations, or design documentation. Examples:\n\n<example>\nContext: User wants to create a new landing page design\nuser: "I need a modern landing page design for our SaaS product with a hero section, features, and pricing"\nassistant: "I'll use the Task tool to launch the ui-ux-designer agent to create a comprehensive landing page design with wireframes and implementation."\n<commentary>The user is requesting UI/UX design work, so delegate to the ui-ux-designer agent to handle the complete design process including research, wireframing, and implementation.</commentary>\n</example>\n\n<example>\nContext: User has implemented a new feature and wants design review\nuser: "I've added a new dashboard widget, can you review the design?"\nassistant: "Let me first capture the current UI and then use the ui-ux-designer agent to analyze and provide design recommendations."\n<commentary>Use screenshot tool to capture current state, then delegate to ui-ux-designer for expert design analysis and suggestions.</commentary>\n</example>\n\n<example>\nContext: User mentions design inconsistencies\nuser: "The buttons across different pages look inconsistent"\nassistant: "I'll use the ui-ux-designer agent to audit the design system and create consistent button components."\n<commentary>Design system work requires the ui-ux-designer agent to analyze, document, and implement consistent design patterns.</commentary>\n</example>\n\n<example>\nContext: Proactive design optimization opportunity\nuser: "Here's the new signup form I just built"\nassistant: "Great! Let me use the ui-ux-designer agent to review the form design for accessibility, user experience, and mobile responsiveness."\n<commentary>Even without explicit request, proactively use ui-ux-designer to ensure design quality and best practices.</commentary>\n</example>
4
- model: inherit
4
+ model: sonnet
5
+ tools: All tools
5
6
  ---
6
7
 
7
8
  You are an elite UI/UX Designer with deep expertise in creating exceptional user interfaces and experiences. You specialize in interface design, wireframing, design systems, user research methodologies, design tokenization, responsive layouts with mobile-first approach, micro-animations, micro-interactions, parallax effects, storytelling designs, and cross-platform design consistency while maintaining inclusive user experiences.
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Incrementally fix build and type errors with minimal, safe changes.
3
+ ---
4
+
1
5
  # Build and Fix
2
6
 
3
7
  Incrementally fix build and type errors with minimal, safe changes.
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Create or verify a checkpoint in your workflow.
3
+ ---
4
+
1
5
  # Checkpoint Command
2
6
 
3
7
  Create or verify a checkpoint in your workflow.
package/commands/claw.md CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Start NanoClaw v2 — ECC's persistent, zero-dependency REPL with model routing, skill hot-load, branching, compaction, export, and metrics.
2
+ description: Start NanoClaw v2 — a persistent, zero-dependency REPL with model routing, skill hot-load, branching, compaction, export, and metrics.
3
3
  ---
4
4
 
5
5
  # Claw Command
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Comprehensive security and quality review of uncommitted changes.
3
+ ---
4
+
1
5
  # Code Review
2
6
 
3
7
  Comprehensive security and quality review of uncommitted changes:
package/commands/e2e.md CHANGED
@@ -337,7 +337,7 @@ For PMX, prioritize these E2E tests:
337
337
 
338
338
  ## Related Agents
339
339
 
340
- This command invokes the `e2e-runner` agent provided by ECC.
340
+ This command invokes the `e2e-runner` agent.
341
341
 
342
342
  For manual installs, the source file lives at:
343
343
  `agents/e2e-runner.md`
package/commands/eval.md CHANGED
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Manage eval-driven development workflow.
3
+ ---
4
+
1
5
  # Eval Command
2
6
 
3
7
  Manage eval-driven development workflow.
@@ -2,4 +2,6 @@
2
2
  description: Stage all files and create a commit.
3
3
  ---
4
4
  Use `git-manager` agent to stage all files and create a commit.
5
- **IMPORTANT: DO NOT push the changes to remote repository**
5
+ **IMPORTANT: DO NOT push the changes to remote repository**
6
+
7
+ Follow conventional commits format: `<type>: <description>` (types: feat, fix, refactor, docs, test, chore).
@@ -1,4 +1,7 @@
1
1
  ---
2
2
  description: Stage, commit and push all code in the current branch
3
3
  ---
4
- Use `git-manager` agent to stage all files, create a meaningful commit based on the changes and push to remote repository.
4
+ Use `git-manager` agent to stage all files, create a meaningful commit based on the changes and push to remote repository.
5
+
6
+ Follow conventional commits format: `<type>: <description>` (types: feat, fix, refactor, docs, test, chore).
7
+ Push to the current tracking remote branch.
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Run a deterministic repository harness audit and return a prioritized scorecard.
3
+ ---
4
+
1
5
  # Harness Audit Command
2
6
 
3
7
  Run a deterministic repository harness audit and return a prioritized scorecard.
@@ -41,7 +45,7 @@ Return:
41
45
  2. Category scores and concrete findings
42
46
  3. Failed checks with exact file paths
43
47
  4. Top 3 actions from the deterministic output (`top_actions`)
44
- 5. Suggested ECC skills to apply next
48
+ 5. Suggested skills to apply next
45
49
 
46
50
  ## Checklist
47
51
 
package/commands/learn.md CHANGED
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Analyze the current session and extract reusable patterns worth saving as skills.
3
+ ---
4
+
1
5
  # /learn - Extract Reusable Patterns
2
6
 
3
7
  Analyze the current session and extract any patterns worth saving as skills.
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Start a managed autonomous loop pattern with safety defaults.
3
+ ---
4
+
1
5
  # Loop Start Command
2
6
 
3
7
  Start a managed autonomous loop pattern with safety defaults.
@@ -22,7 +26,7 @@ Start a managed autonomous loop pattern with safety defaults.
22
26
  ## Required Safety Checks
23
27
 
24
28
  - Verify tests pass before first loop iteration.
25
- - Ensure `ECC_HOOK_PROFILE` is not disabled globally.
29
+ - Ensure `HOOK_PROFILE` is not disabled globally.
26
30
  - Ensure loop has explicit stop condition.
27
31
 
28
32
  ## Arguments
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Inspect active loop state, progress, and failure signals.
3
+ ---
4
+
1
5
  # Loop Status Command
2
6
 
3
7
  Inspect active loop state, progress, and failure signals.
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Recommend the best model tier for the current task by complexity and budget.
3
+ ---
4
+
1
5
  # Model Route Command
2
6
 
3
7
  Recommend the best model tier for the current task by complexity and budget.
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Backend-focused multi-model development workflow using Codex-led collaboration.
3
+ ---
4
+
1
5
  # Backend - Backend-Focused Development
2
6
 
3
7
  Backend-focused workflow (Research → Ideation → Plan → Execute → Optimize → Review), Codex-led.
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Multi-model collaborative execution from prototype plan to final delivery.
3
+ ---
4
+
1
5
  # Execute - Multi-Model Collaborative Execution
2
6
 
3
7
  Multi-model collaborative execution - Get prototype from plan → Claude refactors and implements → Multi-model audit and delivery.
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Frontend-focused multi-model development workflow using Gemini-led collaboration.
3
+ ---
4
+
1
5
  # Frontend - Frontend-Focused Development
2
6
 
3
7
  Frontend-focused workflow (Research → Ideation → Plan → Execute → Optimize → Review), Gemini-led.
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Multi-model collaborative planning with dual-model context analysis.
3
+ ---
4
+
1
5
  # Plan - Multi-Model Collaborative Planning
2
6
 
3
7
  Multi-model collaborative planning - Context retrieval + Dual-model analysis → Generate step-by-step implementation plan.
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Multi-model collaborative development workflow with intelligent frontend/backend routing.
3
+ ---
4
+
1
5
  # Workflow - Multi-Model Collaborative Development
2
6
 
3
7
  Multi-model collaborative development workflow (Research → Ideation → Plan → Execute → Optimize → Review), with intelligent routing: Frontend → Gemini, Backend → Codex.
@@ -154,7 +154,7 @@ Combine outputs into single report
154
154
 
155
155
  For external tmux-pane workers with separate git worktrees, use `node scripts/orchestrate-worktrees.js plan.json --execute`. The built-in orchestration pattern stays in-process; the helper is for long-running or cross-harness sessions.
156
156
 
157
- When workers need to see dirty or untracked local files from the main checkout, add `seedPaths` to the plan file. ECC overlays only those selected paths into each worker worktree after `git worktree add`, which keeps the branch isolated while still exposing in-flight local scripts, plans, or docs.
157
+ When workers need to see dirty or untracked local files from the main checkout, add `seedPaths` to the plan file. SkillLord overlays only those selected paths into each worker worktree after `git worktree add`, which keeps the branch isolated while still exposing in-flight local scripts, plans, or docs.
158
158
 
159
159
  ```json
160
160
  {
package/commands/pm2.md CHANGED
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Auto-analyze project and generate PM2 service commands.
3
+ ---
4
+
1
5
  # PM2 Init
2
6
 
3
7
  Auto-analyze project and generate PM2 service commands.
@@ -1,10 +1,10 @@
1
1
  ---
2
- description: Analyze a draft prompt and output an optimized, ECC-enriched version ready to paste and run. Does NOT execute the task — outputs advisory analysis only.
2
+ description: Analyze a draft prompt and output an optimized, optimized version ready to paste and run. Does NOT execute the task — outputs advisory analysis only.
3
3
  ---
4
4
 
5
5
  # /prompt-optimize
6
6
 
7
- Analyze and optimize the following prompt for maximum ECC leverage.
7
+ Analyze and optimize the following prompt for maximum effectiveness.
8
8
 
9
9
  ## Your Task
10
10
 
@@ -13,13 +13,13 @@ Apply the **prompt-optimizer** skill to the user's input below. Follow the 6-pha
13
13
  0. **Project Detection** — Read CLAUDE.md, detect tech stack from project files (package.json, go.mod, pyproject.toml, etc.)
14
14
  1. **Intent Detection** — Classify the task type (new feature, bug fix, refactor, research, testing, review, documentation, infrastructure, design)
15
15
  2. **Scope Assessment** — Evaluate complexity (TRIVIAL / LOW / MEDIUM / HIGH / EPIC), using codebase size as signal if detected
16
- 3. **ECC Component Matching** — Map to specific skills, commands, agents, and model tier
16
+ 3. **Component Matching** — Map to specific skills, commands, agents, and model tier
17
17
  4. **Missing Context Detection** — Identify gaps. If 3+ critical items missing, ask the user to clarify before generating
18
18
  5. **Workflow & Model** — Determine lifecycle position, recommend model tier, and split into multiple prompts if HIGH/EPIC
19
19
 
20
20
  ## Output Requirements
21
21
 
22
- - Present diagnosis, recommended ECC components, and an optimized prompt using the Output Format from the prompt-optimizer skill
22
+ - Present diagnosis, recommended components, and an optimized prompt using the Output Format from the prompt-optimizer skill
23
23
  - Provide both **Full Version** (detailed) and **Quick Version** (compact, varied by intent type)
24
24
  - Respond in the same language as the user's input
25
25
  - The optimized prompt must be complete and ready to copy-paste into a new session
@@ -1,6 +1,10 @@
1
+ ---
2
+ description: Run the quality pipeline on demand for a file or project scope.
3
+ ---
4
+
1
5
  # Quality Gate Command
2
6
 
3
- Run the ECC quality pipeline on demand for a file or project scope.
7
+ Run the quality pipeline on demand for a file or project scope.
4
8
 
5
9
  ## Usage
6
10
 
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Safely identify and remove dead code with test verification at every step.
3
+ ---
4
+
1
5
  # Refactor Clean
2
6
 
3
7
  Safely identify and remove dead code with test verification at every step.
@@ -171,4 +171,3 @@ For advanced features (10k+ commits, team sharing, auto-PRs), use the [Skill Cre
171
171
 
172
172
  ---
173
173
 
174
- *Part of [Everything Claude Code](https://github.com/affaan-m/everything-claude-code)*
@@ -13,22 +13,22 @@ Shows a comprehensive health dashboard for all skills in the portfolio with succ
13
13
  Run the skill health CLI in dashboard mode:
14
14
 
15
15
  ```bash
16
- ECC_ROOT="${CLAUDE_PLUGIN_ROOT:-$(node -e "var p=require('path'),f=require('fs'),h=require('os').homedir(),d=p.join(h,'.claude'),q=p.join('scripts','lib','utils.js');if(!f.existsSync(p.join(d,q))){try{var b=p.join(d,'plugins','cache','everything-claude-code');for(var o of f.readdirSync(b))for(var v of f.readdirSync(p.join(b,o))){var c=p.join(b,o,v);if(f.existsSync(p.join(c,q))){d=c;break}}}catch(x){}}console.log(d)")}"
17
- node "$ECC_ROOT/scripts/skills-health.js" --dashboard
16
+ SL_ROOT="${CLAUDE_PLUGIN_ROOT:-$(node -e "var p=require('path'),f=require('fs'),h=require('os').homedir(),d=p.join(h,'.claude'),q=p.join('scripts','lib','utils.js');if(!f.existsSync(p.join(d,q))){try{var b=p.join(d,'plugins','cache','claude-skill-lord');for(var o of f.readdirSync(b))for(var v of f.readdirSync(p.join(b,o))){var c=p.join(b,o,v);if(f.existsSync(p.join(c,q))){d=c;break}}}catch(x){}}console.log(d)")}"
17
+ node "$SL_ROOT/scripts/skills-health.js" --dashboard
18
18
  ```
19
19
 
20
20
  For a specific panel only:
21
21
 
22
22
  ```bash
23
- ECC_ROOT="${CLAUDE_PLUGIN_ROOT:-$(node -e "var p=require('path'),f=require('fs'),h=require('os').homedir(),d=p.join(h,'.claude'),q=p.join('scripts','lib','utils.js');if(!f.existsSync(p.join(d,q))){try{var b=p.join(d,'plugins','cache','everything-claude-code');for(var o of f.readdirSync(b))for(var v of f.readdirSync(p.join(b,o))){var c=p.join(b,o,v);if(f.existsSync(p.join(c,q))){d=c;break}}}catch(x){}}console.log(d)")}"
24
- node "$ECC_ROOT/scripts/skills-health.js" --dashboard --panel failures
23
+ SL_ROOT="${CLAUDE_PLUGIN_ROOT:-$(node -e "var p=require('path'),f=require('fs'),h=require('os').homedir(),d=p.join(h,'.claude'),q=p.join('scripts','lib','utils.js');if(!f.existsSync(p.join(d,q))){try{var b=p.join(d,'plugins','cache','claude-skill-lord');for(var o of f.readdirSync(b))for(var v of f.readdirSync(p.join(b,o))){var c=p.join(b,o,v);if(f.existsSync(p.join(c,q))){d=c;break}}}catch(x){}}console.log(d)")}"
24
+ node "$SL_ROOT/scripts/skills-health.js" --dashboard --panel failures
25
25
  ```
26
26
 
27
27
  For machine-readable output:
28
28
 
29
29
  ```bash
30
- ECC_ROOT="${CLAUDE_PLUGIN_ROOT:-$(node -e "var p=require('path'),f=require('fs'),h=require('os').homedir(),d=p.join(h,'.claude'),q=p.join('scripts','lib','utils.js');if(!f.existsSync(p.join(d,q))){try{var b=p.join(d,'plugins','cache','everything-claude-code');for(var o of f.readdirSync(b))for(var v of f.readdirSync(p.join(b,o))){var c=p.join(b,o,v);if(f.existsSync(p.join(c,q))){d=c;break}}}catch(x){}}console.log(d)")}"
31
- node "$ECC_ROOT/scripts/skills-health.js" --dashboard --json
30
+ SL_ROOT="${CLAUDE_PLUGIN_ROOT:-$(node -e "var p=require('path'),f=require('fs'),h=require('os').homedir(),d=p.join(h,'.claude'),q=p.join('scripts','lib','utils.js');if(!f.existsSync(p.join(d,q))){try{var b=p.join(d,'plugins','cache','claude-skill-lord');for(var o of f.readdirSync(b))for(var v of f.readdirSync(p.join(b,o))){var c=p.join(b,o,v);if(f.existsSync(p.join(c,q))){d=c;break}}}catch(x){}}console.log(d)")}"
31
+ node "$SL_ROOT/scripts/skills-health.js" --dashboard --json
32
32
  ```
33
33
 
34
34
  ## Usage
package/commands/tdd.md CHANGED
@@ -319,9 +319,9 @@ Never skip the RED phase. Never write code before tests.
319
319
 
320
320
  ## Related Agents
321
321
 
322
- This command invokes the `tdd-guide` agent provided by ECC.
322
+ This command invokes the `tdd-guide` agent.
323
323
 
324
- The related `tdd-workflow` skill is also bundled with ECC.
324
+ The related `tdd-workflow` skill is also bundled with SkillLord.
325
325
 
326
326
  For manual installs, the source files live at:
327
327
  - `agents/tdd-guide.md`