{% extends "base.html" %} {% block title_suffix %} - Compose Skill{% endblock %} {% block content %}

Compose Skill

Combine multiple Ansible modules into a single use-case-driven skill package.

Configuration

Used as the skill directory name (hyphens become underscores).
Select from available modules or type a fully-qualified name (e.g. ansible.builtin.package).
{% for platform in platforms %}
{% endfor %}

Preview

Add modules and click "Preview" to see the SKILL.md that will be generated.

{% endblock %}