con un clic
extract-section
Extract a section from main.tex by key name
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Extract a section from main.tex by key name
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Create a new empirical research project: generates projects/<name>/ with latex, code, scripts, results, literature, and guidance subfolders plus README.md and project-level CLAUDE.md.
Publication-ready figure conventions for empirical finance and economics. Covers matplotlib styling, color palettes, export settings, and common figure types (time series, decile bars, coefficient plots, event studies). Auto-apply when creating any figure, plot, or visualization.
Agent-driven cold-start onboarding. Use the repo shell entrypoint to find or install Python 3.11+, then run the shared bootstrap audit/plan/apply flow and configure WRDS only if the user has it.
Create and compile Beamer presentations following the Rhetoric of Decks philosophy. Use when making seminar or conference slides.
Compile LaTeX to PDF using pdflatex + bibtex cycle
Creates new Claude Code skills, auto-apply skills, or auto-trigger rules, or audits existing ones for quality and effectiveness.
Basado en la clasificación ocupacional SOC
| name | extract-section |
| description | Extract a section from main.tex by key name |
| user_invocable | true |
Extract a specific section from main.tex for reading or editing.
/extract-section introduction -- extract the introduction/extract-section data -- extract the data section/extract-section results -- extract the results section/extract-section internet-appendix -- extract the full Internet AppendixLook up the project's section keys in its CLAUDE.md (under "LaTeX Section
Keys"). The boilerplate template ships with these default keys:
| Key | Section |
|---|---|
introduction | Introduction |
data | Data |
methodology | Methodology |
results | Results |
conclusion | Conclusion |
appendix-a | Appendix A |
internet-appendix | Internet Appendix |
Projects may register additional keys in their CLAUDE.md.
main.tex%% BEGIN:<key> and %% END:<key> markersMarker format: Each section is delimited by %% BEGIN:<key> and %% END:<key> comment lines in main.tex. Use Grep to locate the markers, then Read to extract the content between them.
The raw LaTeX content of the requested section, with line numbers relative to main.tex.