fix: remove claude plugin marketplace commands (skills are local now)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
gavrielc
2026-03-10 22:59:23 +02:00
parent 04fb44e417
commit 0cfdde46c6
3 changed files with 10 additions and 36 deletions

View File

@@ -9,12 +9,7 @@ This skill helps users add capabilities or modify behavior. Use AskUserQuestion
## Workflow
1. **Install marketplace** - If feature skills aren't available yet, install the marketplace plugin:
```bash
claude plugin install nanoclaw-skills@nanoclaw-skills --scope project
```
This is hot-loaded — all feature skills become immediately available.
2. **Understand the request** - Ask clarifying questions
1. **Understand the request** - Ask clarifying questions
3. **Plan the changes** - Identify files to modify. If a skill exists for the request (e.g., `/add-telegram` for adding Telegram), invoke it instead of implementing manually.
4. **Implement** - Make changes directly to the code
5. **Test guidance** - Tell user how to verify