code-helper

Classify user requests by intent and enforce pre-flight checks.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/NVA91/pjc3 --skill code-helper-nva91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-helper
Source: https://github.com/NVA91/pjc3/tree/main/.claude/skills/code-helper
Command: npx skills add https://github.com/NVA91/pjc3 --skill code-helper-nva91

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill acts as an intelligent router, ensuring that every user request is correctly classified by its intent before any action is taken, preventing scope creep and ensuring efficient task execution.

Core Features & Use Cases

  • Intent Classification: Determines the user's goal (e.g., writing code, debugging, reviewing).
  • Pre-flight Checks: Enforces a structured workflow by reading routing rules and optionally consulting roadmap documents.
  • Use Case: When a user says "Let's start working on the new feature," this Skill will first determine the intent (e.g., [Intent: write_code]) and check if NOVA_ROADMAP.md needs to be consulted for architectural decisions before proceeding.

Quick Start

Use the code-helper skill to classify the user's request and determine the next step.

Frequently Asked Questions about code-helper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I classify user intent before starting a coding task?

To classify user intent before a coding task, route the request through a predefined schema to determine the specific goal, such as writing code or debugging, preventing scope creep.

What is a pre-flight check in task routing and workflow management?

A pre-flight check in task routing enforces a structured workflow by reading routing rules and optionally consulting roadmap documents to verify architectural alignment before executing actions.

How do I prevent scope creep when managing ambiguous code generation requests?

Prevent scope creep during code generation by enforcing defined guardrails for ambiguity, ensuring every new task begins with a clear intent label and adheres to predefined project boundaries.

Does intent routing work with roadmap documents for architectural decisions?

Yes, intent routing works with roadmap documents by optionally consulting them during pre-flight checks, verifying that architectural tasks align with the broader project plan before proceeding.

When should I use an intent classification schema for software engineering tasks?

Use an intent classification schema for software engineering tasks when you need to enforce guardrails, prevent ambiguity, and route user requests to the correct execution flow before writing code.