BeClaude

papiskill

New
GitHub TrendingGeneralby yaacovcorcos

Professional registry, editor, and CLI for portable SKILL.md agent skill packages.

First seen 6/15/2026

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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/papiskill.md

3
Invoke in Claude Code
/papiskill

Use Cases

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.

Usage Examples

1

/papiskill create my-skill --template basic

2

/papiskill edit my-skill --description 'New description'

3

/papiskill list

View source on GitHub
apiagent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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