Ingest project context into linked vault graph
conducty-contextskillsetup L2★0
Sheshiyer/skill-clusters ↗What it does
Ingest project structure and emit architecture sub-graph
Best for
Bootstrapping Conducty: seeds the vault with project knowledge so next /plan reads architecture upfront.
Inputs
- · project root path
- · optional: custom glossary/invariants
Outputs
- · Architecture, Conventions, Invariants, Hotspots, Tests, Glossary sub-graph pages
Requires
- · git tree scan
- · test discovery (pytest/jest/RSpec patterns)
- · code grepping (callees/callers)
Preconditions
Project is git repo; test command discoverable or manually specified
Failure modes
- · test command not found → flag for user; don't invent
- · custom glossary outdated → context notes stale
- · large project may timeout on tree scan
Trust signals
- · git tree scan reliable
- · Test command discovery pattern-based
- · Custom glossary optional (override-able)