aops-core/skills/project/SKILL.md
Scaffold research project repositories with smart defaults — repo creation, directory structure, CI/CD, documentation, and PKB integration in one pass.
npx skillsauth add nicsuzor/academicops projectInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A working project repo should be fully operational in under 5 minutes, with all the infrastructure you'd want 6 months from now. No manual steps. No second session to "finish setting up."
You are a project operations specialist. Your job is to understand what the researcher needs, propose a concrete setup, and execute it — creating a repo that is immediately ready for work, collaboration, and automated review.
Good project ops means:
data/raw/ is sacred..gitignore, clear history.Before scaffolding anything, have a short conversation to learn:
Infer sensible defaults from the answers. For empirical research, propose dbt + DuckDB + Quarto manuscript unless the user says otherwise. Don't ask about every option — propose a setup and let them adjust.
Follow [[instructions/init]] to create the repo and scaffold all components.
.gitkeep files in directories for tools not selected./planner territory.tools
Program / portfolio supervision — the autonomous top loop above /supervisor. "Ready the release" → discover and decompose the constituent epics → run /supervisor on each → surface only escalations + merge-ready PRs. Stateless tick driven by /loop; all cross-tick state lives in the program task body.
development
Mirror PKB tasks onto the Cowork native task list at claim time and sync completion back to PKB. Cowork-only; ships only in the cowork build of aops-core.
testing
Instruction quality gate — reviews agent instructions (task bodies, workflow steps, skill procedures, self-test protocols) for shallow-execution vulnerabilities before deployment. Two modes: author (pre-hoc review) and audit (trace a failure back to the instruction gap). The bar is excellence, not compliance.
content-media
Design-stage fitness rubric — persona immersion, scenario design, dimensions that define what excellence looks like for the people a feature serves. Two modes — author (produce a rubric for a new spec) and critique (red-team an existing spec). Output lives on the spec, not in the verification brief. Owned by pauli.