Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install auroraphtgrp01-auroraphtgrp-coding-kit-temp-claude-skills-load-agentkitgit clone https://github.com/auroraphtgrp01/auroraphtgrp-coding-kit.gitcp auroraphtgrp-coding-kit/SKILL.MD ~/.claude/skills/auroraphtgrp01-auroraphtgrp-coding-kit-temp-claude-skills-load-agentkit/SKILL.md--- name: load-agentkit description: Load Agent Kit core doctrine for Claude Code sessions. Use when starting work, checking platform routing, or re-establishing Agent Kit context. when_to_use: Use at session startup, after compaction, or when the agent needs to reload Agent Kit operating rules. argument-hint: "[optional focus]" --- # Load Agent Kit Load the Claude Code Agent Kit compatibility layer. ## Required Reads 1. Read `CLAUDE.md`. 2. Read `AGENTS.md`. 3. Read `.claude/ARCHITECTURE.md`. 4. Read `.claude/rules/00-agent-operating-doctrine.md`. 5. Read `.claude/rules/00-ak-agentkit-router.md`. 6. Read `skills/INDEX.md` when routing is unclear. ## Operating Contract - `AGENTS.md` is the master doctrine. - `CLAUDE.md` is the Claude Code project memory entrypoint. - `.claude/rules/` contains modular Claude Code project rules. - `.claude/skills/` contains Claude Code-native workflow bridges. - `.claude/agents/` contains custom subagent profiles. - Canonical Agent Kit skill behavior remains in `skills/`. ## Output Return: - Active platform: Claude Code - Loaded doctrine files - Relevant skill routing path - Any missing compatibility files