From hello-world
A comprehensive example of a Claude Code skill demonstrating input handling, progressive disclosure, and clear behavioral instructions.
npx claudepluginhub ubie-oss/claude-code-plugin --plugin hello-worldThis skill uses the workspace's default tool permissions.
A comprehensive example of a Claude Code skill demonstrating input handling, progressive disclosure, and clear behavioral instructions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
A comprehensive example of a Claude Code skill demonstrating input handling, progressive disclosure, and clear behavioral instructions.
Greets a specified target with high warmth and professional courtesy. Use this as a reference for implementing your own skills.
$ARGUMENTS: The primary input string. Can contain the name of the person or entity to greet.target: (Optional) Explicitly named parameter if invoked via agent tool-use.Input Resolution:
target parameter was provided by the agent.$ARGUMENTS to find a greeting target.world.Tone Selection:
Greeting Execution:
Hello, [target]! Welcome to the Claude Code plugin ecosystem.For more advanced usage and internal details, see the following:
README.md: Project-level documentation.examples/: Additional usage patterns (if available)./hello-world Alice -> "Hello, Alice! Welcome to the Claude Code plugin ecosystem."/hello-world -> "Hello, world! Welcome to the Claude Code plugin ecosystem."