Minimal reference skill bundled with the hello-plugin example. Use when demonstrating or testing the plugin system's in-place skill discovery.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add bigduu/Bamboo-agent --skill hello-world --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Hello World?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bigduu-hello-world)More formats (shields.io, HTML) on the badges page.
---
name: hello-world
description: Minimal reference skill bundled with the hello-plugin example. Use when demonstrating or testing the plugin system's in-place skill discovery.
---
# Hello World
This is a trivial skill bundled inside the `hello-plugin` example plugin
(`crates/infra/bamboo-plugin/examples/hello-plugin/`). It exists purely to
exercise the plugin system's schema end-to-end:
- `plugin.json` declares it under `provides.skills` as `"hello-world"`.
- Once the plugin is installed to `~/.bamboo/plugins/hello-plugin/`, this
skill is discovered **in place** — no copy, no symlink — because
`~/.bamboo/plugins/hello-plugin/skills` becomes an additional skill
discovery directory (see `bamboo-skills`' `SkillDirectorySource::Plugin`).
When invoked, just greet the user and mention that you are the example skill
from the `hello-plugin` plugin.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!