papiskill
NewProfessional registry, editor, and CLI for portable SKILL.md agent skill packages.
Summary
md agent skill packages.
- It allows developers to create, edit, and share reusable skill definitions that can be invoked directly in Claude Code, streamlining automation and agent workflows.
Install & Usage
mkdir -p .claude/skillsAdd the configuration to .claude/skills/papiskill.md
/papiskillUse Cases
Usage Examples
/papiskill create my-skill --template basic
/papiskill edit my-skill --description 'New description'
/papiskill list
Security Audits
Frequently Asked Questions
What is papiskill?
Papiskill is a professional registry, editor, and CLI for managing portable SKILL.md agent skill packages. It allows developers to create, edit, and share reusable skill definitions that can be invoked directly in Claude Code, streamlining automation and agent workflows.
How to install papiskill?
To install papiskill: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/papiskill.md. Finally, /papiskill in Claude Code.
What is papiskill best for?
papiskill is a community categorized under General. It is designed for: api, agent. Created by yaacovcorcos.
What can I use papiskill for?
papiskill is useful for: Create a new SKILL.md package from a template and register it in the local skill registry.; Edit an existing skill's metadata or instructions without manually editing the SKILL.md file.; List all installed skills and their versions to audit your agent's capabilities.; Publish a skill to a remote registry for team-wide sharing and reuse.; Validate a SKILL.md file for syntax errors and missing required fields before deployment.; Remove a deprecated skill from the registry to keep the agent environment clean..