Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 11 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,6 @@
───────────────────────────────────────────────────────────────
❯ /ansible-designer
───────────────────────────────────────────────────────────────
/ansible-designer:new-playbook
/ansible-designer:review-playbook
/ansible-designer:update-playbook
/ansible-designer:new-role
/ansible-designer:review-role
/ansible-designer:update-role
/ansible-designer:new-collection
/ansible-designer:review-collection
/ansible-designer:update-collection
```

AI-assisted Ansible authoring toolkit for Claude Code. Scaffolds, reviews, and updates playbooks, roles, collections, and `ansible.cfg` files following ansible-core 2.15+ conventions and production best practices.
Expand All @@ -50,22 +41,18 @@ AI-assisted Ansible authoring toolkit for Claude Code. Scaffolds, reviews, and u

### Option A — Claude Code plugin system (recommended)

Add the marketplace to `~/.claude/settings.json`, then install the plugin from the Claude Code UI:

```json
{
"extraKnownMarketplaces": {
"3A2DEV": {
"source": {
"source": "github",
"repo": "3A2DEV/ansible-designer"
}
}
}
}
```
Using Claude Code:

Once added, open Claude Code → Plugins → find **ansible-designer** under the **3A2DEV** marketplace → Install.
```bash
───────────────────────────────────────────────────────────────
❯ /plugin marketplace add 3A2DEV/ansible-designer
───────────────────────────────────────────────────────────────
```
```bash
───────────────────────────────────────────────────────────────
❯ /plugin install ansible-designer
───────────────────────────────────────────────────────────────
```

### Option B — npx skills (bare install, sub-commands not namespaced)

Expand Down