autosnippet-recipe-candidates

Draft candidate AutoSnippet Recipes as Markdown files for MCP submission.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a formal workflow for generating candidate Recipes for AutoSnippet when integrating with the MCP dashboard, avoiding direct edits to the final AutoSnippet/recipes directory and ensuring proper review.

Core Features & Use Cases

  • Draft-first approach: create one Markdown file per usage pattern in a draft folder outside the project, ensuring clean separation from final Recipes.
  • Structured templates: enforce frontmatter and usage sections to streamline review and approval.
  • MCP submission: publish drafted candidates via autosnippet_submit_draft_recipes for dashboard review and eventual integration.

Quick Start

Use the draft-flow to generate candidates:

  • Create a draft folder outside AutoSnippet/.autosnippet-drafts
  • Write one Markdown file per Pattern in that folder
  • Call MCP autosnippet_submit_draft_recipes with the file paths and targetName (e.g., autosnippet-recipe-candidates), and set deleteAfterSubmit: true

Frequently Asked Questions about autosnippet-recipe-candidates

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

FAQPage Schema
How do I draft candidate recipes for a knowledge base without editing final content directly?

Drafting candidate recipes for a knowledge base without editing final content directly requires a draft-folder workflow outside the final recipes directory. You create one Markdown file per usage pattern, then submit it via MCP for structured review and integration.

What is the MCP submission process for AutoSnippet recipe drafts?

The MCP submission process for AutoSnippet recipe drafts involves calling autosnippet_submit_draft_recipes with your draft file paths and targetName. Setting deleteAfterSubmit to true removes the local draft files after publishing them to the dashboard for review.

Can I use a single-pattern file workflow to generate knowledge base recipes?

Yes, you can use a single-pattern file workflow to generate knowledge base recipes. This approach creates one Markdown file per usage pattern in a designated draft folder, ensuring clean separation from final recipes before MCP submission.

Does drafting recipe candidates require a specific Markdown template?

Drafting recipe candidates requires a consistent Markdown template that enforces frontmatter and usage sections. This structured format streamlines the review and approval process when submitting drafts to the MCP dashboard.

Why should I use a draft folder outside the recipes directory for candidate recipes?

Using a draft folder outside the recipes directory for candidate recipes prevents direct edits to final content. This separation enforces a formal review process, ensuring only approved recipes integrate into the main knowledge base.

What are the limitations of the draft-folder workflow for recipe candidates?

The draft-folder workflow for recipe candidates is limited to single-pattern file workflows and MCP-based submission. It does not support direct edits to final content, requiring all changes to go through the structured dashboard review process.