Files
holocron/plugins/hello-world/README.md
Defame1297 41f98f6efd feat: bootstrap holocron marketplace with hello-world plugin
Adds marketplace scaffolding (.claude-plugin/marketplace.json,
.github/plugin/marketplace.json) and a hello-world proof-of-concept
plugin to validate the format before migrating real skills.

Also fixes inventory.sh to include .agents/ in the hidden-dir exception
list so audits correctly surface the 16 existing skills.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-20 13:29:38 +00:00

34 lines
719 B
Markdown

# hello-world
Minimal proof-of-concept plugin for the `holocron` marketplace. Install it to confirm the marketplace scaffolding works, then replace it with real plugins.
## Install via marketplace
### Claude Code
```bash
claude plugin marketplace add <owner>/ai-development
claude plugin install hello-world@holocron
```
### GitHub Copilot CLI
```bash
copilot plugin marketplace add <owner>/ai-development
copilot plugin install hello-world
```
## Local dev install
### Claude Code
```bash
claude --plugin-dir ./plugins/hello-world
```
### GitHub Copilot CLI
```bash
copilot plugin install ./plugins/hello-world
```
## Verify
After install, open a new session and type `/hello-world` or "test plugin install".