autosnippet-recipes

Read project Recipe context and cite code blocks for AutoSnippet guidance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides the agent with authoritative project Recipe context to guide answers, enforce project standards, and align code suggestions with the AutoSnippet workflow.

Core Features & Use Cases

  • In-context access to current project Recipes via references/project-recipes-context.md.
  • Support for terminal search (asd search) and on-demand semantic search via MCP tool.
  • Enables consistent guidance for Guard, conventions, and code suggestions across the Cursor workflow.

Quick Start

  • Read references/project-recipes-context.md in this skill folder to understand current project Recipes and standards.
  • Use asd search (or autosnippet_context_search via MCP) to locate relevant Recipes and cite them in responses.
  • When updating Recipe content, run asd install:cursor-skill from the project root to refresh the context.

Frequently Asked Questions about autosnippet-recipes

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

FAQPage Schema
How do I provide project recipe context to my agent for code suggestions?

You can provide project recipe context by reading the references/project-recipes-context.md file, which supplies the agent with authoritative standards to align code suggestions with your workspace conventions.

What is the best way to look up project standards during an AutoSnippet workflow?

The best way to look up project standards is using terminal search (asd search) or MCP-based semantic queries (autosnippet_context_search via MCP) to locate and cite relevant Recipes within your workspace.

How do I refresh project recipe context after updating recipe content?

To refresh project recipe context after updating content, run the command asd install:cursor-skill from your project root to ensure the agent retrieves the latest Recipe standards.

Can I use MCP semantic search to find specific AutoSnippet recipes?

Yes, you can use the autosnippet_context_search MCP tool for on-demand semantic search to locate specific AutoSnippet recipes and cite their code blocks as the standard.

Does providing recipe context require any specific dependencies or environment setup?

Providing recipe context requires no external dependencies, relying solely on reading the local references/project-recipes-context.md file or the AutoSnippet/recipes/ directory to source standards.