This repository contains Augment Agent skills and configurations for the newmoon-org organization.
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
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.
General coding guidelines and project conventions (if any are added in the future).
This repository syncs to ~/.augment/rules where Augment Agent can access the skills and rules.
To manually sync to your local Augment directory:
./sync-to-augment.shA git post-commit hook automatically syncs to ~/.augment/rules after each commit.
After cloning this repository, run the sync script once:
./sync-to-augment.shFeel free to add new skills or improve existing ones by submitting a pull request.
- Create a new directory under
skills/with a kebab-case name - Add a
SKILL.mdfile following the agentskills.io specification - Include required frontmatter:
nameanddescription - Commit and push - the skill will auto-sync to
~/.augment/skills
MIT