feat: consolidate all Anthropic plugins into ECC v2.0.0

Ports functionality from 10+ separate plugins into ECC so users only
need one plugin installed. Consolidates: pr-review-toolkit, feature-dev,
commit-commands, hookify, code-simplifier, security-guidance,
frontend-design, explanatory-output-style, and personal skills.

New agents (8): code-architect, code-explorer, code-simplifier,
comment-analyzer, conversation-analyzer, pr-test-analyzer,
silent-failure-hunter, type-design-analyzer

New commands (9): commit, commit-push-pr, clean-gone, review-pr,
feature-dev, hookify, hookify-list, hookify-configure, hookify-help

New skills (8): frontend-design, hookify-rules, github-ops,
knowledge-ops, lead-intelligence, oura-health, pmx-guidelines, remotion

Enhanced skills (8): article-writing, content-engine, market-research,
investor-materials, investor-outreach, x-api, security-scan,
autonomous-loops — merged with personal skill content

New hook: security-reminder.py (pattern-based OWASP vulnerability
warnings on file edits)

Totals: 36 agents, 69 commands, 128 skills, 29 hook scripts
This commit is contained in:
Affaan Mustafa
2026-03-31 21:54:03 -07:00
parent 19755f6c52
commit 4813ed753f
73 changed files with 5618 additions and 27 deletions

View File

@@ -75,6 +75,63 @@ Delete and rewrite any of these:
- mix insight with updates, not diary filler
- use clear section labels and easy skim structure
## Tone Calibration
Match tone to context:
| Context | Tone |
|---------|------|
| Technical content | Direct, opinionated, practical. Share what works from experience. |
| Personal/journey | Honest, reflective. No performative humility, no toxic positivity. |
| Security content | Urgent but not alarmist. Evidence-based. Show the vulnerability, then the fix. |
| Community updates | Grateful but not sycophantic. Numbers speak louder than adjectives. |
| Product launches | Matter-of-fact. Let features speak. No hype language. |
## Approved Voice Patterns
These patterns work well for developer and founder audiences:
- "here's exactly how..."
- "no fluff."
- "zero [X]. just [Y]."
- "the short version:"
- Direct address: "you want X. here's X."
- Parenthetical asides for personality and self-awareness (use roughly once every 2-3 paragraphs)
## Platform-Specific Structure
### Technical Guides
- open with what the reader gets
- use code or terminal examples in every major section
- use "Pro tip:" callouts for non-obvious insights
- end with concrete takeaways as short bullets, not a summary paragraph
- link to resources at the bottom
### Essays / Opinion Pieces
- start with tension, contradiction, or a sharp observation
- keep one argument thread per section
- use examples that earn the opinion
### Newsletters
- keep the first screen strong
- mix insight with updates, not diary filler
- use clear section labels and easy skim structure
### LinkedIn
- proper capitalization
- short paragraphs (2-3 sentences max)
- first line is the hook (truncates at ~210 chars)
- professional framing: impact, lessons, takeaways
- 3-5 hashtags at the bottom only
### X/Twitter Threads
- each tweet must standalone (people see them individually)
- hook in first tweet, no "thread:" or "1/" prefix
- one point per tweet
- last tweet: CTA or punchline, not "follow for more"
- 4-7 tweets ideal length
- no links in tweet body (kills reach). Links in first reply.
## Quality Gate
Before delivering:
@@ -83,3 +140,7 @@ Before delivering:
- confirm the voice matches the supplied examples
- ensure every section adds new information
- check formatting for the intended platform
- zero banned patterns in entire document
- at least 2-3 parenthetical asides for personality (if voice calls for it)
- examples/evidence before explanation in each section
- specific numbers used where available