BeClaude

skillship

New
1GitHub TrendingGeneralby shivdeepak

Package your SKILL.md into a portable agent skill

First seen 6/17/2026

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

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/skillship.md

3
Invoke with @agent-name
@skillship

Use Cases

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.

Usage Examples

1

/skillship package path/to/SKILL.md

2

/skillship export my-skill --output ./skills

3

Package the current project's SKILL.md into a portable skill using /skillship.

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..