AgentSkills
A curated collection of 279 agent skills for real-world engineering, design, and creative workflows.
Each top-level folder is a standalone skill with a SKILL.md entrypoint (plus optional
references/, scripts/, examples/, assets/).
Installation
Install with the npx skills CLI.
Note: The correct syntax to install a single skill is
-s <skill-name>. The position of the skill name matters — do not append it as a bare argument.
Install all skills (full collection)
npx skills add HK-hub/AgentSkills
To install all skills non-interactively (skip the selection prompt):
npx skills add HK-hub/AgentSkills -s '*' -y
Install a single skill
npx skills add HK-hub/AgentSkills -s <skill-name>
Example:
npx skills add HK-hub/AgentSkills -s docx
npx skills add HK-hub/AgentSkills -s creating-mermaid-diagrams
List available skills in the repository (without installing)
npx skills add HK-hub/AgentSkills --list
Skill Index
Skill Catalog
Below is the full catalog of all 279 skills, grouped by category. Each skill shows its name, the folder in this repository, a short description, and the command to install it individually.
No comments yet
Be the first to share your take.