AgentStack
flurdy avatar

flurdy

45 listings · 0 installs

Open-source publisher. Listings imported from github.com/flurdy — credited to the original author with their license.

↗ github.com/flurdy
45 results
Self-run
SKILL

Handoffs Tidy

Prune handoffs that no longer point at live work — superseded (a newer handoff continues the thread), done (PR merged, all beads closed, branch landed, or Jira ticket Done), or stale (branch gone / PR closed) — and archive them so the /handoffs picker stays focused. Read-only until you confirm; archives (never deletes).

0
7
Free
Self-run
SKILL

Triage

Create bead(s) from a user prompt or Jira ticket. Investigates relevance, checks for duplicates, and may split complex requests into multiple focused beads.

0
16
Free
Self-run
SKILL

Ready To Merge

Pre-merge gate — verify a PR is green, approved, in sync, and free of obvious risk, then (on explicit approval) squash-merge it. Composes /pr-status, /contract-check, and /review-pr rather than reimplementing them.

0
13
Free
Self-run
SKILL

Watch Release

>

0
9
Free
Self-run
SKILL

Backlog Groom

Per-bead quality audit over the open backlog — flags empty/thin descriptions, label drift, stale YAGNIs, mis-prioritised nice-to-haves, obvious splits/epics, and duplicates. Judges description quality, not template conformance (template-section checks are opt-in). Read-only sweep that produces a proposal report; mutations apply only on explicit approval, and the dangerous ones (close, supersede,…

0
15
Free
Self-run
SKILL

Wrap Up

End-of-session handoff — summarise today's commits, PRs, and beads, warn about uncommitted/unpushed work (across all repos in a multi-repo workspace, and in worktrees), and emit a paste-ready resume block. Run before `/exit`.

0
15
Free
Self-run
SKILL

Confluence

>

0
12
Free
Self-run
SKILL

Review Pr

Review a pull request by checking the code changes, PR description, and CI status against the linked Jira ticket requirements. Produces an AC checklist and flags concerns.

0
16
Free
Self-run
SKILL

Eas Build Error

View the latest EAS build status and errors. Fetches build details, extracts failure logs, and suggests fixes for common iOS/Android build issues.

0
10
Free
Self-run
SKILL

Jira Ticket

Look up Jira ticket details including summary, type, and description. Use this to fetch ticket context for branch naming, PR creation, or understanding requirements.

0
15
Free
Self-run
SKILL

Create Pr

Create a pull request from the current branch following project conventions. Uses the branch name to find the Jira ticket, generates a PR with the standard template, pushes to origin, and closes the associated bead.

0
11
Free
Self-run
SKILL

Tracking Sweep

Portfolio-wide drift sweep across Jira, beads, and GitHub PRs. Cross-references your assigned Jira tickets, in_progress/ready beads, and recent PRs to flag status drift, orphan work, parent-moved beads, and stale items. Read-only — produces recommendations only. Use ad-hoc when you want a "where is everything" reconciliation, separate from /landscape's passive snapshot.

0
10
Free
Self-run
SKILL

Trello Beads

Integrate Trello boards with Beads — pull triage cards into beads, sync closed beads back to Trello. Use for project management bridging between Trello and Beads.

0
15
Free
Self-run
SKILL

Circleci Status

Check CircleCI build status and failed job logs for the current GitHub repository. Use when asked whether CircleCI is green, failing, pending, or when needing CircleCI job logs.

0
11
Free
Self-run
SKILL

Complete Task

Complete an in-progress task by running clean-code, staging, and committing. In trunk repos it also closes the bead; in PR repos it leaves the bead open and offers /create-pr. Use after /verify-task.

0
10
Free
Self-run
SKILL

Handoffs

Browse handoff files saved by /wrap-up and pick one to resume. Lists this repo's handoffs in full (including ones whose worktree has been pruned) and summarises other repos by count. Companion to /wrap-up and /landscape.

0
8
Free
Self-run
SKILL

Contract Check

Audit health of contract tests across services — staleness, sync gaps, uncommitted pacts, missing tests.

0
13
Free
Self-run
SKILL

Next

>

0
11
Free
Self-run
SKILL

Beads Check Dolt Migration

Detect whether a beads installation needs migration from classic format (SQLite/JSONL) to Dolt.

0
12
Free
Self-run
SKILL

Tidy Settings

Sort, dedupe, and audit Claude settings.json / settings.local.json files at user and project level. Flags risky permissions, broken references, glob-subsumed entries, syntax errors, and cross-file duplicates that could be promoted up the hierarchy. Mechanical fixes auto-apply, judgment calls are presented as a triage list.

0
11
Free
Self-run
SKILL

Rebase Parent

Rebase the current branch onto an updated parent PR branch. Use when you have stacked PRs and the parent branch has been updated (force-pushed after its own rebase or new commits added).

0
15
Free
Self-run
SKILL

Reply Comments

Reply to PR review comments after addressing them. Resolves conversations where changes were made. Uses polite tone for humans, terse factual responses for AI bots. IMPORTANT - Always use this skill (not raw gh api calls) when replying to PR comments, including after manually addressing review feedback.

0
19
Free
Self-run
SKILL

Landscape

Morning catch-up view — assigned Jira tickets, open PRs, current working copy state, and (if present) in-progress and ready beads in one glance. Run at session start to orient.

0
11
Free
Self-run
SKILL

Beads Migrate To Dolt

Migrate a beads installation from classic format (SQLite/JSONL on beads-sync worktree branch) to the new Dolt-based format.

0
15
Free
Self-run
SKILL

Architect

Architecture and implementation planning gate for complex or high-blast-radius work. Gathers context, chooses an appropriate planning tier/model, evaluates alternatives and risks, and outputs an implementation-ready plan without editing code.

0
16
Free
Self-run
SKILL

Stack Branch

Create a new branch stacked on another PR. Use when you want to start work that depends on an existing PR that hasn't been merged yet.

0
12
Free
Self-run
SKILL

Second Opinion

Query an alternative AI CLI (Claude, Codex, or Gemini) for a second opinion on plans, PRs, bugs, or code.

0
16
Free
Self-run
SKILL

Name Session

Derive a conventional Claude Code session name from the branch ticket, active bead, open PR, and what the session is actually doing — then print a paste-ready `/rename` line. Use when a session's auto-name is generic and you want it legible in the session list.

0
8
Free
Self-run
SKILL

Release Status

>

0
9
Free
Self-run
SKILL

Pedantic Review

Opinionated craft review of your own changes — flags rushed code, missed reuse, misplaced symbols, weak test coverage deltas, and drift from project consensus. Principles-driven (KISS, DRY, SOLID, TDD, YAGNI, DDD) but with anti-noise guardrails. Use when you want the dreaded-but-useful senior reviewer pass before requesting human review.

0
11
Free
Self-run
SKILL

Pr Status

Show enriched status of your open PRs — CI checks, approvals, and unresolved review threads in one table, with transition-driven suggested next actions.

0
12
Free
Self-run
SKILL

Browser Screenshot

Take a screenshot of the running web application for visual verification of UI/CSS changes. Use when iterating on frontend changes and need to see the result.

0
11
Free
Self-run
SKILL

Setup Multirepo Git

Multi-repo git workflow rules and setup. Provides mgit wrapper for safe permission patterns across independent service repositories. Use when setting up a new multi-repo workspace or when working with multi-repo git operations.

0
12
Free
Self-run
SKILL

Review Comments

Address PR review comments from reviewers (amazon-q-developer, copilot, humans). Use when the user wants to see and respond to feedback on their pull request.

0
17
Free
Self-run
SKILL

Watch Prs

>

0
9
Free
Self-run
SKILL

Ready To Release

>

0
16
Free
Self-run
SKILL

Start Ticket

Initialize work on a Jira ticket. Creates a new branch with conventional commit prefix based on the ticket type. Use when starting work on a new ticket.

0
15
Free
Self-run
SKILL

Contract Test

Run consumer-driven contract tests (pact-lite, no broker). Guides through generating, syncing, and verifying contracts between services. Supports both single-service and multi-service project-wide runs.

0
13
Free
Self-run
SKILL

Total Review

Full pre-PR quality gauntlet — runs clean-code, verify-task, code-review, pedantic-review, /review, /security-review, and tiered /second-opinion in increasing cost order. Halts on Must-Fix tier findings (failing tests, security, blocking-severity bugs), emits beads for the rest, iterates the heavy phases up to twice. Local cousin of /ultrareview.

0
11
Free
Self-run
SKILL

Rebase Main

Rebase the current branch onto an updated main branch. Use when main has been updated and you need to incorporate those changes into your feature branch.

0
16
Free
Self-run
SKILL

Watch Rollout

>

0
10
Free
Self-run
SKILL

Release Manager

>

0
11
Free
Self-run
SKILL

Rebase Merged Parent

Rebase after a parent PR has been merged to main. Use when your branch was stacked on another PR that has now been merged, and you need to rebase onto main while keeping only your commits.

0
17
Free
Self-run
SKILL

Verify Task

Verify that a task's implementation meets its requirements and has adequate test coverage (happy path, sad path, edge cases). Use before /complete-task.

0
14
Free
Self-run
SKILL

Clean Code

Format, lint, and fix all warnings across the entire codebase — including test files and pre-existing issues.

0
11
Free
You've reached the end · 45 loaded