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.
- package/CLAUDE.md +1 -1
- package/README.md +5 -5
- package/agents/brainstormer.md +2 -0
- package/agents/code-reviewer.md +1 -0
- package/agents/copywriter.md +1 -0
- package/agents/database-admin.md +1 -0
- package/agents/debugger.md +1 -0
- package/agents/docs-manager.md +1 -0
- package/agents/journal-writer.md +1 -0
- package/agents/mcp-manager.md +1 -0
- package/agents/planner.md +2 -0
- package/agents/researcher.md +1 -0
- package/agents/tester.md +1 -0
- package/agents/ui-ux-designer.md +2 -1
- package/commands/build-fix.md +4 -0
- package/commands/checkpoint.md +4 -0
- package/commands/code-review.md +4 -0
- package/commands/eval.md +4 -0
- package/commands/git/cm.md +3 -1
- package/commands/git/cp.md +4 -1
- package/commands/harness-audit.md +4 -0
- package/commands/learn.md +4 -0
- package/commands/loop-start.md +4 -0
- package/commands/loop-status.md +4 -0
- package/commands/model-route.md +4 -0
- package/commands/multi-backend.md +4 -0
- package/commands/multi-execute.md +4 -0
- package/commands/multi-frontend.md +4 -0
- package/commands/multi-plan.md +4 -0
- package/commands/multi-workflow.md +4 -0
- package/commands/pm2.md +4 -0
- package/commands/quality-gate.md +4 -0
- package/commands/refactor-clean.md +4 -0
- package/commands/test-coverage.md +4 -0
- package/commands/update-codemaps.md +4 -0
- package/commands/update-docs.md +4 -0
- package/commands/verify.md +4 -0
- package/docs/ARCHITECTURE.md +28 -53
- package/docs/COMMAND-REFERENCE.md +161 -30
- package/docs/SKILL-CATALOG.md +247 -77
- package/package.json +2 -2
- package/scripts/install.js +9 -1
- package/skills/google-adk-python/SKILL.md +5 -0
- package/skills/manifest.json +812 -0
- package/skills/skill-stocktake/SKILL.md +1 -1
- package/skills/template-skill/SKILL.md +11 -0
|
@@ -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.
|