Agent skill

cog-team-intelligence

Cross-reference GitHub, Linear, Slack, and PostHog with bidirectional sync for team briefs

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexread-onlyMIT
Install
npx skills add a5c-ai/babysitter --skill team-intelligence --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: -file-read-file-write-web-fetch-api-call-git-commit
Path: library/methodologies/cog-second-brain/skills/team-intelligence/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

- 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 ```json { "vaultPath": "./cog-vault", "mode": "team-brief", "userName": "Alex", "integrations": { "github": { "org": "my-org", "repos": ["frontend", "backend"] }, "linear": { "team": "engineering" }, "slack": { "channels": ["engineering", "product"] } } } ```

What's inside
Steps it walks through
  1. Tool Use Instructions
  2. Examples
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the cog-team-intelligence skill do?

Cross-reference GitHub, Linear, Slack, and PostHog with bidirectional sync for team briefs

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill team-intelligence --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going