codemap-update — for Claude Code codemap-update, rn-todo-app, community, for Claude Code, ide skills, codemap generation, TypeScript parsing, Markdown documentation, project structure analysis, code mapping automation, Claude Code

v1.0.0
GitHub

About this Skill

codemap-update is a skill that automates the creation and maintenance of a project's codemap, streamlining Claude Code's understanding of the project's structure.

Features

Scanning project directories using bash
Updating codemap files in Markdown format
Checkpointing with update notes and test coverage
Parsing TypeScript and TSX files for code insights
Generating codemap entries for screens, components, hooks, and services
Maintaining a store of project metadata for efficient lookup

# Core Topics

cagan cagan
[0]
[0]
Updated: 3/10/2026
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

codemap-update

Boost development speed with codemap-update, an AI agent skill that automates code mapping for Claude Code, helping developers quickly understand project...

SKILL.md
Readonly

Codemap Update Workflow

Amaç

Claude'un codebase'i her seferinde keşfetmek için context harcamaması için güncel bir harita tut.

Adımlar

1. Mevcut Codemap Kontrol Et

.claude/codemap.md dosyası var mı? Yoksa oluştur.

2. Proje Yapısını Tara

bash
1find src/ -name "*.ts" -o -name "*.tsx" | sort

3. Codemap'i Güncelle

.claude/codemap.md dosyasına şunu yaz:

markdown
1# Codemap — [tarih] 2 3## Screens 4- src/screens/HomeScreen.tsx → Ana ekran, todo listesi 5- src/screens/AddTodoScreen.tsx → Yeni todo ekleme formu 6 7## Components 8- src/components/TodoItem.tsx → Tekil todo satırı (toggle, delete) 9- src/components/TodoList.tsx → Todo listesi (FlatList wrapper) 10- src/components/AddTodoInput.tsx → Input + buton 11 12## Hooks 13- src/hooks/useTodos.ts → Todo CRUD operasyonları 14- src/hooks/useFilter.ts → Filtre state'i 15 16## Store 17- src/store/todo.store.ts → Zustand todo store 18 - State: todos[], filter, loading 19 - Actions: addTodo, toggleTodo, deleteTodo, setFilter 20 21## Services 22- src/services/storage.service.ts → AsyncStorage wrapper 23 - saveTodos(), loadTodos(), clearTodos() 24 25## Tests 26- src/components/__tests__/TodoItem.test.tsx 27- src/hooks/__tests__/useTodos.test.ts

4. Checkpoint Notu Ekle

Codemap'in sonuna:

## Son Güncelleme
- Tarih: [bugün]
- Son eklenen: [son feature adı]
- Test coverage: [son bilinen %]

Bu harita sayesinde yeni session'larda Claude tüm dosyaları okumak yerine bu haritayı okuyarak hızlıca context kurar.

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is codemap-update?

codemap-update is a skill that automates the creation and maintenance of a project's codemap, streamlining Claude Code's understanding of the project's structure.

How do I install codemap-update?

Run the command: npx killer-skills add cagan/rn-todo-app/codemap-update. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

Which IDEs are compatible with codemap-update?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add cagan/rn-todo-app/codemap-update. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use codemap-update immediately in the current project.

Related Skills

Looking for an alternative to codemap-update or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI