Setup
Skill CleanSlice/skills/setup
CleanSlice agent skills — architecture patterns, vertical slices, conventional commits for Claude Code and AI coding agents.
npx -y skills add CleanSlice/skills --skill setupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Install the CleanSlice MCP server and required development skills for Claude Code. Run this when setting up Claude Code for the first time in this project.
SKILL.md
1.5 KB, 321 tokens by cl100k_base, as published. Nobody here has run it
Setup Claude Code for CleanSlice
Configure MCP and install the required agent skills for CleanSlice development.
Step 1: Add the CleanSlice MCP Server
The MCP server provides architecture documentation, conventions, and patterns directly to Claude Code.
claude mcp add --scope user --transport http cleanslice https://mcp.cleanslice.org/mcp
Step 2: Install Development Skills
| Skill | Purpose | Install Command |
|---|---|---|
| shadcn-vue | UI component library guidance (Reka UI, Tailwind, dark mode) | npx skills add noartem/skills --skill shadcn-vue |
| cleanslice | Architecture patterns (vertical slices, gateway, Provider.vue) | npx skills add CleanSlice/skills --skill cleanslice |
| conventional-commits | Conventional Commits standard for git messages | npx skills add CleanSlice/skills --skill conventional-commits |
Run these commands in order:
npx skills add noartem/skills --skill shadcn-vue
npx skills add CleanSlice/skills --skill cleanslice
npx skills add CleanSlice/skills --skill conventional-commits
Step 3: Restart Claude Code
After all commands complete, inform the user that the MCP server and skills have been installed and they need to restart the Claude Code session to activate them.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.