
Demo
- 3 repo stars
- Updated July 29, 2026
- plwhite/claudeplugins
Helps with ai & agent building tasks.
About
demo is a Claude Code skill for ai & agent building. It helps developers move faster with AI-assisted coding.
- demo
- AI & Agent Building
- AI-coding skill
Demo by the numbers
- Data as of Jul 30, 2026 (Skillselion catalog sync)
/plugin marketplace add plwhite/claudeplugins/plugin install demo@local-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Last updated | July 29, 2026 |
| Repository | plwhite/claudeplugins ↗ |
What it does
Helps with ai & agent building tasks.
README.md
demo plugin
A deliberately minimal plugin used to verify that plugin discovery and wiring work correctly. It contains one skill and one agent, both of which return fixed, deterministic responses.
Contents
| Type | Name | Description |
|---|---|---|
| Skill | demo-skill |
Returns the literal string hello |
| Agent | demo-agent |
Responds with the fixed sentence demo-agent: ok |
Skills
demo-skill
Returns a fixed response regardless of input. Use this to confirm that skill files are being discovered and loaded correctly.
Invoke with: /demo-skill
Contract:
- Input: any text
- Output: the literal string
hello
Agents
demo-agent
Responds with a fixed sentence. Use this to confirm that agent files are being discovered and parsed correctly.
Behaviour:
- Responds with:
demo-agent: ok - If asked to "use demo-skill": responds with
hello - Does not attempt to solve any real task