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).
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).
Instructions file
Instructions for heyAyushh/stacc, a project described as: A collection of AI agent configurations for coding.
Agent
Tool description for asking user questions.
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.
Agent
Validates completed work. Use after tasks are marked done to confirm implementations are functional.
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…
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.
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.
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.
Command
Commit local changes following conventional commit message format. Supports intelligent splitting of large change sets into multiple atomic commits.
Command
https://shaoruu.io/cursor/council Based on the given area of interest, please.
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.
Command
Check the diff against main, and remove all AI generated slop introduced in this branch.
Command
System prompt for the Explore subagent.
Command
Read all suggested PR changes and apply them directly to the codebase.
Command
System prompt for analyzing codebases and creating AGENTS.md documentation files.
Command
Iterate on the current task using debug instrumentation and browser tools. Do not stop or ask the user to test manually.
Command
Comprehensive onboarding process to get a new developer up and running quickly.
Command
Rebase the current branch.
Command
Refactor the selected code to improve its quality while maintaining the same functionality, providing the refactored code with explanations of the improvements made.
Command
Code review a pull request.
Command
Comprehensive security review prompt for analyzing code changes with focus on exploitable vulnerabilities.
Command
Streamline code by removing redundancy and aligning with repo style. If input is provided, focus on simplifying the specified codebase area or file.
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.