Main
- This repo is more than a list: it documents a consistent skill layout (SKILL.md + references + scripts) and ships templates for creating new skills the same way.
- The catalog is organized by domains (auth/secrets, cloud, Kubernetes, monitoring, developer tools), so you can selectively install only the lanes you actually use.
- A practical approach is to start with one operational lane (e.g.,
uv,playwright,grafana) and validate that the skill instructions match your tooling stack before importing the full set. - Because skills are just files, it’s friendly to version control: pin a commit hash for your team, and update on a cadence instead of copy-pasting one-off prompts.
FAQ
- Is it only for Python?: No. The README lists skills for DevOps, infra, and tooling across ecosystems; Python is just one lane among many.
- How should I install it safely?: Clone to a skills directory and install/symlink only the skills you want first, then expand; keep it version-pinned for teams.
- What is the value vs ad-hoc prompts?: Skills are modular, repeatable, and discoverable; they become a maintainable library instead of chat-only knowledge.