skill-library
NewVersionierte Heimat meiner Agent Skills für Claude (claude.ai, Claude Code, API).
Summary
ai, Claude Code, and the API.
- It simplifies skill development and deployment by keeping everything in one structured library.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/skill-library.md
@skill-libraryUse Cases
Usage Examples
/skill-library list all skills
/skill-library add my-custom-skill --description 'A skill for summarizing documents'
/skill-library export --format json
Security Audits
Frequently Asked Questions
What is skill-library?
This skill provides a version-controlled home for all your Claude agent skills, enabling you to manage, organize, and reuse custom skills across claude.ai, Claude Code, and the API. It simplifies skill development and deployment by keeping everything in one structured library.
How to install skill-library?
To install skill-library: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/skill-library.md. Finally, @skill-library in Claude Code.
What is skill-library best for?
skill-library is a agent categorized under General. It is designed for: api, agent. Created by wemwi.
What can I use skill-library for?
skill-library is useful for: Store and version your custom agent skills for consistent reuse across different Claude interfaces.; Organize skills by category and type to quickly find the right tool for a given task.; Share a library of skills with your team to standardize agent behaviors and workflows.; Iterate on skill definitions locally and sync them to Claude Code for testing.; Maintain a backup of your skills that can be restored or migrated between environments.; Combine multiple skills into a single agent workflow for complex automation tasks..