by PsiACE
A small, shared skill library by builders, for builders.
# Add to your Claude Code skills
git clone https://github.com/PsiACE/skillsA 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.yml
Build the static site:
uv run mkdocs build -f mkdocs.yml