add-language-rules
Workflow command scaffold for add-language-rules in everything-claude-code.
Run AgentShield against agent, hook, MCP, permission, and secret surfaces.
> /plugin marketplace add affaan-m/everything-claude-code > /plugin install ecc@ecc
How it fires
How this command gets triggered: by you, by Claude, or both.
/security-scanContext preview
What this command does when you run it.
Run AgentShield against agent, hook, MCP, permission, and secret surfaces.
description: Run AgentShield against agent, hook, MCP, permission, and secret surfaces. agent: ecc:security-reviewer subtask: true
Run AgentShield against the current project or a target path, then turn the findings into a prioritized remediation plan.
`/security-scan [path] [--format text|json|markdown|html] [--min-severity low|medium|high|critical] [--fix]`
Prefer the packaged scanner:
npx ecc-agentshield scan --path "${TARGET_PATH:-.}" --format textFor local AgentShield development, run from the AgentShield checkout:
npm run scan -- --path "${TARGET_PATH:-.}" --format textDo not invent findings. Use AgentShield output as the source of truth and separate scanner facts from follow-up judgment.
1. Identify active runtime findings first:
2. Separate lower-confidence inventory:
3. For each critical or high finding, return:
4. If `--fix` is requested, state the planned edits before applying fixes. 5. Re-run the scan after fixes and report the before/after score.
Return:
1. Security grade and score. 2. Counts by severity and runtime confidence. 3. Critical/high findings with exact paths. 4. Lower-confidence findings grouped separately. 5. A remediation order. 6. Commands run and whether the scan was local, CI, or npx-backed.
Use AgentShield in GitHub Actions for enforced gates:
- uses: affaan-m/agentshield@v1
with:
path: "."
min-severity: "medium"
fail-on-findings: true$ARGUMENTS:
Your agent can write code, but ECC gives it a coordinated engineering system and toolbox: it plans before it builds, verifies changes with tests, reviews its own work from a fresh context, remembers what matters, and turns repeated wins into reusable skills
Repo: affaan-m/everything-claude-code
Workflow command scaffold for add-language-rules in everything-claude-code.
Workflow command scaffold for database-migration in everything-claude-code.
Workflow command scaffold for feature-development in everything-claude-code.
Answer a quick side question without interrupting or losing context from the current task. Resume work automatically after answering.
Pull the latest ECC repo changes and reinstall the current managed targets.