athola/methodology-curator
Surface expert frameworks. Use when creating or evaluating skills, hooks, or agents.
npx skills add https://github.com/athola/claude-night-market --skill methodology-curator
Identifying the best way to approach a domain is often more difficult than the technical scaffolding itself. This skill surfaces frameworks from domain masters to prevent reinventing established processes and identify methodology gaps in existing work. It should be used as a brief initial check before brainstorming or evaluation begins.
When starting new work, identify the domain (e.g., Instruction Design, Code Review, or Knowledge Management) and consult the corresponding module in modules/ to discover experts and their frameworks. Select principles that fit your context and document them in a methodology brief before proceeding to creation.
For existing work, determine what the skill or hook is trying to teach and compare it against established frameworks. This gap analysis identifies opportunities to add missing principles or align terminology with recognized standards. Surgically add methodology rather than rewriting from scratch to maintain authority and effectiveness.
Each module in the modules/ directory provides a curated list of masters, key works, and actionable frameworks. These resources include selection guides and anti-patterns to avoid for each domain.
modules/instruction-design.md - Teaching techniques and behavioral objectives.modules/code-review.md - Review methodologies and feedback patterns.modules/debugging.md - Systematic troubleshooting frameworks.modules/testing.md - TDD masters and test design patterns.modules/knowledge-management.md - Note-taking and knowledge systems.modules/decision-making.md - Mental models and decision frameworks./validate-plugin instead)abstract:skills-eval)abstract:skill-authoring)Each module contains:
To expand the masters database, create a new module following this template:
# [Domain Name] Masters
## Masters Overview
| Expert | Key Contribution | Best For |
|--------|-----------------|----------|
| Name | Framework/Book | Context |
## Detailed Frameworks
### [Framework 1]
**Source**: [Expert] - [Work]
**Core Idea**: [One sentence]
**Key Principles**:
- Principle 1
- Principle 2
**Use When**: [Context]
**Avoid When**: [Anti-context]
## Selection Matrix
[Decision guide for choosing between frameworks]
After curating methodologies, the skill authoring workflow benefits from:
/create-skill - Skill creation workflow (use after this)/create-hook - Hook creation workflowsuperpowers:brainstorming - Refine approach after methodology selectionskill-authoring - Detailed skill writing guidance/skills-eval - Evaluate skill quality (complements methodology audit)/analyze-skill - Analyze skill complexity/bulletproof-skill - Harden against rationalizationpensive:code-reviewer - Code review (uses code-review domain)module from modules/ is loaded and consulted.
"Use When / Avoid When" statement applicable to the current work.
skip is stated explicitly rather than silently omitted.
(instruction-design.md, code-review.md, debugging.md, testing.md,
knowledge-management.md, or decision-making.md) rather than an invented source.
Take athola/methodology-curator from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.