paulrberg/agent-skills
These skills were imported into SkillJury from the public skills ecosystem.
effect-ts
Expert guidance for functional programming with the Effect library, covering error handling, dependency injection, composability, and testing patterns.
biome-js
Quick guidance for BiomeJS configuration based on Sablier project patterns.
code-polish
Combined simplification and review pipeline. This skill orchestrates two sub-skills in sequence:
md-docs
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,...
bump-release
Support for both regular and beta releases.
bump-deps
Update Node.js dependencies using taze CLI with smart prompting: auto-apply MINOR/PATCH updates, prompt for MAJOR updates individually, skip fixed-version packages.
cli-gh
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-simplify
Simplify code while preserving behavior, public contracts, and side effects. Favor explicit code and local clarity over clever or compressed constructs.