V1kiV1kiCommunityยท1 Agent Skills Included

claude-code-reverse

Reverse-engineered Claude Code prompts, tools, and workflows

Documents the internal system prompts, tool definitions, and sub-agent designs behind Claude Code. Reveals how Bash, Edit, Grep, Plan mode, cron scheduling, and multi-agent teams are instructed to behave. Helps developers understand, replicate, and customize coding assistant behavior without guesswork.
npx skills add V1ki/claude-code-reverse --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-code-reverse?โ–ผ

Run `npx skills add V1ki/claude-code-reverse --all -g -y` in your terminal to install all prompts in this collection globally.

What is claude-code-reverse?โ–ผ

It is a reverse-engineering study of Claude Code that documents its internal system prompts, tool definitions, and built-in sub-agents like Explore and Plan.

How does Claude Code's Agent tool work?โ–ผ

This repository shows the exact prompt that launches specialized sub-agents, including their available tools, concurrency rules, and background execution behavior.

Can I build my own coding assistant from these prompts?โ–ผ

Yes. The documented tool schemas and system prompts give you a clear blueprint for replicating Claude Code's workflow in your own projects.

Do I need coding experience to read this repository?โ–ผ

No. Each file is a plain markdown document explaining one tool or agent, so anyone curious about how coding assistants work can follow along.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’