adr
Write an Architecture Decision Record documenting a significant technical decision.
Configure and deploy an Azure Functions application.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/setup-functionsContext preview
What this command does when you run it.
Configure and deploy an Azure Functions application.
name: setup-functions description: Configure and deploy an Azure Functions application.
Configure and deploy an Azure Functions application.
1. Ask the user for the function name, runtime (.NET, Node.js, Python, Java), and trigger type 2. Initialize the function app project with the appropriate runtime template 3. Create the function handler with the selected trigger binding 4. Configure app settings and connection strings for the function 5. Set up the hosting plan: Consumption (serverless), Premium, or Dedicated 6. Configure authentication and authorization if the function exposes HTTP endpoints 7. Set up managed identity for accessing Azure resources without credentials 8. Configure Application Insights for monitoring and logging 9. Set up input and output bindings: Blob Storage, Queue, Cosmos DB, Event Hub 10. Create the deployment configuration: Azure DevOps pipeline or GitHub Actions 11. Generate the ARM template or Bicep file for infrastructure as code 12. Document: function URL, trigger type, bindings, app settings, scaling behavior
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
Create a structured implementation plan for the requested feature or change.