Skip to main content
Back to registry

wiring

parcadei/continuous-claude-v3

When building infrastructure components, ensure they're actually invoked in the execution path.

Installs147
Install command
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill wiring
About this skill
When building infrastructure components, ensure they're actually invoked in the execution path. Every module needs a clear entry point. Dead code is worse than no code - it creates maintenance burden and false confidence. Before marking infrastructure "done", verify: Fix : Add hook registration: Before marking infrastructure "complete": What was built: Wiring gap: Fix: What was built: Wiring gap: Fix: - Entry Point Exists : How does user action trigger this code? - Call Graph Traced : Can you follow the path from entry to execution? - Integration Tested : Does an end-to-end test exercise this path? - No Dead Code : Is every built component actually reachable? - opc/orchestration/orchestration_layer.py (500+ lines) - opc/orchestration/dag/ (DAG builder, validator, executor) - 18 agent type definitions - Sophisticated routing logic - No hook calls orchestration_layer.py - No script imports the DAG modules - Agent routing returns hardcoded "general-purpose" - Result: 100% dead code - Create PreToolUse hook for Task tool - Hook calls scripts/orchestrate.py - Script imports and calls orchestration_layer.dispatch() - Dispatch uses AGENT_MAP to route to actual agents - Integration test: Submit Task → verify correct agent type used - SQLite database schema - Indexing logic - Query functions - No hook triggered indexing - Files created but never indexed - PostToolUse hook on Write tool...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does wiring do?

When building infrastructure components, ensure they're actually invoked in the execution path.

Is wiring good?

wiring does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does wiring work with?

wiring currently lists compatibility with codex, gemini-cli, opencode, cursor, amp, github-copilot.

What are alternatives to wiring?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install wiring?

npx skills add https://github.com/parcadei/continuous-claude-v3 --skill wiring

Related skills

More from parcadei/continuous-claude-v3

Related skills

Alternatives in Software Engineering