savedpixel/ai-agent-rules-generator

Generate a complete project rules system for GitHub Copilot, Cursor, OpenAI Codex, and any AI coding agent — instructions, prompts, rules, skills, task tracking, documentation scaffolding, and observation logs — from a single prompt.

7Stars on the repository
22Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

commit-all

01

savedpixel/ai-agent-rules-generator

Skill Claude CodeCodex

Batch-commit all uncommitted changes grouped by relevance. Use when multiple accumulated changes need committing. Invoked by saying "commit all" or "commit everything".

7 4mo ago A 36 tokens original MIT

commit

02

savedpixel/ai-agent-rules-generator

Skill Claude CodeCodex

Stage, commit, and push code changes with branch safety and explicit staging. Use when ready to commit work. Invoked by saying "commit", "push", or "commit and push".

7 4mo ago A 40 tokens original MIT

document-task

03

savedpixel/ai-agent-rules-generator

Skill Claude CodeCodex

Document completed work — update task log, sync documentation, log observations. Use after finishing a task or batch of changes.

7 4mo ago A 27 tokens original MIT

execute-plan

04

savedpixel/ai-agent-rules-generator

Skill Claude CodeCodex

Execute a previously created implementation plan — implement, test, document, and close out. Use when a plan file exists and is ready for implementation.

7 4mo ago A 32 tokens original MIT

merge-master

05

savedpixel/ai-agent-rules-generator

Skill Claude CodeCodex

Merge dev branch into master/main and push. Use when dev changes are ready for production branch. Invoked by saying "merge to master" or "merge to main".

7 4mo ago A 37 tokens original MIT

plan-task

06

savedpixel/ai-agent-rules-generator

Skill Claude CodeCodex

Create a detailed implementation plan before coding. Use when starting a new feature, multi-step refactor, or complex task. Invoked by saying "plan", "create a plan", or "plan this task".

7 4mo ago A 45 tokens original MIT

report

07

savedpixel/ai-agent-rules-generator

Skill Claude CodeCodex

Generate a structured report on completed work, a feature area, or a topic. Saved to the reports directory. Invoked by saying "report", "generate report", or "summarize work".

7 4mo ago A 42 tokens original MIT