Detect co-author communities (label propagation), report modularity Q, and identify bridge authors (high betweenness). Runs via `aiwg corpus profile-communities`.
Scanned 5/29/2026
Install to Claude Code
npx -y skills add jmagly/aiwg --skill profile-communities --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Profile Communities?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jmagly-profile-communities)More formats (shields.io, HTML) on the badges page.
---
namespace: aiwg
platforms: [all]
name: profile-communities
description: Detect co-author communities (label propagation), report modularity Q, and identify bridge authors (high betweenness). Runs via `aiwg corpus profile-communities`.
commandHint:
argumentHint: "[--out PATH]"
allowedTools: Read, Bash
model: sonnet
category: research-analytics
---
# Profile Communities
Community structure of the corpus co-author graph.
## How to run
```bash
aiwg corpus profile-communities
aiwg corpus profile-communities --out indices/communities.md
```
Uses **label propagation** (deterministic variant — no `python-louvain`
dependency; the graceful fallback the corpus tooling specifies), reports
**modularity Q** (warns when Q < 0.3 = weak structure on a sparse graph), and
lists **bridge authors** (highest betweenness, spanning communities).
## Triggers
- "detect research communities"
- "co-author clusters / modularity"
- "bridge authors"
- `/profile-communities`
## References
- @$AIWG_ROOT/src/artifacts/corpus-tools/profile-communities.ts — implementation
- profile-metrics / profile-temporal skills
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!