v0.12.0
Azure Functions Skills v0.12.0
AI assistant plugins for Azure Functions — one-command setup for GitHub Copilot, Claude Code, and Codex.
Install with npm
npx @agent-loom/azure-functions-skills@0.12.0 setup
npx @agent-loom/azure-functions-skills@0.12.0 chatPlugin bundles
Download the plugin payload zip and register the extracted directory with your agent's plugin-from-source flow.
| Artifact | Download |
|---|---|
| Cross-tool plugin payload | azure-functions-skills-plugin-0.12.0.zip |
What's new
- Claude Code plugin payload now uses a Claude-compatible manifest shape.
azure-functions-skills chat --helpprints local command help while preservingchat -- --helppass-through to agent CLIs.- E2E guidance and published report coverage were refreshed for GitHub Copilot CLI, Claude Code, and Codex plugin/chat flows.
See the auto-generated changelog below.
What's Changed
- feat: add local release helper by Tsuyoshi Ushio (@TsuyoshiUshio) in #40
- feat: rename Functions Copilot agent by Tsuyoshi Ushio (@TsuyoshiUshio) in #41
- Refactor skill templates to use SKILL.md frontmatter by Tsuyoshi Ushio (@TsuyoshiUshio) in #42
- feat: add committed plugin release payload by Tsuyoshi Ushio (@TsuyoshiUshio) in #43
- Add Azure Functions best practices skill by Tsuyoshi Ushio (@TsuyoshiUshio) in #44
- Proxy Azure Functions deploy to Azure Skills by Tsuyoshi Ushio (@TsuyoshiUshio) in #45
- feat: install Azure Skills prerequisite for Copilot by Tsuyoshi Ushio (@TsuyoshiUshio) in #47
- docs: update create skill MCP template guidance by Tsuyoshi Ushio (@TsuyoshiUshio) in #48
- fix: improve skill definitions based on e2e testing feedback by Tsuyoshi Ushio (@TsuyoshiUshio) in #49
- Add feedback skill and E2E verification guidance by Tsuyoshi Ushio (@TsuyoshiUshio) in #50
- Add customer-friendly usage scenarios by Tsuyoshi Ushio (@TsuyoshiUshio) in #51
- ci: add live Azure login smoke workflow by Tsuyoshi Ushio (@TsuyoshiUshio) in #52
- feat: add Azure Functions E2E test skill by Tsuyoshi Ushio (@TsuyoshiUshio) in #53
- docs: improve E2E skill reporting workflow by Tsuyoshi Ushio (@TsuyoshiUshio) in #54
- docs: publish E2E report with GitHub Pages by Tsuyoshi Ushio (@TsuyoshiUshio) in #55
- Fix chat pass-through for agent CLIs by Tsuyoshi Ushio (@TsuyoshiUshio) in #62
- Fix Claude plugin format and chat help handling by Tsuyoshi Ushio (@TsuyoshiUshio) in #64
Full Changelog: v0.11.0...v0.12.0