Skip to content

v0.8.0

Choose a tag to compare

@TsuyoshiUshio TsuyoshiUshio released this 15 Apr 18:22
· 158 commits to main since this release
7443cf0

Azure Functions Skills v0.8.0

Initial release of the Azure Functions skills plugin for GitHub Copilot, Claude Code, and Codex.

Install with npm

npx @agent-loom/azure-functions-skills setup
npx @agent-loom/azure-functions-skills chat

Install 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.8.0.zip
Claude Code azure-functions-skills-claude-0.8.0.zip
Codex azure-functions-skills-codex-0.8.0.zip

What's included

  • 3 skills: azure-functions-setup, azure-functions-create, azure-functions-deploy
  • functions-guide custom agent with MCP template tools
  • SessionStart hooks for prerequisite check
  • MCP config for Azure Functions Templates
  • CLI: setup, chat, build commands
  • 20 FRD spec documents
  • 56 tests