everything-claude-code

Use this skill when working inside the `everything-claude-code` repository and you need repo-specific guidance instead of generic coding advice.

Content Preview
# Everything Claude Code

Use this skill when working inside the `everything-claude-code` repository and you need repo-specific guidance instead of generic coding advice.

Optional companion instincts live at `.claude/homunculus/instincts/inherited/everything-claude-code-instincts.yaml` for teams using `continuous-learning-v2`.

## When to Use

Activate this skill when the task touches one or more of these areas:
- cross-platform parity across Claude Code, Cursor, Codex, and OpenCode
- hook scri
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/everything-claude-code.md \
  https://raw.githubusercontent.com/affaan-m/everything-claude-code/main/.claude/skills/everything-claude-code/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/affaan-m/everything-claude-code

Then reference at .claude/skills/everything-claude-code/SKILL.md

Related Skills