A curated collection of specialized skills for AI Agents, optimized for discovery and seamless integration.
An open repository of reusable skills maintained for personal use and public reuse.
This repo contains installable skills that can be added directly from GitHub and used as building blocks for agent workflows, AI assistants, or other compatible tools.
- Install individual skills directly from this repository
- Discover skill names from each skill's
SKILL.md - Reuse the repository as a lightweight source of portable skills
Install a specific skill from this repository with:
npx skills add https://github.com/flc1125/skills --skill <skill-name>For example:
npx skills add https://github.com/flc1125/skills --skill engineering-backend-architectThe --skill value should use the skill's declared install name from SKILL.md, not the marketplace URL slug.
Each skill includes a SKILL.md file. The skill name is typically defined in the frontmatter name field:
name: engineering-backend-architectYou can search the repository for all SKILL.md files with:
find skills -name SKILL.mdOpen the relevant file and use its name value as the --skill argument.
Once installed, a skill can be used through your local skills setup or any compatible tool that supports this format. Refer to the skill's own SKILL.md for its purpose, trigger guidance, and usage details.
This repository is licensed under the MIT License. See LICENSE.