template-startup

Solid

Full installation and validation workflow for a fresh clone of the Research Project Template. Installs dependencies, runs pre-commit hooks, executes the core pipeline against template_code_project, validates outputs, and reports a structured PASS / FAIL for each checkpoint. USE WHEN the user says "start", "set up the repo", "install and validate", "does everything work", "first time setup", or any variant of bootstrapping a fresh or unknown checkout.

Data & Documents 19 stars 1 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 84/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Startup skill — install, run, validate ## Natural invocations - "start" - "set up the repo" - "install everything and verify it works" - "run setup on template_code_project" - "does this repo work out of the box?" - (agent pointed at repo with no other context) ## Inputs to confirm - **Repo root** — confirmed by presence of `run.sh`, `AGENTS.md`, `infrastructure/`, `projects/templates/template_code_project/`. - **OS** — macOS or Linux (Windows: use Docker; see `docs/CLOUD_DEPLOY.md`). - **Ollama** — optional; LLM stages auto-skip when absent. --- ## Workflow ### Step 0: Orient Read [`START_HERE.md`](../../../START_HERE.md) (3 min, project overview + key principles). Confirm you are in the repo root. ```bash ls run.sh AGENTS.md CLAUDE.md infrastructure/ projects/templates/template_code_project/ ``` **Gate:** All paths exist → continue. Missing `run.sh` → not in repo root, abort and navigate there first. --- ### Step 1: Check prerequisites ```bash pandoc --version # need any 2.x or 3.x xelatex --version # need any version uv --version # need 0.4.x or later ``` **If `xelatex` missing (macOS):** ```bash brew install --cask basictex sudo tlmgr update --self sudo tlmgr install multirow cleveref doi newunicodechar subcaption bm ``` **If `xelatex` missing (Linux):** ```bash sudo apt-get install -y texlive-xetex texlive-fonts-recommended fonts-dejavu ``` **If `pandoc` missing:** ```bash brew install pandoc # macOS apt-get install pandoc # Linu...

Details

Author
docxology
Repository
docxology/template
Created
1 years ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category