- [Quick Start](#quick-start)
/plugin marketplace add athola/claude-night-market/plugin install conserve@claude-night-marketThis skill inherits all available tools. When active, it can use any tool Claude has access to.
condition_based_optimizer.pymodules/context-waiting.mdmodules/mecw-assessment.mdmodules/mecw-principles.mdmodules/subagent-coordination.md```bash
python -m module_name
python -m module_name --help ```
Verification: Run with --help flag to confirm installation.
context, tokens, optimization, MECW.def select_optimal_modules(context_situation, task_complexity):
if context_situation == "CRITICAL":
return ['mecw-assessment', 'subagent-coordination']
elif task_complexity == 'high':
return ['mecw-principles', 'subagent-coordination']
else:
return ['mecw-assessment']
| Utilization | Status | Action |
|---|---|---|
| < 30% | LOW | Continue normally |
| 30-50% | MODERATE | Monitor, apply principles |
| > 50% | CRITICAL | Immediate optimization required |
For implementation details:
modules/mecw-principles.md for core concepts and 50% rule.modules/mecw-assessment.md for risk identification.modules/subagent-coordination.md for decomposition patterns.Command not found Ensure all dependencies are installed and in PATH
Permission errors Check file permissions and run with appropriate privileges
Unexpected behavior
Enable verbose logging with --verbose flag
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.