skillship
NewPackage your SKILL.md into a portable agent skill
Summary
md file into a portable, reusable agent skill that can be shared or deployed across Claude Code environments.
- It streamlines the process of converting skill documentation into a self-contained unit, making it easy for developers to distribute and version their custom agent behaviors.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/skillship.md
@skillshipUse Cases
Usage Examples
/skillship package path/to/SKILL.md
/skillship export my-skill --output ./skills
Package the current project's SKILL.md into a portable skill using /skillship.
Security Audits
Frequently Asked Questions
What is skillship?
The skillship skill packages any SKILL.md file into a portable, reusable agent skill that can be shared or deployed across Claude Code environments. It streamlines the process of converting skill documentation into a self-contained unit, making it easy for developers to distribute and version their custom agent behaviors.
How to install skillship?
To install skillship: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/skillship.md. Finally, @skillship in Claude Code.
What is skillship best for?
skillship is a agent categorized under General. It is designed for: agent. Created by shivdeepak.
What can I use skillship for?
skillship is useful for: Package a custom code review skill into a portable file for team-wide sharing.; Convert a debugging workflow documented in SKILL.md into a reusable agent skill.; Bundle a set of project-specific commands into a skill for consistent onboarding of new developers.; Export a skill from one Claude Code instance and import it into another without manual reconfiguration.; Version control your agent skills by packaging them as portable artifacts in a repository.; Create a library of reusable skills from existing SKILL.md files for rapid prototyping..