---
name: Mathodology Repository Orientation
slug: mathodology-repository-orientation
category: Writing
description: Mathodology Repository Orientation helps maintain the skills-only repository and decide whether a change belongs in source control. It explains the authoritative directories, boundaries, and when to use the repository checker.
github: "https://github.com/sweetcornna/mathodology/tree/main/.claude/skills/mathodology-project-orientation"
language: Python
stars: 179
forks: 9
install: "npx degit https://github.com/sweetcornna/mathodology/tree/main/.claude/skills/mathodology-project-orientation ~/.claude/skills/mathodology-project-orientation"
installs_to: ~/.claude/skills/mathodology-project-orientation
source_path: .claude/skills/mathodology-project-orientation/SKILL.md
collection_size: 8
category_size: 1328
collection_url: "https://dirskills.com/collections/sweetcornna/mathodology"
added: 2026-09-07T05:20:31.661Z
last_synced: 2026-09-07T05:20:31.661Z
canonical_url: "https://dirskills.com/skills/mathodology-repository-orientation"
---

# Mathodology Repository Orientation

Mathodology Repository Orientation helps maintain the skills-only repository and decide whether a change belongs in source control. It explains the authoritative directories, boundaries, and when to use the repository checker.

**Install:**

```bash
npx degit https://github.com/sweetcornna/mathodology/tree/main/.claude/skills/mathodology-project-orientation ~/.claude/skills/mathodology-project-orientation
```

## README

# 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.
