Overview: Prompts in Continue
invokable: true in the markdown frontmatter.website·Indexed Apr 13, 2026
https://docs.continue.dev/Documentation for Continue, an open-source AI coding assistant. Features include AI checks for pull requests defined in .continue/checks/, a CLI tool (cn) for terminal-based agent tasks, and Mission Control for cloud agent orchestration. Supports integrations with GitHub, Supabase, Sentry, Snyk, Slack, PostHog, Atlassian, and Netlify. Covers configuration, tool permissions, and IDE extensions for VS Code and JetBrains.
invokable: true in the markdown frontmatter..continue/dev_data on your local machine. This data captures how you build software and can be useful for understanding your development patterns.tool_use enables tools and function calling (required for Agent mode), and image_input enables image processing. Without proper configuration, you may encounter issues like Agent mode being unavailable, tools not working, or image uploads being disabled.Set invokable: true in the YAML frontmatter of a markdown file to make it a slash command. The name field defines the command name and description provides context. The prompt can be combined with other instructions and highlighted code for additional context in Chat, Plan, and Agent modes.
Example frontmatter:
---
name: Explain invokable
description: Explains what happens when you set invokable to true
invokable: true
---