Skip to content

andredezzy/maccing

v3.4.1MIT

Maxxing skills for coding agents: an engineering doctrine (dx for design priorities, writing-code for naming/modeling/organizing/UI/research), the reasoning operating manual, a database group (database-mapping binds a schema to generic roles, database-ops governs production data), growth (Google/Meta/TikTok Ads + WhatsApp via YCloud), a Notion API engineering reference with a bundled self-hosted notion MCP server, and a self-hosted Google Workspace MCP server (Calendar, Gmail, Drive, Docs, Sheets, Slides, Forms, Tasks, Chat, Contacts).

maccing

Maxxing plugins and skills for coding agents.

One plugin, many skills, two bundled MCP servers. Two ways to install, depending on your agent.

Claude Code plugin — the full experience: skills, the /maccing:growth command, and bundled MCP servers (notion, workspace), with marketplace auto-update.

Agent skills via skills.sh — the SKILL.md files only, installable into 70+ coding agents (Cursor, Codex, Gemini CLI, Windsurf, Zed, …).

Claude Code plugin

/plugin marketplace add andredezzy/maccing
/plugin install maccing@maccing

Update:

/plugin marketplace update maccing

Or enable auto-update: /plugin > Marketplaces > maccing > Enable auto-update.

The notion MCP server needs a Notion token — see the notion bucket README for setup.

The workspace MCP server needs a Google OAuth client — see the google-workspace bucket README for setup.

Agent skills (skills.sh)

Install the skills into any supported agent with the skills CLI. This installs the SKILL.md files only — not the command or the MCP servers (those are Claude Code plugin features).

# all skills
npx skills add andredezzy/maccing

# preview what would install (no writes)
npx skills add andredezzy/maccing --list

# a single skill
npx skills add andredezzy/maccing -s reasoning

# install globally (user-level) instead of the current project
npx skills add andredezzy/maccing -g

Using Claude Code? Install the plugin instead — skills.sh copies would duplicate the plugin's skills.

Skills

BucketSkillPurpose
reasoningOperating manual for hard problems: read the real ask, verify by re-deriving, label known vs guessed, attack your own conclusion, answer → reasoning → risk
engineeringdxDX is the top design priority — every structure judged by the cognitive load on the next person who reads, debugs, tests, or extends it
engineeringwriting-codeThe whole code touch in one skill — a name that says exactly what the thing is, data shaped like the reality it mirrors, one concern per file with errors as a cross-cutting contract, composition as a hard rule for UI, and external surfaces verified against a named source instead of memory
growthgrowthCross-channel paid-acquisition + messaging orchestrator
growthgoogle-adsGoogle Ads production reference + scripts
growthtiktok-adsTikTok Ads production reference
growthmetaShared Meta platform substrate (BM, verification, enforcement)
growthmeta-adsMeta (Facebook/Instagram) Ads reference
growthwhatsappWhatsApp Business Platform / Cloud API reference
growthycloudYCloud BSP operations
growthycloud-apiYCloud v2 REST API reference
notionnotionNotion API engineering — databases, formulas, rollups, relations, views/charts, blocks
google-workspacegoogle-workspaceGoogle Workspace (Calendar/Gmail/Drive/…) via the bundled workspace MCP — setup, OAuth, account isolation, tool reference

Every engineering skill ships only after passing baseline testing against fresh agents (RED→GREEN, per superpowers:writing-skills).

Troubleshooting

Claude Code — clear cache and reinstall:

rm -rf ~/.claude/plugins/cache/maccing
rm -rf ~/.claude/plugins/marketplaces/maccing
/plugin marketplace add andredezzy/maccing

skills.sh — list installed / remove:

npx skills list
npx skills remove <skill>

License

MIT