ilkerprdal

Takeover — AI skill for Claude Code

AI community

Take over an existing project — read context.md, .cursorrules, and other AI memory files; convert them into .claude/memory/; summarize project state.

How to install Takeover

Installs to ~/.claude/commands/ilkerprdal-claude-software-office-takeover.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ilkerprdal/Claude-Software-Office/HEAD/.claude/commands/takeover.md -o ~/.claude/commands/ilkerprdal-claude-software-office-takeover.md

Restart Claude Code, or start a new session, for it to be picked up.

What Takeover does


description: "Take over an existing project — read context.md, .cursorrules, and other AI memory files; convert them into .claude/memory/; summarize project state. Triggers on 'take over this project', 'import context', 'absorb prior notes', 'devral'." allowed-tools: Read, Glob, Grep, Write, Edit, AskUserQuestion argument-hint: "[optional: explicit path to a context file]"

/takeover

Read context files left by previous AI sessions (Claude, Cursor, Copilot, Windsurf, etc.), absorb into

Alternatives in AI

  • Hindsight — State-of-the-art long-term memory for AI agents by Vectorize 6.7k ★
  • Launch An AI Feature — Workflow recipe — take an AI/LLM feature from a probabilistic-aware PRD to a launch-ready model card by chaini 1.3k ★
  • OpenContext — A personal context store for AI agents and assistants—reuse your existing coding agent CLI (Codex/Claude/OpenC 1.1k ★

Full documentation available on GitHub

View Source Repository