Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
athola avatar

Methodology Curator

  • 116 installs
  • 325 repo stars
  • Updated August 2, 2026
  • athola/claude-night-market

Apply curated code-review master frameworks—Google, Fowler, Feathers, Wiegers, Gee—to structure agent-assisted reviews, comment severity, and team norms.

About

methodology-curator packages Code Review Masters: comparative expert frameworks your agent can cite when you run or train peer review on a solo or tiny team codebase. It summarizes Google’s code health bar and comment taxonomy, Fowler’s refactoring catalog for review-time improvement ideas, Feathers’ legacy-change strategies, Wiegers’ process optimization, and Gee’s practical reviewer habits. Invoke it when you want reviews to move fast without rubber-stamping—clear nits versus blockers, approve-when-better norms, and pointers for working safely in older modules. It is editorial methodology, not an automated linter; pair it with your diff and CI context. On Prism it helps builders who ship with agents and need repeatable review language instead of one-off chat opinions.

  • Five expert frameworks: Google Engineering, Martin Fowler, Michael Feathers, Karl Wiegers, Trisha Gee
  • Google-style comment prefixes: Nit, Suggest, Consider, BLOCKING
  • 24-hour review speed and small-CL guidance from public Google engineering practices
  • Legacy-code and refactoring lenses for safe change under review

Methodology Curator by the numbers

  • 116 all-time installs (skills.sh)
  • Ranked #428 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/athola/claude-night-market --skill methodology-curator

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs116
repo stars325
Security audit3 / 3 scanners passed
Last updatedAugust 2, 2026
Repositoryathola/claude-night-market

What it does

Apply curated code-review master frameworks—Google, Fowler, Feathers, Wiegers, Gee—to structure agent-assisted reviews, comment severity, and team norms.

Files

SKILL.mdMarkdownGitHub ↗

Table of Contents

Methodology Curator

Overview

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.

Workflow Integration

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.

Domain Modules

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.

  • Instruction Design: modules/instruction-design.md - Teaching techniques and behavioral objectives.
  • Code Review: modules/code-review.md - Review methodologies and feedback patterns.
  • Debugging: modules/debugging.md - Systematic troubleshooting frameworks.
  • Testing: modules/testing.md - TDD masters and test design patterns.
  • Knowledge Management: modules/knowledge-management.md - Note-taking and knowledge systems.
  • Decision Making: modules/decision-making.md - Mental models and decision frameworks.

When to Skip

Skip for Creation when:

  • You're implementing a well-defined spec
  • The domain is highly specific to your codebase
  • You've already researched methodologies externally
  • Creating a simple utility with no pedagogical component

Skip for Evaluation when:

  • Fixing syntax/structural issues (use /validate-plugin instead)
  • The work is purely mechanical (no methodology to ground)
  • Already performed a recent methodology audit
  • Quick bug fixes that don't change the approach

Domain Modules

Each module contains:

  • Masters: Recognized experts in the domain
  • Key Works: Essential books/papers/talks
  • Frameworks: Actionable methodologies
  • Selection Guide: When to use each approach
  • Anti-patterns: What to avoid

Adding New Domains

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]

Integration with Skill Authoring

After curating methodologies, the skill authoring workflow benefits from:

1. Grounded TDD scenarios: Test against the methodology's expected behaviors 2. Principled anti-rationalization: Counter excuses using the methodology's logic 3. Authoritative references: Cite masters in skill documentation 4. Consistent terminology: Use the methodology's vocabulary

Related

For Creation

  • /create-skill - Skill creation workflow (use after this)
  • /create-hook - Hook creation workflow
  • superpowers:brainstorming - Refine approach after methodology selection
  • skill-authoring - Detailed skill writing guidance

For Evaluation

  • /skills-eval - Evaluate skill quality (complements methodology audit)
  • /analyze-skill - Analyze skill complexity
  • /bulletproof-skill - Harden against rationalization
  • pensive:code-reviewer - Code review (uses code-review domain)

Related skills

FAQ

Is Methodology Curator safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.