بنقرة واحدة
new-paper
Scaffold a new paper directory with the full structure, CLAUDE.md, and empty templates.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Scaffold a new paper directory with the full structure, CLAUDE.md, and empty templates.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
End-of-session shutdown sequence. Saves session log, updates MEMORY.md, updates CLAUDE.md, and stages a git commit.
First-time project setup. Checks prerequisites (Zotero MCP), asks for paper count, generates folder structure, and configures all templates.
Peripheral vision audit — find what the author has become blind to in their results. Run in a FRESH TERMINAL.
Safely deprecate a file following the deprecation protocol.
Structured debate between two perspectives on a research design decision.
Find gaps in the literature based on existing Obsidian notes. Searches for high-quality articles the author may have missed.
| name | new-paper |
| description | Scaffold a new paper directory with the full structure, CLAUDE.md, and empty templates. |
| argument-hint | [paper-number] [short-topic-description] |
Create the directory structure for paper-N/:
paper-N/
├── CLAUDE.md
├── literature/
├── pre-analysis-plan/
│ ├── strategy-memo.md
│ └── pap-draft.md
├── data/
│ ├── raw/public/
│ ├── raw/restricted/
│ ├── processed/
│ ├── resources/
│ ├── codebook/
│ │ ├── variables.md
│ │ ├── sample.md
│ │ └── data-sources.md
│ └── synthetic/
├── code/
│ ├── R/00_master.R
│ ├── python/
│ ├── stata/
│ └── replication/
├── output/
│ ├── tables/
│ ├── figures/
│ └── logs/
├── paper/
│ ├── main.tex
│ ├── sections/
│ ├── submitted/
│ └── responses/
├── presentations/
│ ├── beamer/
│ └── quarto/
├── explorations/
├── correspondence/
│ ├── referee2/
│ ├── blindspot/
│ └── supervisor/
├── quality_reports/
│ ├── specs/
│ ├── plans/
│ ├── session_logs/
│ └── scores/
└── replication-package/
├── README.md
├── code/
├── data/
└── output/
Create paper-specific CLAUDE.md from template with the topic filled in
Create empty template files: strategy-memo.md, variables.md, sample.md, data-sources.md, 00_master.R
Create .gitkeep files in empty directories
Update master CLAUDE.md project state to include the new paper
Commit: git add paper-N/ && git commit -m "scaffold: paper-N — [topic]"