docs: fix lint warnings and clean up references
- Fix MD060 table separator spacing across all docs - Fix MD031/MD032 blank lines around code fences and lists - Fix MD029 ordered list numbering in ecc-setup-guide - Genericize hardcoded app names (LedGrab/MediaServer → YourApp) - Remove non-existent `claude skill install` CLI command - Add staleness warning for ECC Windows fixes - Add cross-link from windows-code-signing to gitea-python-ci-cd
This commit is contained in:
@@ -27,13 +27,7 @@ Skills are a different extension mechanism from MCPs. They are prompt-based exte
|
||||
|
||||
Skills are distributed as `.skill` files (ZIP archives containing a `SKILL.md` and optional scripts).
|
||||
|
||||
**Option 1 — CLI** (if `claude` command is available):
|
||||
|
||||
```bash
|
||||
claude skill install --scope user my-skill.skill
|
||||
```
|
||||
|
||||
**Option 2 — Manual extraction** (works everywhere, including VS Code extension):
|
||||
**Manual extraction** (works everywhere, including VS Code extension):
|
||||
|
||||
```bash
|
||||
# Python one-liner
|
||||
|
||||
Reference in New Issue
Block a user