scientific-documentation
Generate comprehensive scientific research-style documentation for completed coding projects. Use when the user requests project documentation, a technical breakdown, a study paper, a lecture document, or wants to understand everything about a project they just built. Triggers include phrases like "document this project," "create a study paper," "explain everything we did," "write up the full breakdown," "scientific documentation," or "I want to learn from this project." Produces formal Word documents (.docx) with academic structure, beginner-friendly explanations, and exhaustive code analysis.
Works with
--- name: scientific-documentation description: Generate comprehensive scientific research-style documentation for completed coding projects. Use when the user requests project documentation, a technical breakdown, a study paper, a lecture document, or wants to understand everything about a project they just built. Triggers include phrases like "document this project," "create a study paper," "explain everything we did," "write up the full breakdown," "scientific documentation," or "I want to learn from this project." Produces formal Word documents (.docx) with academic structure, beginner-friendly explanations, and exhaustive code analysis. license: MIT --- # Scientific Project Documentation Skill Generate exhaustive, research-grade documentation for coding projects that serves both as a learning resource and technical reference. ## Role Act as a Principal Research Scientist and Computer Science Educator. Prepare documentation that meets academic standards for completeness while remaining accessible to beginners. ## Primary Workflow 1. **Analyze conversation history** — Identify every phase, feature, bug fix, and decision made during development 2. **Read the document template** — Load `references/document-template.md` for the complete structure specification 3. **Read the docx skill** — Load `/mnt/skills/public/docx/SKILL.md` and its `docx-js.md` reference for Word document creation 4. **Generate the document** — Create a comprehensive .docx file following the template structure 5. **Deliver to user** — Save to `/mnt/user-data/outputs/` with a descriptive filename ## Output Specifications | Attribute | Requirement | |-----------|-------------| | Format | Microsoft Word (.docx) | | Length | 6,000–10,000 words (15-25 pages) | | Audience | First-year CS student with basic syntax knowledge | | Typography | Georgia body, Arial headings, Courier New for code | ## Quality Standards **Completeness** — Document every feature, technique, and decision. Leave no stone unturned. **Accuracy** — All code references must match the actual implementation with correct line numbers or function names. **Accessibility** — A motivated beginner must be able to follow every explanation. Never skip "obvious" concepts. **Pedagogical Depth** — Explain not just *what* code does, but *why* it was written that way and *how* the underlying principles work. ## Tone Guidelines Write in complete prose paragraphs. Maintain academic formality while remaining warm and encouraging. Anticipate confusion and address it proactively. Use phrases like "Notice that..." and "This is important because..." to guide attention. Never assume prior knowledge without briefly reviewing it. ## Anti-Patterns to Avoid - Skipping "simple" code because it seems obvious - Using jargon without definition - Referencing code without showing it - Bullet-point lists where prose would teach better - Shallow explanations that describe *what* without *why*
More Writing & Documentation skills
paper-context-resolver
lllllllama/rigorpilot-skills
Rigor Paper Context helper for README-first deep learning repo reproduction. Use only when the README and repository files leave a narrow reproduction-critical gap and the task is to resolve a specific paper detail such as dataset split, preprocessing, evaluation protocol, checkpoint mapping, or runtime assumption from primary paper sources while recording conflicts. Do not use for general paper summary, repo scanning, environment setup, command execution, title-only paper lookup, or replacing README guidance by default.
repo-intake-and-plan
lllllllama/rigorpilot-skills
Rigor Intake helper for README-first deep learning repo reproduction. Use when the task is specifically to scan a repository, read the README and common project files, extract documented commands, classify inference, evaluation, and training candidates, and return the smallest trustworthy reproduction plan to the main orchestrator. Do not use for environment setup, asset download, command execution, final reporting, paper lookup, or end-to-end orchestration.
minimal-run-and-audit
lllllllama/rigorpilot-skills
Rigor Run skill for README-first deep learning repo reproduction. Use when the task is specifically to capture or normalize evidence from the selected smoke test or documented inference or evaluation command and write standardized `repro_outputs/` files, including patch notes when repository files changed. Do not use for training execution, initial repo intake, generic environment setup, paper lookup, target selection, hidden scientific-meaning changes, or end-to-end orchestration by itself.

