Sandbox
@PaulRBerg/agent-skills

Skill pack for Claude Code and Codex

This repo packages a large set of agent skills for common builder tasks like research, code review, refactors, handoffs, and repo maintenance. The skills live in separate folders and are backed by scripts and tests that help publish, check, and sync them.

70 stars3 forksPythonUpdated 7d ago
Who it's for

Builders who want reusable agent skills for Claude Code, Codex, or other compatible agents.

What it delivers

You can add ready-made skills to your agent workflow instead of recreating instructions for each task.

What it does

Many task-specific skills

Includes skills for brainstorming, code polishing, fresh-eyes review, handoffs, repo renames, dependency updates, and more.

Agent-focused context files

Ships `CLAUDE.md`, `AGENTS.md`, and `.claude/settings.json` to shape how agents work in the repo.

Publishing and validation scripts

Includes scripts such as `scripts/publish-skills.ts`, `scripts/readme-skills-check.ts`, and `scripts/sync-invocation-policy.ts`.

Test coverage for skills

Has matching test folders under `tests/` for many skills to keep behavior checked.

Cross-agent orientation

Explicitly aims to work across agents, while being primarily built for Claude Code and Codex.

How to get it

  1. 1Run
    bunx skills add PaulRBerg/agent-skills

README

Agent Skills

PRB's collection of AI agent skills. Designed to work across agents, but primarily built for Claude Code and Codex.

[!WARNING] This catalog intentionally reflects Paul's preferred tools, defaults, safety boundaries, and writing voice; it is not a neutral template. If you install it, review every workflow and customize it for your stack and agents. No warranties, guarantees, or support are provided — use at your own risk.

Installation

bunx skills add PaulRBerg/agent-skills

Skills

SkillDescription
agents-brainCreate or polish README.md, AGENTS.md, context docs, and existing skills
agents-docsFetch current official Codex and Claude Code docs, including hooks/trust
agents-introspectionRetrospect on Codex/Claude Code transcript history
autoresearchAutonomous experiment loop
brainstormCo-create novel ideas and converge on a testable concept
claude-handoffDelegate approved Claude plans to Sonnet or Opus subagents
chromium-browserShared Chromium browsing, DevTools automation, and Wayback research
cli-castFoundry cast CLI guidance
cli-coingeckoCoinGecko CLI for prices and market data
cli-ghGitHub CLI operations
cli-justJust command runner guidance
codebase-designShared vocabulary and principles for designing deep modules
codex-handoffDelegate approved plans to Codex agents from Claude Code or Codex CLI
code-polishSimplify and/or risk-profiled review with autofix
commitSemantic commit messages with deterministic ai-commit mechanics
copy-transcript-pathCopy the active Claude Code or Codex CLI transcript path
skill-writingBootstrap a new agent skill
effect-tsEffect 3 patterns and source-aligned guidance
evm-atlasEVM lookup + DEX transaction/order interpretation
frontend-designDistinctive, subject-specific frontend design
fresh-eyes-sweepMeticulous whole-repository audit and verified fixes
git-squashSquash PR branch with semantic commit message
grill-meRelentlessly stress-test plans and designs
html-debriefInteractive HTML task debriefs
html-playgroundInteractive single-file HTML playgrounds
interview-meClarify plans and ideas through a focused, lightweight interview
wrap-upWind down a session fast: collect subagent wrap-ups and hand off the rest
large-file-refactorLarge source-file report and Serena split plans
naming-refactorExhaustive behavior-preserving repository naming refactor
node-deps-bumperNode.js dependency updates via taze
pdfExact local PDF reading and manipulation on macOS
release-bumperRelease workflow with changelog, tagging
repo-harmonizationAudit and align multiple interdependent repositories
repo-renameRename GitHub repo, folder, and agent thread references
skill-doctorAudit Agent Skills catalogs and installed skill roots
skill-harmonizationHarmonize repository and user-installed skill portfolios
skill-mapFind skill dependencies and references across machine
spreadsheetsOpinionated CSV/TSV/XLSX wrangling on macOS
stale-comments-auditAudit and fix stale comments in JavaScript, TypeScript, and Go
tailwind-cssTailwind CSS v4 styling guidance
task-handoffCreate one single- or cross-repository Codex task handoff plan
todo-archiveArchive checked TODO.md tasks into .ai/todos
tool-finderFind and compare current developer tools
vitestVitest test writing and debugging
yeetGitHub contribution workflows

Forked Skills

SkillSource
html-playgroundanthropics/claude-plugins-official: playground

Some mechanical skills pin model: sonnet in their frontmatter so they do not spend a more capable inherited model where deterministic tooling already carries the workflow.

References

License

MIT

Files in the repo

Repository payload20 top-level entries
  • .agents
  • .claude
  • .husky
  • .serena
  • scripts
  • skills
  • tests
  • .gitignore
  • .lintstagedrc.mjs
  • .prettierignore
  • .prettierrc.yml
  • .shellcheckrc
  • AGENTS.md
  • bun.lock
  • CLAUDE.md
  • justfile
  • LICENSE.md
  • package.json
  • README.md
  • tsconfig.json

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