agentsclimarketplace

Setup

Skill CleanSlice/skills/setup

CleanSlice agent skills — architecture patterns, vertical slices, conventional commits for Claude Code and AI coding agents.

Install
npx -y skills add CleanSlice/skills --skill setup

Assembled 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

SkillPurposeInstall Command
shadcn-vueUI component library guidance (Reka UI, Tailwind, dark mode)npx skills add noartem/skills --skill shadcn-vue
cleansliceArchitecture patterns (vertical slices, gateway, Provider.vue)npx skills add CleanSlice/skills --skill cleanslice
conventional-commitsConventional Commits standard for git messagesnpx 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.

Keep looking

Skills are one crate of 326,984. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.