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 abstractThis skill uses the workspace's default tool permissions.
- [Overview](#overview)
Enforces C++ Core Guidelines for writing, reviewing, and refactoring modern C++ code (C++17+), promoting RAII, immutability, type safety, and idiomatic practices.
Provides patterns for shared UI in Compose Multiplatform across Android, iOS, Desktop, and Web: state management with ViewModels/StateFlow, navigation, theming, and performance.
Implements Playwright E2E testing patterns: Page Object Model, test organization, configuration, reporters, artifacts, and CI/CD integration for stable suites.
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)