by PsiACE
A small, shared skill library by builders, for builders.
# Add to your Claude Code skills
git clone https://github.com/PsiACE/skillsLast scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:56:16.196Z",
"npmAuditRan": true,
"pipAuditRan": true
}skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by PsiACE. A small, shared skill library by builders, for builders. It has 165 GitHub stars.
Yes. skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/PsiACE/skills" and add it to your Claude Code skills directory (see the Installation section above).
skills is primarily written in HTML. It is open-source under PsiACE on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh skills against similar tools.
No comments yet. Be the first to share your thoughts!
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 |
| modular-go | Practical guidance for Go package design with minimal public APIs and clean orchestration boundaries |
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