agentsclimarketplace

Team intelligence

Skill a5c-ai/babysitter/library/methodologies/cog-second-brain/skills/team-intelligence

Cross-reference GitHub, Linear, Slack, and PostHog with bidirectional sync for team briefsFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill team-intelligence

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.6 KB, 280 tokens by cl100k_base, as published. Nobody here has run it

  • Gather activity data from Linear (issues, cycles, projects)
  • Gather activity data from Slack (discussions, decisions, threads)
  • Gather analytics from PostHog (metrics, feature flags, experiments)
  • Cross-reference data across all platforms
  • Detect cross-platform misalignment
  • Generate team intelligence briefs with blocker detection
  • Support bidirectional sync between platforms

Tool Use Instructions

  1. Use api-call or web-fetch to gather data from configured integrations
  2. Normalize data from each platform into comparable format
  3. Cross-reference to identify patterns spanning platforms
  4. Use file-read to load existing team context from 04-projects
  5. Use file-write to create team brief in 01-daily
  6. Use file-write to update team context in 04-projects
  7. Use git-commit to commit team intelligence

Examples

{
  "vaultPath": "./cog-vault",
  "mode": "team-brief",
  "userName": "Alex",
  "integrations": {
    "github": { "org": "my-org", "repos": ["frontend", "backend"] },
    "linear": { "team": "engineering" },
    "slack": { "channels": ["engineering", "product"] }
  }
}

What ships with it: 1 file

722 B alongside SKILL.md

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.