Integration Scan banner
enuno enuno

Integration Scan

Development community

Description

--- description: "Scan and categorize incoming files in /INTEGRATION directory" allowed-tools: ["Read", "Bash(find)", "Bash(ls)", "Bash(file)", "Bash(wc)"] author: "Claude Command and Control" version: "1.0" --- # Integration Scan ## Purpose Scan the `/INTEGRATION/incoming` directory for unprocessed files, categorize them by type (Command, Agent, Skill, Documentation, Other), and generate a detailed report for review. ## Workflow ### 1. Check for Incoming Files ```bash !find ./INTEGRATION/in

Installation

Installs to ~/.claude/commands/enuno-claude-command-and-control-integration-scan.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/enuno/claude-command-and-control/HEAD/.claude/commands/integration-scan.md -o ~/.claude/commands/enuno-claude-command-and-control-integration-scan.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository