Marketplace for the Renku Claude Code plugin
npx claudepluginhub keremk/renku-skillsClaude Code plugin with 8 Renku skills covering the full video generation workflow: blueprint design, workflow selection, prompt writing, director authoring, condition auditing, run validation, video creation, and prompt guide maintenance.
This repository is a standalone skills/plugin package for working with the Renku CLI.
It was split out from the main Renku codebase so teams can install and share just the skills layer without distributing the full repository.
Important: these skills assume you already have the Renku CLI installed and configured. Without the CLI, they are not useful.
After installing, verify:
renku --version
If this is your first Renku setup, initialize your workspace:
renku init --root=~/renku-workspace
.
├── .claude-plugin/
│ ├── plugin.json
│ └── marketplace.json
├── agents/
│ ├── director-prompt-engineer.md
│ └── model-picker.md
└── skills/
├── create-blueprint/
├── director-prompt-engineer/
└── model-picker/
skills/ contains the reusable skill definitions (SKILL.md + references)agents/ contains Claude Code subagents used by the skills.claude-plugin/plugin.json is the Claude Code plugin manifest.claude-plugin/marketplace.json lets you install this plugin through Claude's marketplace flow (local or Git-hosted)You can use either a session-only load or an installed plugin.
claude --plugin-dir /absolute/path/to/this/repo
Inside Claude Code, run:
/plugin marketplace add /absolute/path/to/this/repo
/plugin install renku-plugin@renku-skills
Then reload plugins:
/reload-plugins
Use skills with namespaced commands such as:
/renku-plugin:create-blueprint
Claude Code desktop uses the same plugin system as CLI.
+ prompt menu, or/plugin ...) directly in the session./plugin marketplace add /absolute/path/to/this/repo
/plugin install renku-plugin@renku-skills
/reload-plugins
Codex loads skills from ~/.agents/skills (user scope) and from .agents/skills in repositories.
Recommended (from this repo root):
./scripts/install-codex-skills.sh
To remove only the symlinks created by this repo later:
./scripts/uninstall-codex-skills.sh
Manual equivalent:
mkdir -p ~/.agents/skills
for s in /absolute/path/to/this/repo/skills/*; do ln -sfn "$s" ~/.agents/skills/"$(basename "$s")"; done
Then start Codex and verify skills are visible:
/skills
Invoke directly with skill syntax, for example:
$create-blueprint
Codex app uses the same skill locations as Codex CLI.
~/.agents/skills (use ./scripts/install-codex-skills.sh).$<skill-name> (for example, $create-blueprint)..claude-plugin, agents/, skills/).skills/* directories via .agents/skills or ~/.agents/skills.Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage