Help us improve
Share bugs, ideas, or general feedback.
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 ideaHow 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.
Audits Claude Code project health: verifies CLAUDE.md accuracy against codebase, checks memory hygiene, audits settings and plans, discovers patterns, proposes cleanups.
Sets up Claude Code projects with config files and audits existing ones for permissions, context quality, MCP coverage, leaked secrets, stale docs, and cruft. Uses sub-agents for analysis.
Share bugs, ideas, or general feedback.
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