# Mathodology Project Orientation

> Use when maintaining the skills-only repository or checking whether a change belongs here.

- Skill: `sweetcornna/mathodology-project-orientation` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add sweetcornna/mathodology-project-orientation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sweetcornna/mathodology-project-orientation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: sweetcornna (https://skillmd.com/u/sweetcornna)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/sweetcornna/mathodology-project-orientation

---


# Mathodology Repository Orientation

The maintained source is `.claude/skills/`, with roles in `.claude/agents/`,
workflow prompts in `.claude/workflows/`, and user documentation in `docs/`.
The root retains AGENTS.md, the two READMEs, LICENSE, .gitignore and .mcp.json.

Skill directories may include reference Markdown, attributed source snapshots,
small licensed images, generated demonstration figures and optional scripts.
A reference figure is teaching material, not contest evidence. Keep synthetic
previews visibly labeled and reproducible. Do not add a dataset collection,
application runtime, CI, package manifest or deployment framework.

`.agents/skills/` is an ignored local mirror, never a second authoring source.
Before replacing this project's installed skills, back up its Mathodology
entries outside the checkout. Leave other skills and global directories alone.

`.mcp.json` is a client configuration for the keyless search MCP. It is retained;
custom user configurations and secrets do not belong in source control.
Contest output can live in ignored `work/` or another working directory.
Historical application implementation is available through Git history.

For maintenance, optionally run the repository checker described in
[maintenance](../mathodology-dev-test-release/SKILL.md). The checker verifies
metadata, references and boundaries; it does not assess mathematical quality.

