Agent skill
cfn-config
Configuration management and environment sanitization. Use when you need to manage configuration files, validate environment variables, sanitize sensitive data, or update system settings across CFN Loop components.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/cfn-config-masharratt-claude-flow-novice-2
SKILL.md
Config Skill (Mega-Skill)
Version: 1.0.0 Purpose: Configuration management and environment sanitization Status: Production Consolidates: cfn-config-management, cfn-environment-sanitization
Overview
This mega-skill provides configuration handling:
- Management - Configuration file management and updates
- Sanitization - Environment variable sanitization and validation
Directory Structure
config/
├── SKILL.md
├── lib/
│ ├── management/ # From cfn-config-management
│ └── sanitization/ # From cfn-environment-sanitization
└── cli/
Migration Paths
| Old Path | New Path |
|---|---|
| cfn-config-management/ | config/lib/management/ |
| cfn-environment-sanitization/ | config/lib/sanitization/ |
Version History
1.0.0 (2025-12-02)
- Consolidated 2 config skills into mega-skill
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?