amcs-{SKILL_NAME}-{ACTION}

Community

Deterministic AMCS skill template.

Authormiethe
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This template provides a standardized blueprint to create deterministic, well-documented AMCS workflow skills. It includes SKILL.md, implementation.py, test_skill.py, README, ARCHITECTURE.md, CHECKLIST.md, TEMPLATE_SUMMARY.md, and an examples directory, enabling teams to spin up new skills with consistent contracts and determinism guarantees.

Core Features & Use Cases

  • Standardized contracts: YAML frontmatter-driven inputs/outputs, deterministic behavior
  • Full template suite: All skeletons and tests required to launch a new skill in under 15 minutes
  • Onboarding & reproducibility: Seed-based determinism, hashing, event emission patterns

Quick Start

  1. Copy template: cp -r .claude/skills/amcs-template .claude/skills/workflow/{skill_name}
  2. Replace placeholders across files
  3. Implement the skill using the skeletons
  4. Run determinism tests

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: amcs-{SKILL_NAME}-{ACTION}
Download link: https://github.com/miethe/MeatyMusic/archive/main.zip#amcs-skill-name-action

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository