create-instructions

Creates .instructions.md files defining project rules and coding conventions for AI agents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It turns ad-hoc corrections and repeated feedback given to an AI coding agent into persistent, reusable instruction files so conventions are enforced automatically in future sessions. ## Core Features & Use Cases - Conversation Mining: Reviews the current conversation to extract corrections, preferences, and patterns the user has enforced (e.g., "always use X", "never do Y"). - Guided Clarification: Asks targeted questions about scope, affected file types, and whether a rule is mandatory or a preference when intent is unclear. - Iterative Refinement: Drafts the instruction file, identifies ambiguous parts, and refines them with the user before finalizing. - Use Case: After repeatedly correcting the agent to use named exports instead of default exports, invoke this Skill to save that rule as a persistent .instructions.md file applied automatically going forward. ## Quick Start Ask the agent to create an instructions file that enforces the coding convention you have been correcting it on during 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 the create-instructions skill and describe the rule or convention to enforce. It reviews the conversation for corrections you have made, drafts an .instructions.md file, and refines it with you before saving.

How to make an AI agent follow project coding conventions automatically?▼

Save the conventions as an .instructions.md file using this skill. The file persists the rules so the agent applies them in future sessions without repeated manual correction.

Can instructions files apply only to specific files or technologies?▼

Yes. During creation the skill asks whether the rule applies everywhere or only to specific files, and which technologies or file types are affected, so the instruction can be scoped appropriately.

What is the difference between an instructions file and other agent customizations?▼

An instructions file encodes project rules and conventions the agent must follow. The skill references the related agent-customization guidelines and can suggest other customization types to create next, such as prompts or agents.

When should I not use an instructions file?▼

Avoid it for one-off tasks or situational requests that are not recurring conventions. Instructions files are meant for persistent rules; temporary guidance belongs in the prompt for that specific task.