agentsclimarketplace

Create azure agent

Skill richfrem/agent-plugins-skills/plugins/agent-scaffolders/skills/create-azure-agent

Deploys a skill as an Azure AI Foundry hosted agent. NOT for Docker runtime skills (use `create-docker-skill`) and NOT for MCP server integrations (use `create-mcp-integration`).From its SKILL.md

Install
npx -y skills add richfrem/agent-plugins-skills --skill create-azure-agent

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.6 KB, 303 tokens by cl100k_base, as published. Nobody here has run it

Follow the create-azure-agent skill workflow to generate Azure AI Foundry deployment wrappers for an existing agent skill.

Inputs

  • $ARGUMENTS — optional path to the skill directory to deploy. Omit to start with discovery.

Steps

  1. If $ARGUMENTS provides a skill directory, resolve and validate the path
  2. Follow the create-azure-agent phased workflow: confirm the target skill, gather Azure configuration (subscription, resource group, region, naming preferences), then run scaffold_azure_agent.py to generate Bicep templates and the Python Azure AI Projects SDK deployment wrapper
  3. Summarize generated files in the skill's azure_deployment/ directory
  4. Instruct on reviewing .bicep parameters and running az deployment group create

Output

azure_deployment/azure_agent.py (Azure AI Projects SDK orchestration script) and azure_deployment/main.bicep (Cosmos DB, AI Search, and Foundry Project infrastructure).

Edge Cases

  • If $ARGUMENTS is empty: ask for the target skill directory before proceeding
  • If Azure credentials are not configured: instruct user to run az login first
  • Azure AI Foundry enforces a 128-tool limit — scaffold generates a focused worker agent
  • Offer to run /agent-scaffolders:audit-plugin to validate the skill before deploying

What ships with it: 81 files

7.6 KB alongside SKILL.md, 8 of them executable

evals/

references/

41 more files not listed here. See all 81 in the repository.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.