atdd-plan
Produce an ATDD-first implementation plan in Claude Code's native plan mode, with named design patterns called out where they earn their keep. The skill enters…
Uninstall the flagrare plugin and remove the marketplace. Use when the user says 'uninstall flagrare', 'remove flagrare', 'disable flagrare skills', or 'remove flagrare-skills'.
$ npx -y skills add Flagrare/agent-skills --skill uninstall --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/uninstallContext preview
The summary Claude sees to decide when to auto-load this skill.
Uninstall the flagrare plugin and remove the marketplace. Use when the user says 'uninstall flagrare', 'remove flagrare', 'disable flagrare skills', or 'remove flagrare-skills'.
name: uninstall description: "Uninstall the flagrare plugin and remove the marketplace. Use when the user says 'uninstall flagrare', 'remove flagrare', 'disable flagrare skills', or 'remove flagrare-skills'."
Remove the flagrare plugin and its marketplace registration.
Run the uninstall script:
bash "${CLAUDE_PLUGIN_ROOT}/../../uninstall.sh"If the script is not found at that path (e.g. running from a remote install), run these commands directly:
claude plugin disable "flagrare@flagrare-skills" claude plugin marketplace remove flagrare-skills
After running, tell the user:
> Flagrare skills removed. Run `/reload-plugins` or restart Claude Code to apply. > > To reinstall later: > ```bash > bash <(curl -sL https://raw.githubusercontent.com/Flagrare/flagrare-skills/main/install.sh) > ```
Thirty-three skills that wrap around your development cycle in Claude Code. They turn tickets into ATDD plans, smoke-test features against a running app or service, hunt down bugs with runtime evidence, guard commits against doc drift, run seven-axis code
Repo: Flagrare/agent-skills
Produce an ATDD-first implementation plan in Claude Code's native plan mode, with named design patterns called out where they earn their keep. The skill enters…
Generate a comprehensive, impact-framed brag-doc entry for a chosen time window (day, week, biweek, month, or custom). Pulls authored PRs, reviews given,…
Programmatic bug bashing, ingest a prescribed test plan (Notion, markdown, pasted spec), drive a real running system (browser via Chrome DevTools / Playwright…
Explore the codebase to map conventions, reusable utilities, analogous features, and data flows relevant to a planned change. Returns raw findings (file paths,…
Generate a daily code review report showing stale PRs, items needing your attention, and active work for your team. Use whenever the user asks for a PR report,…
Evidence-first debugging for bugs that are hard to reproduce, intermittent, performance-related, or where previous static-analysis fixes have failed. Declares…