Skip to content
/ forge Public

A collection of agent skills for structured, GitHub-centric development.

Notifications You must be signed in to change notification settings

mgratzer/forge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent skills for structured, GitHub-centric development.
One workflow. Six skills. From issue to shipped code.

Architecture · Development · Guidelines · Testing · PR Workflow


A forge is where raw material meets intention. You bring the codebase — these skills shape the workflow from issue to implementation to review.


Skills

Forge skills follow the Agent Skills open standard and work with any compatible agent.

Skill Command Purpose
Setup Project /forge-setup-project Create CLAUDE.md, docs/, README, and other meta-structure
Create Issue /forge-create-issue Collaboratively plan and create GitHub issues
Implement Issue /forge-implement-issue <number> Implement a feature or fix from a GitHub issue
Reflect on PR /forge-reflect-pr Self-review before requesting peer review
Address PR Feedback /forge-address-pr-feedback Address unresolved PR review comments
Update Changelog /forge-update-changelog Update CHANGELOG.md with user-facing changes

Workflow

The skills form a pipeline — each step feeds into the next:

forge-setup-project → forge-create-issue → forge-implement-issue → forge-reflect-pr → forge-address-pr-feedback → forge-update-changelog

Install

Forge skills follow the Agent Skills open standard and work with any compatible agent.

Via npx skills — auto-detects your agents and installs to all of them:

npx skills add mgratzer/forge

Manual — symlink into your agent's skills directory:

ln -s /path/to/forge/skills/forge-* <your-agent-skills-dir>/

Check your agent's docs for the skills directory path (e.g. ~/.claude/skills/, ~/.agents/skills/).

Documentation

Document Purpose
Architecture Skill pipeline, file format, design decisions
Development How to create and modify skills
Coding Guidelines Skill authoring conventions and style rules
Testing How to validate skills manually
PR Workflow Commits, PRs, branch naming, review process

Contributing

  1. Read CLAUDE.md for project principles and conventions
  2. Follow docs/coding-guidelines.md for skill authoring rules
  3. Test your changes by invoking the skill on a real project
  4. Use conventional commits: feat(skills): add new skill

About

A collection of agent skills for structured, GitHub-centric development.

Resources

Stars

Watchers

Forks