By erikwski
Shared skills for the Datacolor team — PBI prompt generation and more.
Shared Claude Code skills for the Datacolor team.
| Skill | Command | Description |
|---|---|---|
| PBI to Prompt | /datacolor-skills:pbi-to-prompt | Turns a PBI title, description, and acceptance criteria into a ready-to-use Claude prompt |
Skills are a Claude Code feature and don't exist on the claude.ai web app. The equivalent is a shared Project with custom instructions.
See docs/claude-project-instructions.md for:
There are two ways to use these skills.
Copy the skills into any project that already uses Claude Code. The skills will be available to everyone who works in that project.
# From the root of the target project:
git clone https://github.com/erikwski/CLM.plugin /tmp/clm-plugin
cp -r /tmp/clm-plugin/skills .claude/skills
Then inside Claude Code:
/datacolor-skills:pbi-to-prompt
The
.claude/skills/folder is loaded automatically by Claude Code. Commit it so the whole team shares it.
git clone https://github.com/erikwski/CLM.plugin /tmp/clm-plugin
cp -r /tmp/clm-plugin/skills "$HOME/.claude/skills"
The skills are now available globally in all your Claude Code sessions.
/plugin marketplace add erikwski/CLM.plugin
/plugin install datacolor-skills
git -C /tmp/clm-plugin pull
cp -r /tmp/clm-plugin/skills .claude/skills # or $HOME/.claude/skills for user-level
/datacolor-skills:pbi-to-prompt.skills/<skill-name>/SKILL.md — the folder name becomes the command suffix.description frontmatter field and write the instructions for Claude.main.---
name: my-skill
description: One sentence — what this skill does and when to use it.
---
Instructions for Claude go here.
Use $ARGUMENTS to capture anything the user types after the command name.
Open a PR against main. Keep each skill focused on a single task.
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.
npx claudepluginhub erikwski/clm.plugin --plugin datacolor-skillsComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.