Favicon of creating-amplifier-modules

creating-amplifier-modules Skill

AI Agent SkillPythonOpen source

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.

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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
30/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Developers using amplifier-foundation

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use creating-amplifier-modules Skill

  • Use it for developers using amplifier-foundation.

Built with

PythonCopy skill directory

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

Explore related resources

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.

Share:

Stars
16
Forks
17
Last commit
9 days ago
Repository age
7 months
License
MIT

Auto-fetched from GitHub.

Ad
Favicon

 

  
 

Similar to creating-amplifier-modules