npx skills add ...
npx skills add microsoft/vscode --skill create-prompt
npx skills add microsoft/vscode --skill create-prompt
Create a reusable prompt file (.prompt.md) for a common task.
Related skill: agent-customization. Load and follow prompts.md for template and principles.
Guide the user to create a .prompt.md.
First, review the conversation history. If the user has been working on a repeatable task pattern (e.g., explaining code, generating tests, refactoring), generalize that into a reusable prompt. Extract:
If no clear pattern emerges from the conversation, clarify:
Remember to follow the agent-customization guidelines to create highly effective prompts.