regenrekregenrekCommunityยท14 Agent Skills Included

agent-skills

Codebase debugging, security audits, testing, and release workflows

Traces bugs to their root cause, assigns code ownership, and consolidates scattered test suites into one canonical layer. Scans repositories for leaked secrets and JavaScript supply-chain risks before they reach production. Covers Go health checks, shell linting, Electron live testing, Homebrew publishing, and landing page builds. Removes guesswork and manual repetition from everyday engineering workflows.
npx skills add regenrek/agent-skills --all -g -y

All Skills in This Repository (14)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
regenrekregenrek

shadcn-vite-iconify-landing-page

Create landing pages with React, Vite, TypeScript, Tailwind, shadcn/ui, and Iconify.

Community
Advanced
๐Ÿ“ฆ In Repo
regenrekregenrek

create-new-static-website

Create a GitHub repository from an Astro starter template and push it to remote.

Community
Intermediate
๐Ÿ“ฆ In Repo
regenrekregenrek

gh-repo-bootstrap

Create a GitHub repository and bootstrap a local project under ~/projects.

Community
Intermediate
๐Ÿ“ฆ In Repo
regenrekregenrek

git-safe-workflow

Manage git commits and pushes with non-destructive checks and safety prompts.

Community
Advanced
๐Ÿ“ฆ In Repo
regenrekregenrek

codex-sandbox

Create per-task Git sandboxes with isolated branches for Codex sessions.

Community
Advanced
๐Ÿ“ฆ In Repo
regenrekregenrek

redesign-my-landingpage

Generate production-ready React, TypeScript, Tailwind, and shadcn/ui landing page scaffolds.

Community
Advanced
๐Ÿ“ฆ In Repo
regenrekregenrek

security-leak-guardrails

Configure Git repositories with secret scanning and forbidden-path checks.

Community
Advanced
๐Ÿ“ฆ In Repo
regenrekregenrek

pr-commiter

Enforce branch and PR policies during Git commits with explicit path selection.

Community
Advanced
๐Ÿ“ฆ In Repo
regenrekregenrek

homebrew-publish

Automate publishing CLIs/TUIs to Homebrew via a personal tap.

Community
Advanced
๐Ÿ“ฆ In Repo
regenrekregenrek

debug-lldb

Capture thread backtraces from live processes using LLDB and GDB.

Community
Intermediate
๐Ÿ“ฆ In Repo
regenrekregenrek

go-local-health

Execute non-interactive Go health checks for tests, coverage, and lint in Go repositories.

Community
Intermediate
๐Ÿ“ฆ In Repo
regenrekregenrek

codex-analysis

Automate Codex CLI code analysis with parallel subagents and summarized reports.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’