Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Verify cross-component wiring and data flow.
Existence does not equal integration. A component existing is implementation-level verification; a component being connected is integration-level verification. Both are necessary. Neither is sufficient alone.
This skill catches the most common class of real-world bugs in AI-generated code: components that are individually correct but not connected to each other. A function can exist, contain real logic, pass correctness verification, and never be imported or called. An API endpoint can be defined but never wired into the router. An event handler can be registered but never receive events.
This is a read-only analysis skill -- it reads and reports but does not fix wiring issues. Fixes route back to /feature-lifecycle (implement phase) or the user, because integration fixes often require design decisions about which component should call which.
| Signal | Load These Files | Why |
|---|---|---|
| tasks related to this reference | wiring-checks.md | Loads detailed guidance from wiring-checks.md. |
Goal: Establish context, detect language, identify scope.
npx skills add notque/vexjoy-agent --skill integration-checkerHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.