Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:19:17 +08:00
commit 71d886e0da
8 changed files with 178 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for disaster-recovery-planner skill
- [ ] dr_plan_generator.py Generates a disaster recovery plan based on user input and infrastructure details.
- [ ] config_validator.py Validates the generated configuration files against best practices and security standards.
- [ ] setup_code_generator.py Generates setup code for implementing the disaster recovery plan on various platforms.