KS
Killer-Skills

deploy-skills — Categories.community

v1.0.0
GitHub

About this Skill

Perfect for CLI-based AI Agents needing skill deployment and management across multiple sessions. CLI tool for indexing and searching document repositories

svetzal svetzal
[0]
[0]
Updated: 3/3/2026

Quality Score

Top 5%
25
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add svetzal/researcher-cli

Agent Capability Analysis

The deploy-skills MCP Server by svetzal is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion.

Ideal Agent Persona

Perfect for CLI-based AI Agents needing skill deployment and management across multiple sessions.

Core Value

Empowers agents to seamlessly copy skills into global locations, leveraging CLI tools for indexing and searching document repositories, and supporting agents like Claude Code and Openclaw with targeted global skills paths such as ~/.claude/skills/ and ~/.openclaw/workspace/skills/.

Capabilities Granted for deploy-skills MCP Server

Deploying custom skills across multiple agent sessions
Managing global skill locations for consistent agent behavior
Streamlining skill development with automated deployment scripts

! Prerequisites & Limits

  • Requires filesystem access and write permissions
  • Limited to supported agents with defined global skills paths
  • Dependent on CLI tool functionality for skill indexing and searching
Project
SKILL.md
1.4 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Deploy Skills

Copy skills from this project's skills/ folder into the global skill locations so they are available in all sessions.

Target Locations

AgentGlobal Skills Path
Claude Code~/.claude/skills/
Openclaw~/.openclaw/workspace/skills/

Workflow

1. Identify skills to deploy

List the project's skills:

bash
1ls skills/

Each subdirectory is a skill to deploy.

2. Diff each skill against both targets

For each skill directory, check whether it differs from the installed versions:

bash
1diff -r skills/<name> ~/.claude/skills/<name> 2diff -r skills/<name> ~/.openclaw/workspace/skills/<name>

3. Copy changed skills

For any skill that differs (or doesn't exist at the target), copy it:

bash
1cp -r skills/<name> ~/.claude/skills/ 2cp -r skills/<name> ~/.openclaw/workspace/skills/

4. Report results

Tell the user which skills were updated and which were already up to date.

Rules

  • Only copy from skills/ → global locations. Never copy in the reverse direction.
  • Never touch skills in the global locations that don't exist in this project's skills/ folder. Other projects own those.
  • Do not create skills at the target if the source skill directory is empty or malformed (missing SKILL.md).
  • Copying is non-destructive: cp -r overwrites but does not delete unrelated skills at the target.

Related Skills

Looking for an alternative to deploy-skills or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication