A package manager for AI agent skills - install, update, and manage agent skill packages
Project description
Agent Skill Manager
A package manager for AI agent skills - install, update, and manage agent skill packages.
Installation
pip install agent-skill-manager
Usage
Install a Skill Package
# Install globally (to ~/.skills)
skill-manager install https://github.com/PCHANUL/Skills.git
# Install locally (to ./.skills in current project)
skill-manager install https://github.com/PCHANUL/Skills.git --local
Update Skills
# Update all installed skills
skill-manager update
# Update a specific skill
skill-manager update Skills
List Installed Skills
skill-manager list
Remove a Skill
skill-manager remove Skills
Storage Locations
- Global:
~/.skills/(shared across all projects) - Local:
./.skills/(project-specific)
What are Agent Skills?
Agent skills are reusable instruction sets and helper scripts for AI assistants. Each skill contains:
SKILL.md: Instructions on how to perform a specific taskscripts/: Helper scripts that automate parts of the workflow
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agent_skill_manager_cli-0.1.0.tar.gz.
File metadata
- Download URL: agent_skill_manager_cli-0.1.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9a21417378af77e8851e29573e04c69d1f85327c91061cee58c7e3ab01dd971
|
|
| MD5 |
278bf1bb2cf9a0056781aec9e67f4b2b
|
|
| BLAKE2b-256 |
d92fde3eadabe736e6973cf862addea4200cdfb01225b17b42731f336e607916
|
File details
Details for the file agent_skill_manager_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agent_skill_manager_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1779359c1de094ac0ae74e247f74488fd867ddf38b65afc5bbfcdb98587df548
|
|
| MD5 |
6146a303d11b72a08ef5a2737501d15f
|
|
| BLAKE2b-256 |
f06b1fc27536978803351e44f6ad2f1376a9c776391df102a7e4ea463c158d32
|