A small Claude Code marketplace published by Bitvoke Lab. Currently ships one plugin:
layerline— six domain skills (layerline:core,layerline:assets,layerline:tasks,layerline:reviews,layerline:storage,layerline:genstudio) that teach Claude Code how to drive the Layerline MCP server: managing projects, assets, tasks, reviews, file storage, and GenStudio generations.
This folder is mirrored, not authored, in this GitHub repo. The source lives in
Bitvoke/tooling-monorepounderskills/; a GitHub Action publishes changes to this repo on every push to the monorepo'smainbranch.
In any project where you want the Layerline skills available to Claude Code:
claude plugin marketplace add github:Bitvoke/layerline-skills
claude plugin install layerline@bitvoke-skillsThen restart Claude Code. The skills appear under the layerline: namespace and trigger automatically when you ask Claude Code anything Layerline-related.
To remove later:
claude plugin uninstall layerline@bitvoke-skills
claude plugin marketplace remove bitvoke-skills| Skill | Triggers when you ask about… |
|---|---|
layerline:core |
Foundational — orgs, projects, members, statuses, dashboards, ID resolution |
layerline:assets |
Project assets, asset comments, output completion, asset statuses, export configs |
layerline:tasks |
Tasks, milestones, task comments, checklists, time tracking, assignments |
layerline:reviews |
Reviews, reviewer assignments, comments, decisions, checklists, AI summaries |
layerline:storage |
Layerline Storage files, versions, locks, shares, sync rules, file boxes |
layerline:genstudio |
GenStudio AI generations (image, 3D, texture, rig, animate), styles, moodboards, GDD context |
Each skill encodes:
- The relevant
mcp__layerline__*tool reference for that domain - Common workflows as recipes (e.g. "create a character asset called Hero Knight")
- Hard-won rules that are easy to get wrong (UUID handling, lock semantics, auto-persist combos)
- Pairings with the other skills
.
├── .claude-plugin/marketplace.json ← marketplace manifest (this repo)
└── layerline/ ← the only plugin (for now)
├── .claude-plugin/plugin.json
└── skills/
├── core/SKILL.md
├── assets/SKILL.md
├── tasks/SKILL.md
├── reviews/SKILL.md
├── storage/SKILL.md
└── genstudio/SKILL.md
PRs here will be overwritten by the next mirror sync — open them in Bitvoke/tooling-monorepo instead, against skills/ on main. Issues are welcome on either repo.
The plugin version lives in layerline/.claude-plugin/plugin.json. Releases are tagged layerline--vX.Y.Z on the source monorepo via claude plugin tag skills/layerline.
UNLICENSED — internal Bitvoke use today. License terms may relax as the plugin matures; check plugin.json and this README for the latest.