anti-overengineering-help

Displays a quick-reference card for anti-overengineering skills and their always-on rules.

Updated Jul 11, 2026
One-click install
npx skills add https://github.com/azishio/coding-skills --skill anti-overengineering-help-azishio
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: anti-overengineering-help
Source: https://github.com/azishio/coding-skills/tree/main/skills/anti-overengineering-help
Command: npx skills add https://github.com/azishio/coding-skills --skill anti-overengineering-help-azishio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working with the anti-overengineering plugin, users often forget which commands exist, how the always-on rules are injected, or how to disable them. This Skill provides a one-shot reference card answering those questions without changing any state. ## Core Features & Use Cases - Command Reference: Lists all anti-overengineering skills with their Claude Code and Codex invocation syntax in a single table. - Lifecycle Explanation: Clarifies that the core rules are injected at SessionStart and SubagentStart with no toggles, intensity levels, or state files. - Update and Removal Guidance: Shows how to update the plugin or disable it entirely in both Claude Code and Codex. - Use Case: You installed the coding-skills plugin and want to know which slash commands are available for reviewing over-engineering or harvesting shortcut debt. Invoke this Skill to see the full command card instantly. ## Quick Start Ask the assistant to show the anti-overengineering help card to list all available commands and how the always-on rules work.

Frequently Asked Questions about anti-overengineering-help

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I see all anti-overengineering commands in Claude Code?▼

Invoke the anti-overengineering-help skill with /coding-skills:anti-overengineering-help or ask for anti-overengineering help. It displays a table of all five skills with their Claude Code and Codex invocation syntax.

How do I disable the anti-overengineering always-on rules?▼

The rules have no toggle or intensity setting; they are either installed or not. Disable or uninstall the plugin with /plugin in Claude Code or codex plugin remove coding-skills in Codex.

Does anti-overengineering-help change any project state?▼

No, it is a one-shot display that changes nothing and persists nothing. It only renders the reference card and exits without writing files or modifying configuration.

How are anti-overengineering rules injected into subagents?▼

The plugin's lifecycle hooks inject the core skill at SessionStart and into every subagent at SubagentStart via hooks/hooks.json. There are no state files or per-session toggles involved.

How do I update the coding-skills plugin?▼

In Claude Code run /plugin marketplace update coding-skills then /reload-plugins. In Codex run codex plugin marketplace upgrade coding-skills and start a new thread.