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.mdSkill 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-codeThen reference at .claude/skills/everything-claude-code/SKILL.md
Related Skills
cc-skill-continuous-learning
Development skill from everything-claude-code
generalccskillcontinuous
by sickn33 (Antigravity) · antigravity-awesome-skills
cc-skill-strategic-compact
Development skill from everything-claude-code
generalccskillstrategic
by sickn33 (Antigravity) · antigravity-awesome-skills
configure-ecc
Everything Claude Code のインタラクティブなインストーラー — スキルとルールの選択とインストールをユーザーレベルまたはプロジェクトレベルのディレクトリへガイドし、パスを検証し、必要に応じてインストールされたファイルを最適化します。
configure-eccconfigureecc
by affaan-m · everything-claude-code
context-fundamentals
Context is the complete state available to a language model at inference time. It includes everything the model can attend to when generating responses: system instructions, tool definitions, retrieved documents, message history, and tool outputs.
generalfundamentals
by sickn33 (Antigravity) · antigravity-awesome-skills