cfn-edit-safety
About
This skill provides safe file editing by automatically creating backups before modifications and running validation hooks after changes. Developers should use it when editing critical files to ensure revert capability and catch errors. It combines backup capture with post-edit validation in a single mandatory workflow.
Quick Install
Claude Code
Recommendednpx skills add majiayu000/claude-skill-registry -a claude-code/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/cfn-edit-safetyCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
moai-plugin-builder
OtherThis skill provides patterns, templates, and best practices for developing Claude Code plugins. Use it when creating plugins, defining components like commands and hooks, or troubleshooting plugin issues. It covers essential structures including plugin manifests, agents, skills, and MCP/LSP configurations.
production-readiness
MetaThis skill performs comprehensive pre-deployment validation to ensure code is production-ready. It runs a complete audit pipeline including security scans, performance benchmarks, documentation checks, and dependency analysis. Use it as a final gate before deployment to generate a safety checklist and identify critical issues.
moai-plugin-builder
OtherThe moai-plugin-builder skill provides templates, patterns, and best practices for developing Claude Code plugins. Use it when creating plugins, defining components like commands and agents, or troubleshooting plugin issues. It covers essential structures including plugin manifests, MCP/LSP configurations, and directory organization.
n8n-expression-testing
OtherThis skill validates n8n workflow expressions, performing syntax checks and context-aware testing to catch common errors. It helps developers optimize data transformations by detecting pitfalls and security vulnerabilities. Use it to ensure your n8n JavaScript expressions are robust and performant before execution.
