From dev-team
Full project discovery — analyzes the codebase and generates team config, project-specific agents, skills, and rules. Run once when setting up a new project, or to rebuild from scratch.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-team:discoverThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a full discovery of this project.
Run a full discovery of this project.
Git state: !git log --oneline -1 2>/dev/null
Project root: !pwd
Has team config: !test -d .claude/team && echo "YES — .claude/team/ exists" || echo "NO — fresh project"
Has graph: !test -f .code-review-graph/graph.db && echo "YES — code-review-graph available" || echo "NO — graph not built"
If .claude/team/ already exists and $ARGUMENTS does not contain --force:
.claude/team/.meta.json to show when discovery was last run/dev-team:sync to update incrementally, or run /dev-team:discover --force to rebuild from scratch."If proceeding, delegate the full discovery to @scout:
Run a full project discovery. Analyze the codebase thoroughly and generate all team configuration, project-specific agents, skills, and rules.
Key info:
- Project root: [pwd]
- Code-review-graph available: [yes/no]
- Existing CLAUDE.md: [yes/no]
Remember: present the discovery report and wait for approval before writing files.
npx claudepluginhub educosta85/dev-team --plugin dev-teamDiscovers git state, project structure, language/framework, and dev tooling in unfamiliar codebases. Provides structured summary with risk flags and recommendations for onboarding.
Onboards to unfamiliar codebases by deep-scanning repo structure, detecting ecosystem, and discovering cross-repo topology for full structural context before first task.
Scans codebase to auto-generate CLAUDE.md project config and .rune/ state files for full context in AI coding sessions. Use on new repos or missing/stale context.