Content
# Hiilite Share
Modular pieces from a working Claude Code agent stack. Grab whatever's useful.
Each folder is independent — clone the repo or just download the folder you want.
## Folders
| # | Folder | What it is | Setup time |
|---|---|---|---|
| 1 | `1-marketing-skills/` | 57 skills: ads (Meta/Google/LinkedIn/TikTok/Microsoft), SEO, CRO, copy, hormozi-brain | 5 min |
| 2 | `2-agents/` | 18 specialist sub-agents (Gary, Ricky, Sofia, Marcus, Theo, audits, etc.) | 5 min |
| 3 | `3-telegram-bot/` | Telegram bridge — bot wiring, watchdog, status updates while Claude works | 30 min |
| 4 | `4-heartbeat-tmux/` | Persistent Claude Code session: tmux + launchd + 3x daily proactive heartbeat | 30 min |
| 5 | `5-adobe-mcp/` | Pointer to Adobe Creative Suite MCP (Photoshop + Premiere + AE) | 15 min |
| 6 | `6-wordpress-helpers/` | WP-CLI ops, Gravity Forms, Yoast schema, plugin scaffold patterns | 30 min |
| 7 | `7-ctrl-motion-lite/` | Forkable code — local "projects + tasks + AI meeting notes + dispatch" app, repo at [Dartagnan98/motion-lite](https://github.com/Dartagnan98/motion-lite) | 15 min |
| 8 | `8-accounting/` | QuickBooks Online MCP server (Intuit's official [quickbooks-online-mcp-server](https://github.com/intuit/quickbooks-online-mcp-server)) — 140 tools across 29 QBO entities for invoices, customers, P&L, etc. See `8-accounting/SETUP.md`. | 20 min |
| 9 | `9-apple-reminders/` | Pointer + skill for Apple Reminders MCP — read/create/complete reminders that sync to your iPhone via iCloud | 5 min |
| 10 | `10-legal/` | CanLII case-law search — Python CLI for browsing Canadian court decisions by jurisdiction + date + keyword. Includes notes on why BC Court Services Online has no public API. | 15 min |
| 11 | `11-onenote-automation/` | OneNote + Asana automation chain. Fyxer recap emails → OneNote pages → Asana project status updates → daily journal scaffold → meeting summaries surfaced in the heartbeat briefing. Builds on `4-heartbeat-tmux/` + `7-ctrl-motion-lite/`. | 20 min |
## Prerequisites (the "what you need to connect" list)
Each folder has its own `SETUP.md` with specifics. Top-level summary:
| Service | Why | Required for |
|---|---|---|
| Claude Code CLI | The whole thing runs inside it | All folders |
| Anthropic API key OR Claude subscription | Powers the agent | All folders |
| Telegram BotFather token | Talk to your bot from your phone | 3, 4 |
| Telegram chat ID (your own) | Where the bot replies | 3, 4 |
| Google OAuth client | gws CLI for Drive/Calendar/Gmail | Some skills in 1 |
| Meta Developer app + ad account access | Run ad audits/launches | ads-meta in 1 |
| Google Ads dev token + OAuth | Same for Google Ads | ads-google in 1 |
| WordPress site with REST API + admin password | Optional — for WP automation | 6 |
| (nothing extra) | motion-lite uses local SQLite — Anthropic key is the only required service | 7 |
| CanLII API key | Free — request via canlii.org feedback form, explain your project | 10 |
| MS365 work account (`@softeria/ms-365-mcp-server`) + Asana Personal Access Token | OneNote pages, calendar events, Asana status updates | 11 |
## Install style
These are skills + agents, not a deployable app. Workflow:
```bash
git clone <this repo>
cd hiilite-share/
# Install skills (copies them into your Claude config dir)
cp -R 1-marketing-skills/skills/* ~/.claude/skills/
# Install agents
cp -R 2-agents/*.md ~/.claude/agents/
# Restart claude code → /skill list and /agent list will show the new ones
```
Per-folder READMEs explain the bits that need extra wiring (Telegram, launchd, etc.).
## License
MIT. Use freely. Originally built by your agency for our own client work,
sharing because the tech stack overlaps with yours and the heavy lifting is
already done.
## Caveats
- Skills reference paths like `~/your-knowledge-base/clients/<client>/` — adapt to your own knowledge layout.
- Voice files / brand voice references are stripped. You'll define your own per-client voice in your MEMORY/knowledge dir.
- Heartbeat scripts assume macOS launchd. Linux equivalent is systemd timers (5-min adapt).
- Telegram bot uses long-polling — no public webhook URL needed.
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.