paulrberg/agent-skills▌
9 approved skills in this repository
biome-js
Productivity
Quick guidance for BiomeJS configuration based on Sablier project patterns.
md-docs
Documents
Manage project documentation for Claude Code workflows including context files, READMEs, and agent instructions. This skill provides structured automation for maintaining accurate, up-to-date documentation that aligns with actual codebase structure and functionality. Use this skill when initializing new projects, updating existing documentation, or ensuring context files accurately reflect current code.
cli-just
Productivity
Expert guidance for Just, a command runner with syntax inspired by make. Use this skill for creating justfiles, writing recipes, configuring settings, and implementing task automation workflows.
oracle-codex
Productivity
Use OpenAI Codex CLI as a read-only oracle — planning, review, and analysis only. Codex provides its perspective; you synthesize and present results to the user.
code-polish
Productivity
Combined simplification and review pipeline. This skill orchestrates two sub-skills in sequence:
bump-release
Productivity
Support for both regular and beta releases.
cli-gh
Productivity
Expert guidance for GitHub CLI (gh) operations and workflows. Use this skill for command-line GitHub operations including pull request management, issue tracking, repository operations, workflow automation, and codespace management.
code-review
Productivity
Find high-impact defects in changed code with evidence. Prioritize security, correctness, and regressions over style nits.
code-simplify
Productivity
Simplify code while preserving behavior, public contracts, and side effects. Favor explicit code and local clarity over clever or compressed constructs.