Help us improve
Share bugs, ideas, or general feedback.
From abstract
Surfaces expert frameworks and methodologies from domain masters for instruction design, code review, debugging, testing, knowledge management, and decision making. Use when creating or evaluating skills, hooks, or agents.
npx claudepluginhub athola/claude-night-market --plugin abstractHow this skill is triggered — by the user, by Claude, or both
Slash command
/abstract:methodology-curatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [Overview](#overview)
Guides designing tightly focused, composable skills as mental models, principles, techniques, and processes at various abstraction levels for dynamic integration like a knowledge graph.
Provides structure templates for four skill archetypes: CLI reference, methodology, safety/security, and orchestration. Use when creating new Claude Code skills.
Distills real-world experiences into minimal methodologies, skills, and processes via bottom-up inductive design, stripping unnecessary elements.
Share bugs, ideas, or general feedback.
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)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)