← All plugins
hello-world
v1.12.0Simple example plugin demonstrating basic slash commands
Claude Code
by Jeremy LongshoreMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/examples/hello-world/ inside the repository.
Layout
plugins/examples/hello-world/
└── .claude-plugin/plugin.json
Manifests1
plugins/examples/hello-world/.claude-plugin/plugin.json
{
"name": "hello-world",
"version": "1.12.0",
"description": "Simple example plugin demonstrating basic slash commands",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"example",
"tutorial",
"beginner"
]
}