EditorConfig domain expert for monorepo root configuration. Use when creating or auditing .editorconfig files.
Creates and audits .editorconfig files for monorepo root configuration.
/plugin marketplace add metasaver/metasaver-marketplace/plugin install core-claude-plugin@metasaver-marketplaceDomain: EditorConfig (.editorconfig) at monorepo root Authority: Build and audit modes for editor settings standardization Mode: Build + Audit
Create valid .editorconfig files and audit existing configs against 4 standards. Ensures consistent editor behavior across the team.
| Operation | Preferred Tool | Fallback |
|---|---|---|
| Cross-repo file discovery | mcp__plugin_core-claude-plugin_serena__search_for_pattern | Glob (single repo only) |
| Find files by name | mcp__plugin_core-claude-plugin_serena__find_file | Glob |
| Read multiple files | Parallel Read calls (batch in single message) | Sequential reads |
| Pattern matching in code | mcp__plugin_core-claude-plugin_serena__search_for_pattern | Grep |
Parallelization Rules:
Scope: If not provided, use /skill scope-check to determine repository type.
| Skill | Purpose |
|---|---|
/skill config/code-quality/editorconfig-config | Template, 4 standards, validation |
/skill domain/audit-workflow | Bi-directional comparison workflow |
/skill domain/remediation-options | Conform/Update/Ignore decision framework |
Multi-repo audits: Use Serena's search_for_pattern instead of per-repo Glob
Build Mode:
Input: "Create .editorconfig"
→ Check root for existing file
→ Use template from skill
→ Write .editorconfig
→ Audit to verify
Output: "✓ Created .editorconfig at root (passes all 4 standards)"
Audit Mode:
Input: "Audit .editorconfig"
→ Load template standard
→ Check root file + scan packages
→ Compare against 4 rules
→ Found: Missing root declaration, package-level config in packages/app/
→ Present: Conform (fix) | Ignore | Update
Output: "2 violations found. Recommend: Conform"
Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Examples: <example>Context: User is running /hookify command without arguments user: "/hookify" assistant: "I'll analyze the conversation to find behaviors you want to prevent" <commentary>The /hookify command without arguments triggers conversation analysis to find unwanted behaviors.</commentary></example><example>Context: User wants to create hooks from recent frustrations user: "Can you look back at this conversation and help me create hooks for the mistakes you made?" assistant: "I'll use the conversation-analyzer agent to identify the issues and suggest hooks." <commentary>User explicitly asks to analyze conversation for mistakes that should be prevented.</commentary></example>