بنقرة واحدة
init-project-light
Use when you need to bootstrap a lightweight project with minimal structure.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when you need to bootstrap a lightweight project with minimal structure.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when you need to compare a project .bib against a Paperpile project/topic folder to find uncited papers or unfiled entries.
Use when you need to extract citations from a PDF and generate a validated .bib file. Reads the PDF, identifies all referenced works, constructs BibTeX entries with metadata verification, then runs bib-validate.
Use when you need to check a LaTeX submission against a PDF assessment brief.
Use when you need to replicate a quantitative analysis in a second language (R↔Python↔Stata↔Julia) to verify correctness. Level 1 of the verification hierarchy.
Use when you need to challenge research assumptions or stress-test arguments.
Review user-facing documentation for accuracy, consistency, and completeness across private, public, nested repos, and the user manual. Use when docs feel stale, after major changes, or before sharing. (Replaces `repo-doc-audit`)
| name | init-project-light |
| description | Use when you need to bootstrap a lightweight project with minimal structure. |
| allowed-tools | Bash(mkdir*), Bash(ls*), Bash(touch*), Read, Write, Edit, Glob, Grep, AskUserQuestion |
| argument-hint | [no arguments — runs in current directory] |
| skill-dependencies | ["init-project-research"] |
Lightweight project bootstrapper for small projects that don't need the full
init-project-researchscaffold.
init-project-researchinit-project-researchRead everything already in the directory before asking questions.
.claude/, .DS_Store).md, .tex, .bib, .txt) to understand content — respect file size (skip files > 500 lines, note them)Goal: Minimise interview questions by inferring answers from existing files.
Use the available structured-question mechanism. Only ask what you couldn't infer from Phase 1.
Pick from these (skip any you can already answer):
If Phase 1 gave you enough, confirm your understanding instead of asking:
"From the files, this looks like [X]. The main output is [Y]. Correct?"
Follow the lean-guidance-files rule. Include only:
Do NOT include:
Based on what's in the directory, suggest lightweight organisation. Present options and wait for approval.
| Folder | When to suggest |
|---|---|
to-sort/ | Multiple unsorted documents exist |
docs/ | Reference materials, guidelines, or background reading present |
archive/ | Old versions or abandoned drafts detected |
.claude/settings.local.json, leave it. If not, create one with standard permissions..claude/settings.local.json){
"permissions": {
"allow": [
"Bash(latexmk *)",
"Bash(ls:*)",
"Bash(mkdir:*)",
"Bash(tree:*)",
"Edit",
"Glob",
"Grep",
"Read",
"Write"
],
"deny": []
}
}
Only create if missing. Never overwrite existing permissions.
Short report:
Set up lightweight project: <name>
Created:
- CLAUDE.md
- [any folders created]
- [.claude/settings.local.json if created]
Skipped (use init-project-research if needed later):
- Git, Overleaf, vault atlas, code scaffold
| Skill | Relationship |
|---|---|
init-project-research | Escalate to this for full research projects |
update-project-doc | Run later to refresh CLAUDE.md if the project grows |