amaa-github-integration

amaa-github-integration is a skill for Claude Code from Emasoft/ai-maestro-architect-agent. It costs 29 tokens per session (939 once invoked), scanned A, original, MIT.

A skill for linking architecture design documents with GitHub issues, including creating issues, attaching documents, and synchronizing statuses.

In plain words
What is it for?
Use it to create or update GitHub issues from design documents, attach documents to existing issues, and sync document status with issue labels.
Why use it?
It keeps design decisions and implementation tracking connected instead of leaving them in separate places.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: agent in frontmatter.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python scripts/amaa_github_issue_create.py --uuid PROJ-SPEC-20250129-a1b2c3d4 --dry-run.

Part of the ai-maestro-architect-agent plugin — 27 skills, 4 commands, 5 agents shipped together

Good fit Use it to create or update GitHub issues from design documents, attach…

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/Emasoft/ai-maestro-architect-agent
agentmods
npx agentmods add skills/emasoft/ai-maestro-architect-agent/amaa-github-integration

Made for: Claude Code.

Or install ai-maestro-architect-agent, the plugin that ships this one along with the rest of its 27 skills, 4 commands, 5 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for amaa-github-integration

README.md
[![agentmods](https://agentmods.dev/badge/skills/emasoft/ai-maestro-architect-agent/amaa-github-integration.svg)](https://agentmods.dev/skills/emasoft/ai-maestro-architect-agent/amaa-github-integration)
Your own site
<a href="https://agentmods.dev/skills/emasoft/ai-maestro-architect-agent/amaa-github-integration"><img src="https://agentmods.dev/badge/skills/emasoft/ai-maestro-architect-agent/amaa-github-integration.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 939 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.00939
Opus 5 $0.00015 $0.00469
Sonnet 5 $0.00006 $0.00188
Haiku 4.5 $0.00003 $0.00094

Measured 6d ago against content hash 6494686aa100, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

amaa-github-integration scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/amaa-github-integration/SKILL.md · 90 lines

How it starts

The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.

GitHub Integration Skill

Overview

Link design documents to GitHub issues for complete traceability. Create issues from designs, attach designs to existing issues, and keep status synchronized between design document status and GitHub issue labels.

Prerequisites

  • gh CLI installed and authenticated (gh auth status)
  • Current directory within a GitHub repository
  • Design documents with valid UUID in frontmatter

Instructions

  1. Verify gh CLI is authenticated: gh auth status
  2. Verify design document has UUID in frontmatter
  3. Choose and execute the appropriate operation:
    • Create issue: python scripts/amaa_github_issue_create.py --uuid <UUID>
    • Attach to issue: python scripts/amaa_github_attach_document.py --uuid <UUID> --issue <N>
    • Sync status: python scripts/amaa_github_sync_status.py --uuid <UUID>
  4. Use --dry-run flag on create to preview before executing
  5. Verify results and confirm design frontmatter was updated
  6. For batch sync of all linked documents: --all flag on sync script
  7. Monitor GitHub Project board for external changes (see monitoring ref)

Checklist

Copy this checklist and track your progress:

  • Verify gh CLI is installed and authenticated
  • Confirm design document has valid UUID in frontmatter
  • Choose the correct operation (create, attach, or sync)
  • Run with --dry-run flag to preview before executing
  • Execute the chosen operation
  • Verify design frontmatter was updated with results
  • Confirm GitHub issue reflects the expected state

Reference Documents

Document Description
op-create-issue-from-design.md When to Use, Prerequisites, Procedure, Checklist, Examples, Error Handling, Related Operations
op-attach-design-to-issue.md When to Use, Prerequisites, Procedure, Checklist, Examples, Error Handling, Related Operations
op-sync-status-to-github.md When to Use, Prerequisites, Procedure, Checklist, Examples, Status to Label Mapping, Error Handling, Related Operations
op-monitor-github-project.md When to Use, Prerequisites, Procedure, [TIMESTAMP], Checklist, Examples, What to Monitor, Error Handling, Related Operations
op-generate-design-uuid.md When to Use, Prerequisites, Procedure, Checklist, Examples, UUID Format, Error Handling, Related Operations

Read the full file on GitHub · 90 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 90 lines · 29 tokens per session scan A 6494686aa100

Subscribe to this mod's changes

amaa-github-integration is a skill published in the GitHub repository Emasoft/ai-maestro-architect-agent (2 stars, last pushed 8d ago), licensed MIT. It adds 29 tokens to every session and 939 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.