agent-skills
Git workflows, code audits, testing, and release automation
All Skills in This Repository (11)
Pure Emerald Level Indicatorscommit
Generate conventional commit messages and stage Git changes atomically.
biome-js
Configure BiomeJS biome.jsonc files with extends and files.includes patterns.
bump-release
Automate software releases by updating CHANGELOG, package.json, and Git tags.
md-docs
Analyze repositories to update documentation files from package manifests and configs.
refine-prompt
Optimize LLM prompts and append the final prompt to .ai/PROMPT.md.
openclaw
Orchestrate multi-channel messaging and agent workflows via CLI.
gh-cli
Guide read-only GitHub CLI operations for exploring repositories, issues, and PRs.
code-simplify
Simplify recently modified JavaScript/TypeScript code by reducing nesting and enforcing project standards.
node-deps
Automate Node.js dependency updates with taze across monorepos and single projects.
ls-lint
Enforce file and directory naming conventions via .ls-lint.yml configuration.
delayed-command
Schedule and execute Bash commands after user-defined delays.
Frequently Asked Questions
FAQPage SchemaHow to install agent-skills?▼
Run `npx skills add PaulRBerg/agent-skills --all -g -y` in your terminal to install the full catalog globally.
What can I do with PaulRBerg/agent-skills?▼
You get ready-made workflows for commits, branch squashes, dependency bumps, releases, GitHub PRs and issues, code audits, testing, PDF and spreadsheet handling, and multi-agent task delegation.
Does it work with Claude Code and Codex?▼
Yes. Every skill follows the portable SKILL.md format and ships Codex metadata, so it runs in Claude Code, Codex CLI, and other compatible hosts.
Can I install only one skill instead of all?▼
Yes. Run `npx skills add PaulRBerg/agent-skills --skill commit -g -y` and replace the skill name with whichever single workflow you need.
Do I need coding experience to use these skills?▼
Basic terminal familiarity helps, but most skills run from plain-English requests while the agent handles the underlying commands and verification.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core