PsiACE/Skills
A small, shared skill library by builders, for builders.
This repo includes skills from me and my friends. The content comes from our own practice and selected public sources. Give them a try, read along, and enjoy the craft of building.
Online docs: https://skills.psiace.me/
Installation
pnpx skills add PsiACE/skills --skill='*'Or install globally:
pnpx skills add PsiACE/skills --skill='*' -gSkills
| Skill | Description |
|---|---|
| friendly-python | Practical guidance for writing, refactoring, and reviewing friendly Python code |
| piglet | Practical Python craftsmanship guidance based on One Python Craftsman |
| fast-rust | Practical guidance for writing, refactoring, and reviewing fast, reliable, and maintainable Rust code |
Documentation
Install doc dependencies with uv and preview locally:
uv sync --group docs uv run mkdocs serve -f mkdocs.yml
Build the static site:
uv run mkdocs build -f mkdocs.yml
Notes
- This collection is small by design and may change as we learn.