heyAyushh

60 mods across 1 repository, 3 stars between them.

stacc AGENTS.md

01

heyAyushh/stacc

Instructions file CodexOpenCode

Instructions for heyAyushh/stacc, covering agents.md, what this repo is, common commands, high-level structure and installer behavior notes (important for edits).

3 2mo ago C 1,927 tokens original MIT

stacc CLAUDE.md

02

heyAyushh/stacc

Instructions file

Instructions for heyAyushh/stacc, a project described as: A collection of AI agent configurations for coding.

3 2mo ago A 4 tokens copy · 100% MIT

git-engineer

04

heyAyushh/stacc

Agent

Expert git workflow agent that orchestrates commits, rebases, PRs, and branch management. Use for complex git operations, multi-step workflows, repository maintenance, or when multiple git skills need coordination.

3 2mo ago A 44 tokens original MIT

verifier

05

heyAyushh/stacc

Agent

Validates completed work. Use after tasks are marked done to confirm implementations are functional.

3 2mo ago A 20 tokens copy · 89% MIT

babysit-pr

06

heyAyushh/stacc

Skill Claude CodeCodex

Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep…

3 2mo ago A 114 tokens copy · 92% MIT

clean-gone

07

heyAyushh/stacc

Command

Cleans up all git branches marked as [gone] (branches that have been deleted on the remote but still exist locally), including removing associated worktrees.

3 2mo ago A 31 tokens copy · 100% MIT

commit-push-pr

08

heyAyushh/stacc

Command

This command is a template for committing changes on the current branch, pushing them to the remote, and then creating a Pull Request. Branch protection (e.g. disallowing direct pushes to main/master), quality checks (lint / test / build), and the PR creation flow (AI/MCP vs CLI) should be customized per project.

3 2mo ago A 0 tokens original MIT

commit-push

09

heyAyushh/stacc

Command

This is a generic command template for committing changes on the current branch and pushing them to the remote. Branch policies (such as disallowing direct pushes to main/master) and pre-commit quality checks (lint / test / build, etc.) should be adjusted per project.

3 2mo ago A 0 tokens original MIT

commit

10

heyAyushh/stacc

Command

Commit local changes following conventional commit message format. Supports intelligent splitting of large change sets into multiple atomic commits.

3 2mo ago A 0 tokens original MIT

council

11

heyAyushh/stacc

Command

https://shaoruu.io/cursor/council Based on the given area of interest, please.

3 2mo ago A 0 tokens copy · 89% MIT

create-command

12

heyAyushh/stacc

Command

Create a new command file in configs/commands/ that matches this repo's style and structure. If the command accepts input, define how it should simplify the codebase or a specified file.

3 2mo ago A 0 tokens original MIT

deslop

13

heyAyushh/stacc

Command

Check the diff against main, and remove all AI generated slop introduced in this branch.

3 2mo ago A 0 tokens copy · 91% MIT

explore

14

heyAyushh/stacc

Command

System prompt for the Explore subagent.

3 2mo ago C 12 tokens original MIT

fix-pr

15

heyAyushh/stacc

Command

Read all suggested PR changes and apply them directly to the codebase.

3 2mo ago A 17 tokens original MIT

init

16

heyAyushh/stacc

Command

System prompt for analyzing codebases and creating AGENTS.md documentation files.

3 2mo ago A 0 tokens original MIT

iterate-browser

17

heyAyushh/stacc

Command

Iterate on the current task using debug instrumentation and browser tools. Do not stop or ask the user to test manually.

3 2mo ago A 0 tokens original MIT

rebase

19

heyAyushh/stacc

Command

Rebase the current branch.

3 2mo ago A 0 tokens original MIT

refactor

20

heyAyushh/stacc

Command

Refactor the selected code to improve its quality while maintaining the same functionality, providing the refactored code with explanations of the improvements made.

3 2mo ago A 0 tokens original MIT

review

22

heyAyushh/stacc

Command

Comprehensive security review prompt for analyzing code changes with focus on exploitable vulnerabilities.

3 2mo ago A 23 tokens copy · 86% MIT

simplify

23

heyAyushh/stacc

Command

Streamline code by removing redundancy and aligning with repo style. If input is provided, focus on simplifying the specified codebase area or file.

3 2mo ago A 0 tokens original MIT

clean-gone

24

heyAyushh/stacc

Skill Claude CodeCodex

Clean up git branches marked as [gone] (deleted on remote but still exist locally). Use when you want to prune stale local branches, remove worktrees for deleted branches, or clean up after PR merges.

3 2mo ago A 46 tokens original MIT