🛠️
DevOpsTypeScript

Setup Generate

by jmagly

Setup Generate is a DevOps skill for Claude Code, published by jmagly in aiwg.

209 stars32 forkson jmagly/aiwgAdded 2026/09/04+1% in starsRepository updated 2026/09/03
agentic-codingai-frameworkanthropicautonomous-agentsclaude-codecodexcopilotcursordeveloper-toolsfine-tuningmulti-agentmulti-platformorchestrationprompt-engineeringsdlctraining-datawarpworkflow-automation
Install in seconds
Install Setup Generate
Copy Setup Generate into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/jmagly/aiwg/tree/main/agentic/code/addons/agentic-installer/skills/setup-generate ~/.claude/skills/setup-generate

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/jmagly/aiwg.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
agentic/code/addons/agentic-installer/skills/setup-generate/SKILL.md in jmagly/aiwg
Installs to
~/.claude/skills/setup-generate
Collection
One of 25 skills cataloged from this repository
Category
DevOps920 skills

What Setup Generate does

Setup Generate creates a setup.manifest.yaml for a project using the setup.aiwg.io/v1 language. Use it when you need a starter install workflow for user, developer, or CI setup.

Setup Generate is cataloged under DevOps on DirSkills. Setup Generate comes from a repository tagged agentic-coding, ai-framework, anthropic, autonomous-agents and claude-code.

Documentation

README

setup-generate

Generate a setup.manifest.yaml file for a project using the setup.aiwg.io/v1 SetupManifest language.

Trigger Phrases

  • "generate a setup manifest for [project]"
  • "create installer for [project]"
  • "scaffold setup manifest"
  • "write a setup.manifest.yaml for [directory]"
  • "generate install workflow for [project]"
  • "generate dev installer for [project]"

Parameters

project-dir (positional, optional)

Path to the project root. Defaults to ..

--output (optional)

Manifest path to create. Default: ./setup.manifest.yaml.

--name (optional)

Manifest metadata.name. Default: package name or project directory name.

--type (optional)

Install type: user, developer, or ci. Default: developer.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Setup Generate

  • What else does jmagly publish alongside Setup Generate?

    Setup Generate is one of 25 skills that DirSkills catalogs from jmagly/aiwg, the repository it ships in. Its siblings there include Agent Loop, Agent Loop and Agent Loop External. Each one is a separate skill with its own page in this directory, installs the same way Setup Generate does, and is maintained by jmagly in that same repository. The rest of the collection is listed on the jmagly/aiwg page.

  • How does Setup Generate compare to other DevOps skills?

    Setup Generate ranks #845 by stars among the 920 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Setup Generate against them. Open each page to compare what they document and how they install.