Skip to content

newmoon-org/agent-rules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Augment Agent Skills & Rules

This repository contains Augment Agent skills and configurations for the newmoon-org organization.

Purpose

This repository serves as a centralized location for:

  • Skills: Specialized domain knowledge following the agentskills.io specification
  • Rules: General coding guidelines and project conventions
  • Shared configurations for Augment Agent
  • Best practices and workflows for AI-assisted development

What's Included

Skills (skills/)

Skills are specialized domain knowledge packages following the agentskills.io specification:

  • github-pr-linear: Create GitHub PRs with Linear ticket integration and conventional commits

Skills are discoverable by Augment and provide focused guidance for specific workflows.

Rules (rules/)

General coding guidelines and project conventions (if any are added in the future).

Usage

This repository syncs to ~/.augment/rules where Augment Agent can access the skills and rules.

Manual Sync

To manually sync to your local Augment directory:

./sync-to-augment.sh

Automatic Sync

A git post-commit hook automatically syncs to ~/.augment/rules after each commit.

Initial Setup

After cloning this repository, run the sync script once:

./sync-to-augment.sh

Contributing

Feel free to add new skills or improve existing ones by submitting a pull request.

Adding a New Skill

  1. Create a new directory under skills/ with a kebab-case name
  2. Add a SKILL.md file following the agentskills.io specification
  3. Include required frontmatter: name and description
  4. Commit and push - the skill will auto-sync to ~/.augment/skills

License

MIT

About

Augment Agent rules and configurations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages