create-instructions

Creates .instructions.md files encoding project rules and coding conventions.

Updated Aug 20, 2026
One-click install
npx skills add https://github.com/basedgod55hjl/vsbrax --skill create-instructions-basedgod55hjl
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-instructions
Source: https://github.com/basedgod55hjl/vsbrax/tree/main/extensions/copilot/assets/prompts/skills/create-instructions
Command: npx skills add https://github.com/basedgod55hjl/vsbrax --skill create-instructions-basedgod55hjl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Repeatedly correcting an AI agent's output wastes time; this Skill turns those corrections and preferences into a persistent instructions file (.instructions.md) that enforces project rules automatically. ## Core Features & Use Cases - Conversation Mining: Reviews chat history to extract corrections, enforced patterns, and project-specific conventions worth persisting. - Clarification Workflow: Asks targeted questions about scope, affected file types, and rule strictness when no clear rule emerges. - Iterative Refinement: Drafts the instruction, probes ambiguous parts, and summarizes what the final rule enforces. - Use Case: After repeatedly telling the agent to "always use TypeScript strict mode and never use any", capture that as a durable .instructions.md rule applied to future sessions. ## Quick Start Ask the agent to create an instructions file that enforces your preferred coding convention based on this conversation.

Frequently Asked Questions about create-instructions

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

FAQPage Schema
How do I create an instructions file for AI coding agents?▼

Invoke this Skill and describe the rule or convention to enforce. It reviews the conversation for corrections and preferences, drafts a .instructions.md file, and iterates with you until the rule is clear and scoped correctly.

What is an .instructions.md file used for?▼

An .instructions.md file stores persistent project rules and conventions that an AI agent loads automatically. It prevents repeating the same corrections, such as style preferences or forbidden patterns, across sessions.

Can instructions apply only to specific files or languages?▼

Yes. During creation the Skill asks whether the rule applies everywhere or only to specific files, technologies, or file types, so the resulting instruction is scoped precisely to the intended context.

What happens if no clear rule emerges from the conversation?▼

The Skill asks clarifying questions about scope, affected technologies, and whether the rule is mandatory or a preference. It can also explore the codebase with subagents to gather more context before drafting.

When should I use an instructions file instead of repeating prompts?▼

Use an instructions file when you find yourself correcting the agent repeatedly on the same pattern, such as naming conventions or library choices. Persistent rules remove that repetition and keep output consistent.