Purpose: System configuration and health monitoring Category: System Version: 1.0.0 The System plugin provides essential commands for configuring, monitoring, and maintaining Claude Code installations. These are system-level operations that configure or monitor Claude Code itself. Purpose: Unified view of work, system, and memory state Provides comprehensive status overview including: - Active wor
Add this skill
npx mdskills install applied-artificial-intelligence/systemComprehensive system administration plugin with setup, monitoring, audit, and cleanup commands
Purpose: System configuration and health monitoring Category: System Version: 1.0.0
The System plugin provides essential commands for configuring, monitoring, and maintaining Claude Code installations. These are system-level operations that configure or monitor Claude Code itself.
Purpose: Unified view of work, system, and memory state
Provides comprehensive status overview including:
Usage:
/system:status # Standard status view
/system:status verbose # Detailed status with full context
Purpose: Manage Claude Code configuration settings
Interactive configuration management:
Usage:
/config # View current configuration
/config set key=value
/config reset
Purpose: Initialize Python projects with Claude Code framework
Sets up Python project with configurable quality levels:
pyproject.toml with development tools.claude/ directory structureOptions:
/setup:python # Standard setup (production-ready)
/setup:python --minimal # Basic structure only
/setup:python --standard # Standard with pytest, ruff, mypy (default)
/setup:python --full # Comprehensive with docs, CI/CD
/setup:python my-project # Create new project with name
Purpose: Initialize JavaScript/Node.js projects with Claude Code framework
Sets up JavaScript project with modern tooling:
package.json with Jest, ESLint, Prettier.claude/ directory structureUsage:
/setup:javascript # Initialize JavaScript project
/setup:javascript my-app # Create new project with name
Purpose: Add Claude Code framework to existing projects
Detects project type and adds appropriate framework structure:
.claude/ directory structure without modifying existing filesUsage:
/setup:existing # Auto-detect and setup
Purpose: Initialize user-level Claude Code configuration
Sets up global Claude Code configuration in ~/.claude/:
CLAUDE.md with best practicesOptions:
/setup:user # Initialize user config
/setup:user --force # Overwrite existing config
Purpose: Configure Claude Code statusline display
Sets up statusline to show framework information:
Usage:
/setup:statusline # Configure statusline
Purpose: Validate framework compliance and configuration
Comprehensive framework validation:
Usage:
/audit # Full audit
/audit --framework # Framework structure only
/audit --fix # Auto-fix issues where possible
Purpose: Clean up generated files and temporary data
Intelligent cleanup operations:
Options:
/cleanup --dry-run # Preview what would be cleaned
/cleanup --auto # Auto-cleanup with safe defaults
/cleanup root # Clean project root only
/cleanup tests # Clean test artifacts
/cleanup reports # Clean old reports
/cleanup work # Archive completed work units
/cleanup all # Comprehensive cleanup
system:status command integrates with memory to show context stateaudit validates memory structure and healthsystem:status shows active work unit progressaudit validates work unit integritycleanup can archive completed work units/system:status # Check what's happening
# ... do work ...
/system:status verbose # Review progress before handoff
/setup:python --standard # Initialize Python project
/setup:javascript # Initialize JavaScript project
/setup:existing # Add framework to existing project
/audit # Verify setup correct
/audit # Check framework health
/cleanup --dry-run # See what can be cleaned
/cleanup all # Clean up clutter
/config # Review current settings
/config set memory.auto_gc=true
/audit # Verify configuration valid
/system:status at session start to understand current state/audit periodically to catch configuration drift/cleanup when projects accumulate clutter/config to view before modifying manually/audit after configuration changes/setup:python --standard for production Python projects/setup:python --minimal for experiments or learning/setup:javascript for Node.js applications/setup:existing to add framework to existing projects without disruption/setup:user once to configure global preferencesThese commands moved from the core plugin:
status → /system:status (renamed to avoid conflict with native /status)config - Was /core/configsetup - Was /core/setupaudit - Was /core/auditcleanup - Was /core/cleanup/status → /system:status to avoid conflict with Claude Code native /status commandNone - System plugin is foundational.
Maintained by: Claude Code Framework Team Version: 1.0.0 Last Updated: 2025-10-18
Best experience: Claude Code
/plugin marketplace add applied-artificial-intelligence/systemThen /plugin menu → select skill → restart. Use /skill-name:init for first-time setup.
Other platforms
Install via CLI
npx mdskills install applied-artificial-intelligence/systemSystem Plugin is a free, open-source AI agent skill. Purpose: System configuration and health monitoring Category: System Version: 1.0.0 The System plugin provides essential commands for configuring, monitoring, and maintaining Claude Code installations. These are system-level operations that configure or monitor Claude Code itself. Purpose: Unified view of work, system, and memory state Provides comprehensive status overview including: - Active wor
Install System Plugin with a single command:
npx mdskills install applied-artificial-intelligence/systemThis downloads the skill files into your project and your AI agent picks them up automatically.
System Plugin works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.