@kiipu/claude-plugin
v0.0.8
Published
Kiipu Claude Code plugin with a namespaced skill for posting through the Kiipu CLI.
Readme
Kiipu Claude Code Plugin
Claude Code integration for Kiipu workflows.
@kiipu/claude-plugin is the packaged Claude Code integration for Kiipu. Choose this package when you want the plugin-ready distribution instead of assembling the raw skill assets yourself.
It provides:
- a Kiipu skill for authenticated CLI usage
- a Kiipu namespaced command for quick posting
- the plugin metadata required by Claude Code
Install
Install the Kiipu CLI first:
npm install -g @kiipu/cliThen install the Claude Code plugin package:
npm install @kiipu/claude-pluginWhat It Includes
The published package contains:
.claude-plugin/
plugin.json
marketplace.json
commands/
note.md
skills/
kiipu-cli/
SKILL.md
README.md
LICENSEHow It Works
The plugin connects Claude Code to the local kiipu CLI.
That means:
- Claude Code can trigger Kiipu actions through the local CLI
- authentication and posting happen through the installed
kiipucommand - the plugin does not need to call Kiipu APIs directly
Authentication
Before using the plugin, make sure the local CLI is authenticated:
kiipu auth loginYou can verify local setup with:
kiipu auth status
kiipu doctorTypical Usage
Once the plugin is available in Claude Code, use the Kiipu skill or Kiipu command from your Claude workflow.
For example:
/kiipu:note Ship the beta todayWhich Package To Choose
Choose @kiipu/claude-plugin when you want the packaged Claude Code integration.
Choose @kiipu/skills when you only want the standalone skill assets.
Choose @kiipu/cli when you only want the executable command line tool.
Related Packages
@kiipu/cliis the executable CLI used for real Kiipu actions@kiipu/skillscontains the standalone skill assets@kiipu/claude-pluginpackages those assets for Claude Code
