name: new-course description: Scaffold a new per-course LaTeX document with the standard title page, preamble, and bibliography/graphics sidecars, ready for notes. category: general
New Course
Goal
Create a fresh course document under the notes root, using the canonical
template: a full title page (course name + number + author + affiliation), a
table of contents, the shared preamble, and the empty topic-section region — plus
the main.bib and ExtFiles/ sidecars so it compiles standalone. Use this to
set a course up front; note that process-note scaffolds automatically on first
use, so this skill is optional.
Instructions
Run the scaffold script with the course name and number:
python scripts/run.py --name "<Course Name>" --number "DEPT 10100"
Optional flags override the defaults --author "Evan S. Robles" and
--affiliation "University of Chicago". The script prints JSON with the created
main_tex path (or an error if the course already exists — it never overwrites).
The document is written to <notes-root>/<Course-Slug>/main.tex, where the notes
root is ~/Desktop/College/Notes by default (override with the
SCRIBETEX_NOTES_ROOT environment variable).
Examples
Scaffold a course with a custom author:
python scripts/run.py --name "<Course Name>" --number "DEPT 20200" --author "Evan S. Robles"
Constraints
- Environment: self-locating (prepends
../../../srctosys.path); the SessionStart hook installs thescribetexpackage's deps. - No overwrite: refuses if
main.texalready exists for that course. - Write-only: does not compile the document; use
compile-coursefor a PDF.
Author: Evan S. Robles Contact: GitHub @evan-robles
Generateur de Documentation API
Documentation
Genere automatiquement de la documentation API OpenAPI/Swagger.
Rédacteur Technique
Documentation
Rédige de la documentation technique claire selon les meilleurs style guides.
Architecte de Documentation Technique
Documentation
Analyse un code source existant pour produire une documentation technique complète (10 à 100+ pages), inclant des vues d'architecture, des décisions de conception et des guides de dépannage. Idéal pour la documentation système, les guides d'architecture ou les plongées techniques.