intent-engine

Classify developer workflow descriptions into structured extension requests.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/UsernameTron/Claude-Code-Kickstart --skill intent-engine-usernametron
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: intent-engine
Source: https://github.com/UsernameTron/Claude-Code-Kickstart/tree/main/plugins/claude-code-factory/skills/intent-engine
Command: npx skills add https://github.com/UsernameTron/Claude-Code-Kickstart --skill intent-engine-usernametron

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Behavioral classification engine for Claude Code extension generation. Converts natural language descriptions of desired developer workflows into typed, resolved extension requests. Users describe what they want — the engine walks a decision tree to classify the correct extension type, resolve event details (for hooks), detect compound needs, and hand off rich context to the generator pipeline. Knowledge skill loaded by extension-concierge. Not directly invocable by users.

Core Features & Use Cases

  • Classify user intent by type, event, and characteristics to map to the right extension.
  • Detect compound needs and hand off rich context to the generator pipeline.
  • Load project knowledge and reference material for consistent behavior.

Quick Start

Provide a natural-language developer workflow description and let the Intent Engine classify and prepare the concierge payload.

Frequently Asked Questions about intent-engine

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

FAQPage Schema
How do I classify natural language developer workflows for Claude Code extensions?

Intent classification for Claude Code extensions works by walking a decision tree to resolve the extension type, event details, and context from natural language descriptions. It outputs a structured intent-resolution payload for concierge orchestration.

How to convert developer workflow descriptions into structured extension requests?

Converting developer workflow descriptions into structured extension requests involves an intent engine that detects compound needs and resolves type, event, and context. This produces a complete payload to hand off rich context to the generator pipeline.

What is automatic and on-demand intent classification for Claude Code hooks?

Automatic and on-demand intent classification for Claude Code hooks resolves event details and characteristics from user descriptions. The engine maps the classified intent to the correct extension type using a behavioral decision tree.

Can I use the intent-engine directly to generate Claude Code extensions?

No, you cannot use the intent-engine directly to generate extensions. It is a knowledge skill loaded by the extension-concierge and is not directly invocable by users, serving instead to prepare the concierge payload for the generator pipeline.

Do I need to provide structured input for Claude Code intent classification?

No, you do not need to provide structured input for Claude Code intent classification. You can provide a natural-language developer workflow description and let the Intent Engine classify and prepare the concierge payload automatically.

What are the limitations of using a decision tree for intent classification?

The limitation of using a decision tree for intent classification is that it operates within predefined automatic and on-demand contexts to resolve type, event, and context. It functions as a knowledge skill and cannot be directly invoked by users for standalone queries.