methodology-curator

Surface expert frameworks and methodologies

3,891 stars

Best use case

methodology-curator is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Surface expert frameworks and methodologies

Teams using methodology-curator should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/nm-abstract-methodology-curator/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/athola/nm-abstract-methodology-curator/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/nm-abstract-methodology-curator/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How methodology-curator Compares

Feature / Agentmethodology-curatorStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Surface expert frameworks and methodologies

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

> **Night Market Skill** — ported from [claude-night-market/abstract](https://github.com/athola/claude-night-market/tree/master/plugins/abstract). For the full experience with agents, hooks, and commands, install the Claude Code plugin.


## Table of Contents

- [Overview](#overview)
- [Workflow Integration](#workflow-integration)
- [Domain Modules](#domain-modules)
- [When to Skip](#when-to-skip)
- [Masters Overview](#masters-overview)
- [Selection Matrix](#selection-matrix)

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

```markdown
# [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

methodology-extractor

3891
from openclaw/skills

Batch extraction of experimental methods from multiple papers for protocol.

debug-methodology

3891
from openclaw/skills

Systematic debugging and problem-solving methodology. Activate when encountering unexpected errors, service failures, regression bugs, deployment issues, or when a fix attempt has failed twice. Also activate when proposing ANY fix to verify it addresses root cause (not a workaround). Prevents patch-chaining, wrong-environment restarts, workaround addiction, and "drunk man" random fixes.

memory-curator

3891
from openclaw/skills

Distill verbose daily logs into compact, indexed digests. Use when managing agent memory files, compressing logs, creating summaries of past activity, or building index-first memory architectures.

changelog-curator

3891
from openclaw/skills

从变更记录、提交摘要或发布说明中整理对外 changelog,并区分用户价值与内部改动。;use for changelog, release-notes, docs workflows;do not use for 捏造未发布功能, 替代正式合规审批.

browser-session-curator

3891
from openclaw/skills

Turn an overwhelming set of tabs, bookmarks, and snippets into a structured session digest with tasks, reading queue, and archive plan.

---

3891
from openclaw/skills

name: article-factory-wechat

Content & Documentation

humanizer

3891
from openclaw/skills

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.

Content & Documentation

find-skills

3891
from openclaw/skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

General Utilities

tavily-search

3891
from openclaw/skills

Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.

Data & Research

baidu-search

3891
from openclaw/skills

Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.

Data & Research

agent-autonomy-kit

3891
from openclaw/skills

Stop waiting for prompts. Keep working.

Workflow & Productivity

Meeting Prep

3891
from openclaw/skills

Never walk into a meeting unprepared again. Your agent researches all attendees before calendar events—pulling LinkedIn profiles, recent company news, mutual connections, and conversation starters. Generates a briefing doc with talking points, icebreakers, and context so you show up informed and confident. Triggered automatically before meetings or on-demand. Configure research depth, advance timing, and output format. Walking into meetings blind is amateur hour—missed connections, generic small talk, zero leverage. Use when setting up meeting intelligence, researching specific attendees, generating pre-meeting briefs, or automating your prep workflow.

Workflow & Productivity