Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
layerline logo

layerline

bitvoke-skills

developmentClaude Codeby Bitvoke Lab

Summary

Domain skills for driving the Layerline MCP server. Six skills (core, assets, tasks, reviews, storage, genstudio) that teach agents the layerline-mcp-server tool surface — how to resolve org/project/user IDs, manage assets and tasks, run reviews, work with Layerline Storage and File Boxes, and drive GenStudio generations.

Install to Claude Code

/plugin install layerline@bitvoke-skills

Run in Claude Code. Add the marketplace first with /plugin marketplace add Bitvoke/layerline-skills if you haven't already.

README.md

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.

Related plugins

Browse all →