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/
pnpx skills add PsiACE/skills --skill='*'Or install globally:
pnpx skills add PsiACE/skills --skill='*' -g| 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 |
Install doc dependencies with uv and preview locally:
uv sync --group docs
uv run mkdocs serve -f mkdocs.ymlBuild the static site:
uv run mkdocs build -f mkdocs.yml- This collection is small by design and may change as we learn.