Takeover — AI skill for Claude Code
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
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 RepositoryRelated Skills
Agents Recap
Local, offline recap and RAG memory of your AI coding sessions. Reads Claude Code, Cursor and VS Code Copilot
Herdr Control
Multi-agent orchestration for herdr: spawn/route AI coding agents into tabs and worktrees, sort/colour tabs by
Nv:context
npx skills add johnnichev/nv-context -g -y State-of-the-art context engineering for AI agents. Auto-discovers
Sp Quick
Low-friction knowledge capture. AI auto-infers type/tags from content and pushes to sp-context. Triggers: /sp-
Ectype
Read, filter, redact, export and convert the on-disk sessions of 13 AI coding agents (Claude Code, Codex CLI,
PDF Read
Baca PDF/Word document — extract text, struktur (headings/tables), summarize, atau chunk untuk RAG. Default lo
Related Agents
Dotfile Drift Reporter
Detect drift between the chezmoi source state and the live $HOME files. Summarize what's out of sync and propo
Example: Incremental Data Pipeline Pattern
from datetime import datetime, timedelta @dag(schedule="@daily", catchup=False) def incremental_sales_pipeline
Context Isolator
Runs data-heavy read-and-summarize operations in an isolated context window to prevent bloating the main conve