بنقرة واحدة
index
Generate or update a PROJECT_INDEX.md for fast session orientation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate or update a PROJECT_INDEX.md for fast session orientation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Guided refactoring with before/after validation
Check project health — environment, dependencies, tools, and configuration
Guided first-session onboarding — helps you go from zero to your first plan and issue
Manage GitHub issues backlog — view, pick, or create work items
Create a structured implementation plan in tasks/todo.md with confidence assessment
Summarize current progress, commit working state, and update task tracking
| name | index |
| description | Generate or update a PROJECT_INDEX.md for fast session orientation |
| argument-hint | [update] |
| user-invocable | true |
| allowed-tools | Read, Glob, Grep, Bash(wc *), Bash(git log*), Bash(git rev-parse*), Bash(git remote*) |
Generate a PROJECT_INDEX.md at the project root that maps the entire codebase for fast session orientation. This eliminates the need for Claude to rediscover project structure each session.
$ARGUMENTS is "update": refresh the existing index rather than regenerating from scratchScan the project and build a structured index covering:
For each significant module/package:
Write to PROJECT_INDEX.md at the project root:
# Project Index — {project name}
> Auto-generated by /index. Last updated: {date}
> Read this file at session start for fast project orientation.
## Overview
{language} project — {description}
## Structure
{ascii tree}
## Entry Points
{entry points}
## Modules
{module table}
## Configuration
{config files table}
## How to Run
| Command | What It Does |
|---------|-------------|
| ... | ... |
## Dependencies
{dependency list}
## Key References
- Plan: tasks/todo.md
- Lessons: tasks/lessons.md
- Tests: tasks/tests.md
tasks/tests.md coverage summary if test structure has changed.