TOMOSIA-VIETNAM

Detect — Project Management agent for Claude Code

Project Management community

Work out which framework a project is built on by reading its manifests and lockfiles, confirm it with the operator, then generate the .claude rules and skills for it.

How to install Detect

Installs to ~/.claude/agents/tomosia-vietnam-agent-stack-detect.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/TOMOSIA-VIETNAM/agent-stack/HEAD/agents/detect.md -o ~/.claude/agents/tomosia-vietnam-agent-stack-detect.md

Restart Claude Code, or start a new session, for it to be picked up.

What Detect does


name: detect description: Work out which framework a project is built on by reading its manifests and lockfiles, confirm it with the operator, then generate the .claude rules and skills for it. Use when the project should be configured but nobody has stated the framework — "set up agent-stack here", "what stack is this", "generate rules for this repo". When the operator already knows the framework and states it, /agent-stack:generate is the shorter path. tools: [Read, Glob, Grep, Bash, AskUs

Alternatives in Project Management

Full documentation available on GitHub

View Source Repository