claude-skill-lord 2.0.6 → 2.0.7

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 (46) hide show
  1. package/CLAUDE.md +1 -1
  2. package/README.md +5 -5
  3. package/agents/brainstormer.md +2 -0
  4. package/agents/code-reviewer.md +1 -0
  5. package/agents/copywriter.md +1 -0
  6. package/agents/database-admin.md +1 -0
  7. package/agents/debugger.md +1 -0
  8. package/agents/docs-manager.md +1 -0
  9. package/agents/journal-writer.md +1 -0
  10. package/agents/mcp-manager.md +1 -0
  11. package/agents/planner.md +2 -0
  12. package/agents/researcher.md +1 -0
  13. package/agents/tester.md +1 -0
  14. package/agents/ui-ux-designer.md +2 -1
  15. package/commands/build-fix.md +4 -0
  16. package/commands/checkpoint.md +4 -0
  17. package/commands/code-review.md +4 -0
  18. package/commands/eval.md +4 -0
  19. package/commands/git/cm.md +3 -1
  20. package/commands/git/cp.md +4 -1
  21. package/commands/harness-audit.md +4 -0
  22. package/commands/learn.md +4 -0
  23. package/commands/loop-start.md +4 -0
  24. package/commands/loop-status.md +4 -0
  25. package/commands/model-route.md +4 -0
  26. package/commands/multi-backend.md +4 -0
  27. package/commands/multi-execute.md +4 -0
  28. package/commands/multi-frontend.md +4 -0
  29. package/commands/multi-plan.md +4 -0
  30. package/commands/multi-workflow.md +4 -0
  31. package/commands/pm2.md +4 -0
  32. package/commands/quality-gate.md +4 -0
  33. package/commands/refactor-clean.md +4 -0
  34. package/commands/test-coverage.md +4 -0
  35. package/commands/update-codemaps.md +4 -0
  36. package/commands/update-docs.md +4 -0
  37. package/commands/verify.md +4 -0
  38. package/docs/ARCHITECTURE.md +28 -53
  39. package/docs/COMMAND-REFERENCE.md +161 -30
  40. package/docs/SKILL-CATALOG.md +247 -77
  41. package/package.json +2 -2
  42. package/scripts/install.js +9 -1
  43. package/skills/google-adk-python/SKILL.md +5 -0
  44. package/skills/manifest.json +812 -0
  45. package/skills/skill-stocktake/SKILL.md +1 -1
  46. package/skills/template-skill/SKILL.md +11 -0
@@ -1,6 +1,6 @@
1
1
  ---
2
+ name: skill-stocktake
2
3
  description: "Use when auditing Claude skills and commands for quality. Supports Quick Scan (changed skills only) and Full Stocktake modes with sequential subagent batch evaluation."
3
- origin: ECC
4
4
  ---
5
5
 
6
6
  # skill-stocktake
@@ -4,3 +4,14 @@ description: Replace with description of the skill and when Claude should use it
4
4
  ---
5
5
 
6
6
  # Insert instructions below
7
+
8
+ ## When to Use
9
+ Describe the trigger conditions for activating this skill.
10
+
11
+ ## How to Use
12
+ 1. Step one of the workflow
13
+ 2. Step two of the workflow
14
+ 3. Step three of the workflow
15
+
16
+ ## Notes
17
+ Add any important constraints or tips here.