.claude/skills/im-home/SKILL.md
Run when Wallace gets home to his Mac. Sets up Meta ads credentials, launches the roofing campaign, installs the daily report service, and runs a full system health check. Use when Wallace says 'I'm home' or 'home' or 'back on mac'.
npx skillsauth add wallacedobbs428/thecalltaker im-homeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Wallace just got home to the Mac. Time to deploy everything that was staged during the remote session.
python3 ~/thecalltaker-ops/ops/meta-setup-wizard.py
This will:
~/.zshrc, ~/.bashrc, and ~/thecalltaker-ops/.envIf credentials are already set and valid, it skips straight to confirmation.
Once credentials are confirmed, run /ads-launch roofing to build the full campaign via Meta Marketing API:
ALL ADS START PAUSED. Show the full campaign structure and wait for explicit "launch" confirmation before activating anything.
# Copy the launchd plist to LaunchAgents
cp ~/thecalltaker-ops/ops/com.thecalltaker.ads-daily-report.plist \
~/Library/LaunchAgents/com.thecalltaker.ads-daily-report.plist
# Load it
launchctl load ~/Library/LaunchAgents/com.thecalltaker.ads-daily-report.plist
This fires every day at 9:00 AM:
~/thecalltaker-ops/ads/reports/python3 ~/thecalltaker-ops/ops/ads-health-check.py
Verify all systems green:
Print a summary of everything deployed:
If any step fails, explain exactly what went wrong and how to fix it.
documentation
Agentic memory system for writers - track characters, relationships, scenes, and themes
tools
Automate repetitive development tasks and workflows. Use when creating build scripts, automating deployments, or setting up development workflows. Handles npm scripts, Makefile, GitHub Actions workflows, and task automation.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices". Fetches latest Vercel guidelines and checks files against all rules.
development
Implement web accessibility (a11y) standards following WCAG 2.1 guidelines. Use when building accessible UIs, fixing accessibility issues, or ensuring compliance with disability standards. Handles ARIA attributes, keyboard navigation, screen readers, semantic HTML, and accessibility testing.