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
Release files for agent-skill-manager-cli 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agent_skill_manager_cli-0.1.0.tar.gz | 4.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agent_skill_manager_cli-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.8 kB
Release files / agent_skill_manager_cli-0.1.0.tar.gz
| Download URL | agent_skill_manager_cli-0.1.0.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e9a21417378af77e8851e29573e04c69d1f85327c91061cee58c7e3ab01dd971
|
|
BLAKE2b-256 checksum How to use checksums |
d92fde3eadabe736e6973cf862addea4200cdfb01225b17b42731f336e607916
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|
Release files / agent_skill_manager_cli-0.1.0-py3-none-any.whl
| Download URL | agent_skill_manager_cli-0.1.0-py3-none-any.whl |
|---|---|
| Size | 4.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1779359c1de094ac0ae74e247f74488fd867ddf38b65afc5bbfcdb98587df548
|
|
BLAKE2b-256 checksum How to use checksums |
f06b1fc27536978803351e44f6ad2f1376a9c776391df102a7e4ea463c158d32
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|