shamt-export

Export generic guide and script improvements from a child project via PR.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/MizunoPK/shamt-ai-dev --skill shamt-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shamt-export
Source: https://github.com/MizunoPK/shamt-ai-dev/tree/main/.claude/skills/shamt-export
Command: npx skills add https://github.com/MizunoPK/shamt-ai-dev --skill shamt-export

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Exports generic guide and script improvements from a child project back to the shamt-ai-dev master repo via PR. Covers verifying CHANGES.md, comparing the rules file against RULES_FILE.template.md, scanning for epic tag contamination, running the guide audit, running the export script, and opening a PR.

Core Features & Use Cases

  • Export improvements to the master repository for distribution across Shamt projects.
  • Audit CHANGES.md entries and ensure changes are generic and properly documented.
  • Compare shared rules/templates and detect epic-tag contamination before export.
  • Open a pull request with a ready-to-use description to propagate updates.

Quick Start

Run the export workflow to push your shared guide improvements from the child project to the master repository.

Frequently Asked Questions about shamt-export

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export generic script and guide improvements from a child project to a master repository?

To export generic script and guide improvements, you run an export workflow that validates CHANGES.md entries, audits for epic-tag contamination, and opens a PR to the master repository. This propagates generic improvements across projects.

What is epic-tag contamination when exporting workflow changes to a master repo?

Epic-tag contamination occurs when project-specific tags leak into shared guides or scripts. The export workflow scans for these tags before pushing changes to the master repository to ensure only generic, master-wide improvements are exported.

How do I validate CHANGES.md entries before opening a pull request for shared scripts?

You validate CHANGES.md entries by running the guide audit step within the export workflow, ensuring all modifications to .shamt/guides/ and .shamt/scripts/ are deliberate, documented, and generic before opening the PR.

Can I export project-specific guide modifications to the master shamt-ai-dev repository?

No, you cannot export project-specific guide modifications. The workflow enforces that only generic, master-wide improvements are exported by checking for epic-tag contamination and auditing changes before running the export script.

Do I need to compare rules files before exporting guide improvements back to the master repository?

Yes, you need to compare rules files. The export workflow includes a step to compare your local rules file against RULES_FILE.template.md to detect template deviations and ensure uniform guide standards before opening a PR.

Why does my guide audit fail before exporting scripts to the master repo?

Your guide audit fails because the export workflow requires an audit pass before running the export script. Failures typically occur when CHANGES.md entries are undocumented or when epic-tag contamination is detected in the guides.