From idea
Automated IDEA maintenance workflow: backup, sync, scope generation, verify, and report. Orchestrates idea-tools skills for comprehensive maintenance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/idea:skills/maintenance-cycleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Automated maintenance workflow that orchestrates idea-tools skills.
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
npx claudepluginhub teslasoft-de/claude-skills-marketplace --plugin ideaUses IntelliJ IDEA's MCP tools as a read-only semantic oracle for Java/Spring Boot projects, enabling symbol search, type resolution, and code inspection without file mutation.
Diagnoses the IntelliJ IDEA MCP oracle connection, project binding, and Gradle model loading. Use when the IDE oracle returns unexpected results or to verify setup before relying on its semantic tools.