Agent Plugins Marketplace
All plugins

ansible-new-molecule

v1.1.1

Scaffold molecule testing for an Ansible role or collection following the current molecule testing philosophy (Ansible-native everything). Use when the user wants to add molecule tests, create test scenarios, or set up molecule for an existing role or collection. Use when user says "add molecule", "create molecule tests", "scaffold testing", "add test scenarios", or "set up molecule". Generates modern ansible-native molecule.yml (no driver/provisioner/verifier/platforms blocks), working create.yml/destroy.yml playbooks, smart verify.yml from role introspection, and optional GitHub Actions CI. Optionally uses ansible-know MCP server for module return value lookup. Do NOT use for migrating existing molecule setups (migration skill planned for a future release).

Claude CodeAgent Plugins1 Skill

28 GitHub starsUpdated 9 hours ago

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Aug 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ansible-new-molecule@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/leogallego/claude-ansible-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is ansible-new-molecule/.

Plugin files

ansible-new-molecule/
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/ansible-new-molecule/SKILL.md

Included Skills1

ansible-new-moleculeskills/ansible-new-molecule/SKILL.md

Scaffold molecule testing for an Ansible role or collection following the current molecule testing philosophy (Ansible-native everything). Use when the user wants to add molecule tests, create test scenarios, or set up molecule for an existing role or collection. Use when user says "add molecule", "create molecule tests", "scaffold testing", "add test scenarios", or "set up molecule". Generates modern ansible-native molecule.yml (no driver/provisioner/verifier/platforms blocks), working create.yml/destroy.yml playbooks, smart verify.yml from role introspection, and optional GitHub Actions CI. Optionally uses ansible-know MCP server for module return value lookup. Do NOT use for migrating existing molecule setups (migration skill planned for a future release).

Plugin manifests2

ansible-new-molecule/.claude-plugin/plugin.json
{
  "name": "ansible-new-molecule",
  "version": "1.1.1",
  "description": "Scaffold molecule testing for an Ansible role or collection following the current molecule testing philosophy (Ansible-native everything). Use when the user wants to add molecule tests, create test scenarios, or set up molecule for an existing role or collection. Use when user says \"add molecule\", \"create molecule tests\", \"scaffold testing\", \"add test scenarios\", or \"set up molecule\". Generates modern ansible-native molecule.yml (no driver/provisioner/verifier/platforms blocks), working create.yml/destroy.yml playbooks, smart verify.yml from role introspection, and optional GitHub Actions CI. Optionally uses ansible-know MCP server for module return value lookup. Do NOT use for migrating existing molecule setups (migration skill planned for a future release)."
}
ansible-new-molecule/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "ansible-new-molecule",
  "version": "1.1.1",
  "description": "Scaffold molecule testing for an Ansible role or collection following the current molecule testing philosophy (Ansible-native everything).",
  "author": {
    "name": "leogallego"
  },
  "license": "GPL-3.0-or-later",
  "keywords": [
    "ansible",
    "ansible-new-molecule",
    "molecule",
    "testing",
    "scaffold"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[ansible-new-molecule on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ansible-new-molecule)