AgentStack
SKILL verified MIT Self-run

Help Gnadd

skill-alexhagemeister-gnadd-help-gnadd · by AlexHagemeister

>-

No reviews yet
0 installs
1 views
0.0% view→install

Install

$ agentstack add skill-alexhagemeister-gnadd-help-gnadd

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README — it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-alexhagemeister-gnadd-help-gnadd)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Help Gnadd? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

GNADD Help

Provide lightweight orientation for Git-Native Agent-Driven Development (GNADD). Do not run git commands from this skill; route mechanics to the operational skills.

Core Model

  • GitHub is the system of record: issues capture intent, branches hold work, PRs

record what shipped, and git history is the audit trail.

  • The seven operational skills drive the loop: prime-gnadd, new-issue-gnadd,

start-issue-gnadd, commit-gnadd, resolve-issue-gnadd, quickfix-gnadd (the no-issue fast path for trivial changes), and yolo-gnadd (autonomous full-loop on a decided unit; explicit invocation only). Their git mechanics run through a bundled deterministic script (gnadd.sh), not improvised commands.

  • Enforcement is layered, lowest layer that can hold each invariant: GitHub

server rules (gnadd init — squash-only merges, PR-required main), the script (ff-only syncs, divergence halts, gated cleanup), the skills (judgment and conversation), and the human (reading the diff before merge).

  • Recovery from bad states has a sanctioned path: gnadd.sh doctor (bundled

with prime-gnadd) diagnoses and offers lossless fixes. Never improvise reset/force recoveries.

  • The user's load-bearing job is to describe desired behavior, answer scope

questions, and read diffs before merge.

Describe vs Track

Files that describe stable truth are fine. Files that track mutable state should not exist.

  • Keep: README vision, project conventions, stable reference docs.
  • Avoid: task lists, progress files, maintained plans, status checklists.
  • Test: would the agent need to keep this file up to date? If yes, that state

belongs in GitHub issues, PRs, branches, or commits instead.

Skill Router

  • Adopt or realign a repo: use /audit-gnadd.
  • Start a session or inspect state: use /prime-gnadd.
  • Capture new work: use /new-issue-gnadd.
  • Begin or resume issue work: use /start-issue-gnadd .
  • Save progress on an issue branch: use /commit-gnadd.
  • Verify, PR, merge, and clean up: use /resolve-issue-gnadd.
  • Land one trivial fix (typo, doc line) without an issue: use /quickfix-gnadd.
  • Run a decided issue or quickfix end-to-end without mid-loop gates: use

/yolo-gnadd (never auto-invoked).

  • Diagnose or recover from a bad git state (diverged main, stashes,

leftovers): run gnadd.sh doctor from the prime-gnadd skill's directory.

  • Set up server-side rails on a new repo: gnadd.sh init (squash-only

merges, branch ruleset on main; --ci adds a test workflow stub).

  • If a git operation seems needed and no skill covers it, ask for a

skill-shaped path before improvising raw git commands.

Deep Reference

For startup guidance, file-hygiene questions, rationale, or edge cases not covered here, fetch the canonical guide from this pinned URL:

https://raw.githubusercontent.com/AlexHagemeister/gnadd/v0.3.0/GNADD.md

This URL is pinned to a commit, not main, so installed skills do not drift with unreleased guide changes. The pin is rewritten by scripts/release.sh at release time — do not hand-edit it out of band.

Closing Guidance

Do not nudge after every answer. Match nudge depth to user intent:

  • Purely informational (describe-vs-track, "which skill does X?", rationale questions): no nudge — the answer stands alone.
  • Routing toward action ("how do I start?", "where should this state live?"): light nudge — one skill pointer (e.g. /prime-gnadd, /new-issue-gnadd), no full loop recap.
  • Session bootstrap ("I'm new here", end-to-end workflow orientation): full nudge toward /prime-gnadd to see live repo state.

When nudging, keep it to a sentence with an invitational option. Do not restate the skill router table.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.