Sandbox
@PsiACE/skills

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.

172 stars7 forksHTMLUpdated 29d ago
Who it's for

Builders who want shared coding guidance for Claude Code and Codex.

What it delivers

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

  1. 1Run
    pnpx skills add PsiACE/skills --skill='*'
  2. 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

SkillDescription
friendly-pythonPractical guidance for writing, refactoring, and reviewing friendly Python code
pigletPractical Python craftsmanship guidance based on One Python Craftsman
fast-rustPractical guidance for writing, refactoring, and reviewing fast, reliable, and maintainable Rust code
modular-goPractical 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

See skills/ACKNOWLEDGEMENTS.md.

Files in the repo

Repository payload9 top-level entries
  • .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 it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

obra/
superpowers

An agentic skills framework & software development methodology that works.

285k
1 add

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.

117k
1 add
Vincentwei1021/
anything2explainer

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.

666

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…)

71k