From idea
Automated IDEA maintenance workflow: backup, sync, scope generation, verify, and report. Orchestrates idea-tools skills for comprehensive maintenance.
npx claudepluginhub teslasoft-de/claude-skills-marketplace --plugin ideaThis skill uses the workspace's default tool permissions.
Automated maintenance workflow that orchestrates idea-tools skills.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Automated maintenance workflow that orchestrates idea-tools skills.
/idea onboard)/idea sync-modules)[ ] Verify .idea directory exists
[ ] Check for uncommitted IDEA config changes
[ ] Validate current module structure
Invoke idea-tools:config-backup:
/idea backup
Creates timestamped backup before any modifications.
Invoke idea-tools:module-sync:
/idea sync-modules
Create/update file scopes:
[ ] Modules load without errors
[ ] Scopes are accessible
[ ] VCS mappings correct
[ ] No orphaned .iml files
Generate maintenance report:
IDEA Maintenance Report - 2026-01-31
Backup: idea_config_2026-01-31-xyz.zip
Modules: 12 synced (3 new, 0 removed)
Scopes: 15 updated
VCS Mappings: 8 configured
Status: SUCCESS
/idea maintenanceFull maintenance cycle with all steps.
Options:
--dry-run - Preview changes without applying--skip-backup - Skip safety backup (not recommended)--verbose - Detailed outputExample:
/idea maintenance --verbose
This skill orchestrates:
| Skill | Purpose |
|---|---|
idea-tools:config-backup | Safety backup creation |
idea-tools:module-sync | Module synchronization |
| Error | Recovery |
|---|---|
| Backup failed | Check disk space, permissions |
| Sync failed | Restore from backup: /idea restore |
| Scope error | Manual scope recreation in IDEA |
| Verification failed | Review report, fix issues manually |
.idea/*, .backups/idea/*author: Christian Kusmanow / Claude
version: 1.0.0
last_updated: 2026-01-31
depends_on:
- idea-tools:config-backup
- idea-tools:module-sync