autosnippet-when

Route user requests to appropriate AutoSnippet capabilities based on intent.

2|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/GxFn/AutoSnippet --skill autosnippet-when
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autosnippet-when
Source: https://github.com/GxFn/AutoSnippet/tree/main/skills/autosnippet-when
Command: npx skills add https://github.com/GxFn/AutoSnippet --skill autosnippet-when

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you decide when to recommend AutoSnippet capabilities, ensuring you tailor suggestions to user intent instead of enforcing a fixed flow.

Core Features & Use Cases

  • Routing guidance: suggests the most suitable capability (autosnippet-create, autosnippet-recipes, autosnippet-candidates, autosnippet-concepts, autosnippet-structure, autosnippet-intent) based on the current user prompt.
  • Compatibility maintenance: preserves backward compatibility for users relying on deprecated routing logic.
  • Typical scenarios: when a user asks to draft a Recipe, batch-scan candidates, or search the knowledge base, this skill provides the routing decision.

Quick Start

Use a natural language prompt to ask for routing guidance, for example: "Which AutoSnippet capability should I use to submit a new Recipe draft?"

Frequently Asked Questions about autosnippet-when

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

FAQPage Schema
How do I route user requests to the right AutoSnippet capability based on intent?

Routing user requests to the right AutoSnippet capability involves evaluating the prompt intent to select the appropriate module, such as autosnippet-create for drafting or autosnippet-recipes for searching, without enforcing a fixed flow.

What is the best way to choose an AutoSnippet workflow for tasks like scanning candidates?

Choosing an AutoSnippet workflow for scanning candidates requires intent-based routing logic that matches the prompt to the autosnippet-candidates capability, ensuring suggestions are tailored to the specific batch-scanning scenario.

How do I start routing when a user asks to search the knowledge base?

To start routing when a user asks to search the knowledge base, use natural language prompts to trigger the routing skill, which then suggests the most suitable AutoSnippet capability for the knowledge search task.

Does the AutoSnippet routing logic support backward compatibility for deprecated workflows?

Yes, the AutoSnippet routing logic supports backward compatibility by preserving routing suggestions for users who rely on deprecated workflow logic, ensuring continuous operation without breaking existing integrations.

Can I use a natural language prompt to find which AutoSnippet capability handles recipe creation?

Yes, you can use a natural language prompt to find which AutoSnippet capability handles recipe creation, and the routing skill will directly suggest the autosnippet-create capability for submitting a new recipe draft.

Why should I use intent-based routing instead of a fixed flow for AutoSnippet operations?

Intent-based routing for AutoSnippet operations dynamically tailors capability suggestions to the user's current prompt, preventing rigid fixed flows and ensuring the selected module matches the actual request context.