Map NitroCine code ownership, entry points, routes, models, data flows, configuration, and affected files. Use before unfamiliar, cross-cutting, or high-risk repository changes and when asked for a repo map or impact analysis.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add HoangDuc1003/Cinema-booking --skill repo-map --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Repo Map?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hoangduc1003-repo-map)More formats (shields.io, HTML) on the badges page.
---
name: repo-map
description: Map NitroCine code ownership, entry points, routes, models, data flows, configuration, and affected files. Use before unfamiliar, cross-cutting, or high-risk repository changes and when asked for a repo map or impact analysis.
---
# Map the Repository
1. Start with `rg --files`, package manifests, entry points, route registration, and environment examples.
2. Trace one request vertically: client caller → route → middleware → controller/service → model/external system.
3. Use `rg` to find all readers and writers of each affected model field, cache key, and endpoint.
4. Inspect `git status` and `git diff`; preserve unrelated user changes.
5. Report a compact tree, ownership table, runtime data flow, and affected-file list before editing.
Treat these as NitroCine anchors:
- `client/src/context/AppContext.jsx`: API client and auth context.
- `client/src/pages/SeatLayout.jsx`: show selection, seat map, polling, and booking.
- `server/api/index.js`: middleware order, webhook body handling, health, and routes.
- `server/controllers/`: HTTP orchestration.
- `server/services/`: reusable integration and domain behavior.
- `server/models/`: MongoDB invariants and indexes.
Flag unknown runtime assumptions, especially MongoDB transaction support, serverless connection reuse, and third-party webhook ordering.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
MySQL development best practices for schema design, query optimization, and database administration
ClickHouse数据库模式、查询优化、分析和数据工程最佳实践,适用于高性能分析工作负载。
基于Supabase最佳实践的PostgreSQL数据库模式,用于查询优化、架构设计、索引和安全。
Spring Boot中的JPA/Hibernate实体设计、关系、查询优化、事务、审计、索引、分页和连接池模式。
Unify 6+ memory systems into AgentDB with HNSW indexing for 150x-12,500x search improvements. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend).