HoloViz Skills¶
A curated collection of Agent Skills for the HoloViz ecosystem — Panel, hvPlot, HoloViews, Param, and more.
What are Agent Skills?¶
Agent Skills are folders of instructions, scripts, and references that teach AI agents how to work effectively with a specific library or workflow. These skills help agents produce correct, idiomatic HoloViz code instead of guessing from stale training data.
Available Skills¶
- Developing with HoloViz — skills for building apps with Panel, hvPlot, HoloViews, Param, and more
- Contributing to HoloViz — skills for maintaining and contributing to HoloViz packages
- Creating Custom Skills — guide for adding new skills to this repository
Using Skills¶
Agent Skills are supported by a growing number of AI coding tools. The quickest way to install them is via the CLI:
pip install holoviz-skills
holoviz-skills install # auto-detects tools on your machine
holoviz-skills install --global # install to global (~/) paths instead
Or target a specific tool:
holoviz-skills install --claude-code # .claude/skills/
holoviz-skills install --codex # .codex/skills/ (OpenAI Codex)
holoviz-skills install --copilot # .github/skills/ (GitHub Copilot)
holoviz-skills install --cursor # .cursor/skills/
holoviz-skills install --windsurf # .windsurf/skills/
holoviz-skills install --cline # .cline/skills/
holoviz-skills install --jetbrains # .junie/skills/ (JetBrains / Junie)
holoviz-skills install --gemini-cli # .gemini/skills/
holoviz-skills install --antigravity # .agents/skills/ (Google Antigravity)
holoviz-skills install --kiro # .kiro/skills/
holoviz-skills install --mistral-vibe # .vibe/skills/
holoviz-skills install --agent # .agents/skills/ (cross-tool standard, commit to git)
Alternatively, use the Download ZIP icon at the top of any skill page, or grab the whole collection at once. Each category and sub-skill also has its own ZIP nested under assets/ in the repository.
See your tool's documentation for manual setup instructions:
Claude Code / Cowork · GitHub Copilot · OpenAI Codex · Cursor · Windsurf · Cline · JetBrains AI · Gemini CLI · Antigravity · Kiro · Mistral Vibe
You can also click the Copy Markdown icon at the top of each skill page to paste a skill directly into any AI chat. Claude Desktop / Cowork users can install all skills at once via the pre-built plugin.
Contributing¶
Contributions are welcome! To add a new skill:
- Fork the repository
- Create a new folder under an appropriate category
- Add a
SKILL.mdfile following the template structure - Submit a pull request
See Creating Custom HoloViz Skills for guidance on authoring new skills.
License¶
BSD — see LICENSE.txt.