Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
HomeCompare › ig vs vibe-coding-background-agent

ig vs vibe-coding-background-agent

Two Content Claude Code skills, side by side. Pick the right skill for your workflow with a side-by-side look at metadata, sample code, and install commands.

Side-by-side

Nameigvibe-coding-background-agent
DescriptionFull-lifecycle Instagram content engine with 13 sub-skills, 6 specialized agents, and 5-category 100-point scoring. Optimized for the 2026 Instagram algorithm (watch time, DM-sends, saves). Creates Reels, Stories,…Build background AI agents that run alongside developers during vibe coding sessions, proactively helping without being asked. Covers file watcher architecture, event queue design, LLM router for triage, action…
CategoryContentContent
Sub-categoryeditorialcontent-misc
Tagstype:audittype:integration
Authornicojunkcuriositech
LicenseMIT
Install/add-skill ig/add-skill vibe-coding-background-agent

Tag overlap

Shared

Only in ig type:audit

Only in vibe-coding-background-agent type:integration

Sample code from each SKILL.md

ig

source ~/Desktop/.env
PT=$(curl -s "https://graph.facebook.com/v21.0/$META_PAGE_ID?fields=access_token&access_token=$INSTAGRAM_ACCESS_TOKEN" \
  | python3 -c "import sys,json; print(json.load(sys.stdin)['access_token'])")

vibe-coding-background-agent

IF event.type === 'file:saved' AND event.ext === '.ts'
  → run-typecheck (immediate, silent)
  
IF event.type === 'file:saved' AND isTestFile(event.path)
  → run-related-tests (immediate, silent)
  
IF event.type === 'build:error' AND confidence > 0.8
  → suggest-fix (immediate, requires-approval)
  
IF event.type === 'build:error' AND confidence <= 0.8
  → queue-for-batch-analysis (background, silent)
  
IF event.type === 'git:branch-switch'
  → cancel-all-running + prefetch-context (immediate,…

When to choose each

ig — Full-lifecycle Instagram content engine with 13 sub-skills, 6 specialized agents, and 5-category 100-point scoring. Optimized for the 2026 Instagram algorithm (watch time, DM-sends, saves). Creates Reels, Stories,…

vibe-coding-background-agent — Build background AI agents that run alongside developers during vibe coding sessions, proactively helping without being asked. Covers file watcher architecture, event queue design, LLM router for triage, action…

Both are free to install. If you're unsure, install both — Claude Code skills are isolated by filename and only collide if their trigger phrases overlap (rare). The richest signal is the SKILL.md body itself — open both skill pages and read the first paragraph of each.

Open ig → Open vibe-coding-background-agent →

Other comparisons in this category

See all Claude Code skill comparisons · Browse all Content skills · Top 100