v0.9.0
Azure Functions Skills v0.9.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.9.0 setup
npx @agent-loom/azure-functions-skills@0.9.0 chatInstall without npm
Download the zip for your AI assistant and extract it into your project root:
| Assistant | Download |
|---|---|
| GitHub Copilot | azure-functions-skills-ghcp-0.9.0.zip |
| Claude Code | azure-functions-skills-claude-0.9.0.zip |
| Codex | azure-functions-skills-codex-0.9.0.zip |
What's new
See the auto-generated changelog below.
What's Changed
- Separate plugin content into templates/ directory by Tsuyoshi Ushio (@TsuyoshiUshio) in #15
- ci: use release notes template to avoid shell escape corruption by Tsuyoshi Ushio (@TsuyoshiUshio) in #16
- Add MIT LICENSE file by Tsuyoshi Ushio (@TsuyoshiUshio) in #17
- Rename content.md to SKILL.md and support references/ subdirectory (closes #8) by Tsuyoshi Ushio (@TsuyoshiUshio) in #18
- azure-functions-create: use templates MCP as primary, func as fallback (closes #9) by Tsuyoshi Ushio (@TsuyoshiUshio) in #19
- chore: bump version to 0.9.0 by Tsuyoshi Ushio (@TsuyoshiUshio) in #20
Full Changelog: v0.8.0...v0.9.0