Skip to content

Bitvoke/layerline-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Bitvoke Skills — Claude Code marketplace

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-monorepo under skills/; a GitHub Action publishes changes to this repo on every push to the monorepo's main branch.

Install

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-skills

Then 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

What's in the layerline plugin

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

Layout

.
├── .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

Contributing

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.

Versioning

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.

License

UNLICENSED — internal Bitvoke use today. License terms may relax as the plugin matures; check plugin.json and this README for the latest.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors