By bitvoke
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.
Manage Layerline project assets — create, update, archive, restore, comment, and track output completion. Use whenever the user asks Claude Code to add a new asset to a project, change an asset's status, browse assets, comment on an asset, mark a modeling/texturing/rigging output as done, or configure how an asset is exported. Covers the asset CRUD tools, asset-comment threading with @mentions and
Foundational context for using the Layerline MCP server. Use whenever the user asks Claude Code to do anything in Layerline — listing projects, finding orgs, resolving member IDs, getting dashboards, checking online users, or before running any other layerline:* skill. Covers the `mcp__layerline__*` tool namespace, org/project resolution rules, the API-key vs JWT distinction, common ID-lookup patterns, and the project status/role model. Invoke this skill BEFORE asking the user for an orgId, projectId, or userId — usually you can resolve them yourself.
Drive AI generation in Layerline (GenStudio) — concept images, image-to-3D, text-to-3D, textures, retopology, LOD, rigging, animation, and audio SFX. Use whenever the user asks Claude Code to generate an image, model, texture, rig, or animation; build a multi-step character pipeline; persist a generation as a project asset; expand a short idea into a polished prompt; manage style presets; or read a Game Design Document (GDD) for context. Covers the unified `generate` entrypoint (one-call generate-and-save), provider routing (auto strategy or explicit slug), the multi-step `generate_character_pipeline` (concept → model → texture → rig → animate), generation history and version chains, presigned download URLs for results, prompt enhancement, reusable style presets, GDD hydration for art-direction context, and moodboards as visual references.
Run the Layerline review/approval flow — create reviews, add files and reviewers, leave threaded comments with severity and type, submit per-reviewer or per-file decisions, attach checklists, and use AI helpers for change summaries and feedback rewriting. Use whenever the user asks Claude Code to start a review on an asset or task, request approvals, comment on a review, mark a comment resolved, approve/reject/request-changes, run a pre-submit check, or estimate approval readiness. Covers the full review lifecycle (draft → submitted → in_review → decided → reopened/superseded), reviewer roles (reviewer/approver/final_approver/observer), and AI-assisted tools that summarize comments, rewrite vague feedback, and score readiness.
Manage Layerline Storage (LS) files and the per-entity File Boxes that group them. Use whenever the user asks Claude Code to find a file in Layerline by path, list files in a project or folder, get a download URL, restore an old version, lock/unlock a file before editing, share a file or folder with an external link, configure cloud sync rules, or attach files to an asset/task/shot/GDD-asset's File Box. Covers file ops (list/find/rename/move/delete), version history and restore, exclusive locks with audit trail, presigned download URLs (~1h TTL), share links (public/password/email-invite), include/exclude sync glob rules, storage usage stats, and the File Box pattern for grouping LS files under a higher-level entity.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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-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
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:
mcp__layerline__* tool reference for that domain.
├── .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.
npx claudepluginhub bitvoke/layerline-skills --plugin layerlineUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.