---
name: Mathodology Skill Authoring
slug: mathodology-skill-authoring
category: AI Engineering
description: Mathodology Skill Authoring helps write and review reusable skill guidance, role prompts, and metadata. Use it when adding, editing, or checking skill entry points, references, or documentation structure.
github: "https://github.com/sweetcornna/mathodology/tree/main/.claude/skills/mathodology-skill-authoring"
language: Python
stars: 179
forks: 9
install: "npx degit https://github.com/sweetcornna/mathodology/tree/main/.claude/skills/mathodology-skill-authoring ~/.claude/skills/mathodology-skill-authoring"
installs_to: ~/.claude/skills/mathodology-skill-authoring
source_path: .claude/skills/mathodology-skill-authoring/SKILL.md
collection_size: 8
category_size: 3475
collection_url: "https://dirskills.com/collections/sweetcornna/mathodology"
added: 2026-09-07T05:20:31.911Z
last_synced: 2026-09-07T05:20:31.911Z
canonical_url: "https://dirskills.com/skills/mathodology-skill-authoring"
---

# Mathodology Skill Authoring

Mathodology Skill Authoring helps write and review reusable skill guidance, role prompts, and metadata. Use it when adding, editing, or checking skill entry points, references, or documentation structure.

**Install:**

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

## README

# Mathodology Skill Authoring

Write reusable guidance around decisions, evidence and useful outputs. Explain
when a method helps, how to recognize failure and when a simpler approach is
better. Avoid mandatory phases, handoff schemas, arbitrary scores and prose
that merely repeats another skill. Link the owning skill instead.

Every skill has SKILL.md frontmatter with a `name` equal to its directory and
a trigger-focused `description` starting with `Use when`. Its agents/openai.yaml
contains display_name, short_description and a default_prompt mentioning the
matching `$skill-name`. These metadata files are discovery interfaces, not a
workflow engine. Use concise role definitions; inherit the host's model choice.

Put detailed figure recipes, source provenance and examples in references or
examples directories within the owning skill. Keep the entry point short and
load only the references relevant to the task. Preserve third-party licensing;
never execute downloaded source snapshots as an installation step.

Small scripts are appropriate when they perform concrete work such as plotting,
backup or rendering. Keep them optional, declare dependencies, and verify the
behavior they actually promise. Do not create a framework to enforce prompts.

Update all affected entry points, role skill lists, metadata and English/Chinese
documentation. Keep each language natural; heading or code-block counts need
not match. Check that commands, capabilities and links agree. Use
[maintenance](../mathodology-dev-test-release/SKILL.md) for mechanical checks.
