An agentic skills framework & software development methodology that works.
Shared skill library for Claude Code and Codex
PsiACE/Skills is a small library of reusable agent skills for day-to-day coding work. It groups practical guidance into separate skill files for Python, Rust, Go, and related craft notes, so you can add the ones you want instead of copying advice by hand.
Builders who want shared coding guidance for Claude Code and Codex.
You can add consistent craft guidance to your agent workflows without rewriting the same instructions in every project.
What it does
Installable skill pack
Adds the full set of skills with `pnpx skills add PsiACE/skills --skill='*'`.
Python craft guidance
Includes `skills/friendly-python/SKILL.md` and `skills/piglet/SKILL.md` for writing, refactoring, and reviewing Python.
Rust craft guidance
Includes `skills/fast-rust/SKILL.md` for fast, reliable, maintainable Rust work.
Go package guidance
Includes `skills/modular-go/SKILL.md` for package design and clean orchestration boundaries.
Docs site
Provides MkDocs config and an online documentation site for browsing the collection.
How to get it
- 1Run
pnpx skills add PsiACE/skills --skill='*'
- 2Or install globally
pnpx skills add PsiACE/skills --skill='*' -g
README
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='*' -g
Skills
| 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 |
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.
Acknowledgements
Files in the repo
- .github
- overrides
- skills
- .gitignore
- AGENTS.md
- mkdocs.yml
- pyproject.toml
- README.md
- uv.lock
Discussion (0)
Ask about usage, or say what you built with itSign in to join the discussion.
No comments yet. Be the first to say what this is good for.
More skills

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.
Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.
Public repository for Agent Skills
Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

Production-grade engineering skills for AI coding agents.