agent-skills
Codebase debugging, security audits, testing, and release workflows
All Skills in This Repository (14)
Pure Emerald Level Indicatorsshadcn-vite-iconify-landing-page
Create landing pages with React, Vite, TypeScript, Tailwind, shadcn/ui, and Iconify.
create-new-static-website
Create a GitHub repository from an Astro starter template and push it to remote.
gh-repo-bootstrap
Create a GitHub repository and bootstrap a local project under ~/projects.
git-safe-workflow
Manage git commits and pushes with non-destructive checks and safety prompts.
codex-sandbox
Create per-task Git sandboxes with isolated branches for Codex sessions.
redesign-my-landingpage
Generate production-ready React, TypeScript, Tailwind, and shadcn/ui landing page scaffolds.
security-leak-guardrails
Configure Git repositories with secret scanning and forbidden-path checks.
pr-commiter
Enforce branch and PR policies during Git commits with explicit path selection.
homebrew-publish
Automate publishing CLIs/TUIs to Homebrew via a personal tap.
debug-lldb
Capture thread backtraces from live processes using LLDB and GDB.
go-local-health
Execute non-interactive Go health checks for tests, coverage, and lint in Go repositories.
codex-analysis
Automate Codex CLI code analysis with parallel subagents and summarized reports.
Frequently Asked Questions
FAQPage SchemaHow to install agent-skills?โผ
Run `npx skills add regenrek/agent-skills --all -g -y` in your terminal to install all skills globally. To install a single skill, use `npx skills add regenrek/agent-skills --skill hard-cut`.
How to find the root cause of a bug?โผ
The root-cause-finder skill traces the causal chain from the intended action to the first unintended side effect before touching contracts or parsers. It separates symptom, trigger, and root cause so you fix the right layer first.
How to scan a repo for leaked secrets?โผ
The secleak-check skill runs BetterLeaks and Trivy to detect leaked secrets, vulnerable dependencies, and misconfigurations. It can also add guardrails like forbidden-path hooks and CI scanning to prevent future leaks.
Does agent-skills work with Claude Code and Cursor?โผ
Yes. All skills follow the open SKILL.md standard and run in Claude Code, Codex, Cursor, and other compatible clients.
Can I delegate code reviews to other models?โผ
Yes. The delegate-grok, delegate-fable, and delegate-sol skills hand bounded review or implementation tasks to other models inside a Herdr workspace and return verified results.
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