configuration-management

2 stars
51
F

Infrastructure configuration with Ansible, Chef, Puppet, and SaltStack for automated server management

Marketplace
Also in: terraform json

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install pluginagentmarketplace/custom-plugin-devops/configuration-management
skilz install pluginagentmarketplace/custom-plugin-devops/configuration-management --agent opencode
skilz install pluginagentmarketplace/custom-plugin-devops/configuration-management --agent codex
skilz install pluginagentmarketplace/custom-plugin-devops/configuration-management --agent gemini

First time? Install Skilz: pip install skilz

Works with 14 AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/pluginagentmarketplace/custom-plugin-devops
2. Copy the agent skill directory:
cp -r custom-plugin-devops/skills/configuration-management ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Stars
2
Type
Technical
Meta-Domain
cloud infrastructure
Primary Domain
ansible
Market Score
51

Agent Skill Grade

F
Score: 51/100 Click to see breakdown

Score Breakdown

Spec Compliance
11/15
PDA Architecture
14/30
Ease of Use
11/25
Writing Style
5/10
Utility
9/20
Modifiers: +1

Areas to Improve

  • Description needs trigger phrases
  • Missing Reference Links
  • No Actionable Workflow

Recommendations

  • Focus on improving Pda (currently 14/30)
  • Focus on improving Ease Of Use (currently 11/25)
  • Focus on improving Writing Style (currently 5/10)

Graded: 2026-01-19

Developer Feedback

I took a look at your configuration-management skill and wanted to share some thoughts.

Links:

TL;DR

You're at 51/100, which puts you in F territory - this needs some real work before it's ready. The grading is based on Anthropic's 5-pillar skill framework (Progressive Disclosure, Ease of Use, Spec Compliance, Writing Style, and Utility).

Strongest: Your spec compliance is solid (11/15) - the YAML frontmatter is clean and you've got the structure right.

Weakest: Ease of Use (11/25) and Progressive Disclosure (14/30) are dragging you down hard. The skill reads like a tech spec sheet rather than something Claude would actually use.

What's Working Well

  • Valid frontmatter structure — Your YAML is correctly formatted with required fields
  • Reference assets exist — You've got ansible-patterns.yaml, CONFIG_GUIDE.md, and ANSIBLE_PATTERNS.md in place
  • Covers real tools — Ansible, Chef, Puppet, SaltStack are all legitimate CM tools worth documenting

The Big One: No Clear Workflow

Here's the core problem: Your SKILL.md lists topics as nouns ("Ansible playbooks and roles", "Inventory management") but never explains what Claude should actually do with them. This tanks both Ease of Use and Progressive Disclosure.

Fix: Restructure SKILL.md with imperative, action-oriented guidance:

## MANDATORY (Use first)
1. Create Ansible playbook using role-based structure
2. Configure inventory for target hosts (static or dynamic)
3. Validate playbook syntax with --check flag

## OPTIONAL (As needed)
- Use Chef for Ruby-heavy teams needing agent-based management
- Use Puppet for enterprise multi-node deployments
- Use SaltStack for eve...

Report Security Issue

Found a security vulnerability in this agent skill?