creating-amplifier-modules Skill
Use when creating a new Amplifier module (tool, hook, orchestrator, context, or provider). Covers the mount() contract, protocol compliance validation, placeholder patterns, and the module directory structure. Prevents the common mistake of creating no-op mount() stubs that fail protocolcompliance validation. Published by microsoft in amplifier-foundation.
Decision snapshot
Is this a fit?
Developers using amplifier-foundation, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
2 months ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
What is creating-amplifier-modules Skill?
Use when creating a new Amplifier module (tool, hook, orchestrator, context, or provider). Covers the mount() contract, protocol compliance validation, placeholder patterns, and the module directory structure. Prevents the common mistake of creating no-op mount() stubs that fail protocolcompliance validation. Published by microsoft in amplifier-foundation. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using amplifier-foundation
Declared skill metadata
- Source file: skills/creating-amplifier-modules/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use creating-amplifier-modules Skill
- Use it for developers using amplifier-foundation.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/amplifier-foundation
- Skill file: skills/creating-amplifier-modules/SKILL.md
What it does
Use when creating a new Amplifier module (tool, hook, orchestrator, context, or provider). Covers the mount() contract, protocol compliance validation, placeholder patterns, and the module directory structure. Prevents the common mistake of creating no-op mount() stubs that fail protocolcompliance validation.
Skill instructions
Creating Amplifier Modules Overview Amplifier modules are Python packages that extend the runtime with tools, hooks, providers, and other capabilities. Every module has a mount() function that runs at session startup. Core principle: mount() must register something with the coordinator. A mount() that logs and returns None WILL fail validation. This matters immediately. Module validation runs every time a session loads. A broken mount() prevents any agent using the behavior from spawning — not just future agents, not "when Phase 2 is done" — right now, on every invocation. --- The Iron Law mount() MUST call coordinator.mount() or return a Tool instance. A mount() that returns None and calls nothing WILL FAIL with: "protocolcompliance: No tool was mounted and mount() did not return a Tool instance" "Stub" means placeholder that satisfies the protocol — not empty function that does nothing. --- Module Directory Structure modules/tool-{name}/ ├── pyproject.toml name = "amplifier-module-to
Verified compatibility and discovery
Frequently asked questions
What is creating-amplifier-modules?
creating-amplifier-modules is a open-source AI agent skill with Copy skill directory. Use when creating a new Amplifier module (tool, hook, orchestrator, context, or provider).
Who is creating-amplifier-modules best for?
creating-amplifier-modules is best for reusing agent instructions, scripts, and references.
How do I install creating-amplifier-modules?
Install or run creating-amplifier-modules using Copy skill directory. Check creating-amplifier-modules for the latest setup command.
Is creating-amplifier-modules actively maintained?
creating-amplifier-modules may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.