instruction-authoring

Create scoped instruction files with applyTo patterns for coding standards.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/nist0/CoDev --skill instruction-authoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: instruction-authoring
Source: https://github.com/nist0/CoDev/tree/main/.github/skills/instruction-authoring
Command: npx skills add https://github.com/nist0/CoDev --skill instruction-authoring

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of creating comprehensive, scoped instruction files with consistent applyTo patterns and non-duplicated rules, ensuring clear and enforceable coding standards.

Core Features & Use Cases

  • Scoped Instruction Creation: Generate scoped instruction files with specific applyTo patterns to tailor rules for specific file types or projects.
  • Avoiding Duplication: Ensures no rule duplication between instruction files, maintaining a cohesive set of standards.
  • Rule Clarity: Helps in writing actionable rules that are clear and enforceable by code reviewers.

Quick Start

Create a new instruction file for C# files by running 'codev instruction-authoring create src/api/**/*.cs'.

Frequently Asked Questions about instruction-authoring

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

FAQPage Schema
How do I create scoped coding standards for specific file types in a project?

Creating scoped coding standards is automated by generating instruction files with specific applyTo patterns, ensuring rules target specific file types. This approach enforces consistent development guidelines without manual duplication.

How do I avoid duplicating rules across multiple coding standards files?

Avoiding duplicated rules across coding standards files is achieved by automated instruction creation that checks for existing rules. This ensures a cohesive, non-redundant set of enforceable guidelines across your software development project.

What is the best way to write actionable rules for code reviewers?

Writing actionable rules for code reviewers is streamlined by generating instruction files focused on clarity and enforceability. This ensures every generated coding standard provides clear, specific expectations rather than ambiguous suggestions.

How do I apply coding standards only to a specific directory like src/api?

Applying coding standards to a specific directory like src/api is handled by scoped instruction files using applyTo patterns. You can target specific paths and file extensions, such as running create src/api/**/*.cs, to enforce rules locally.

Do I need any external dependencies to generate instruction files for software development projects?

No external dependencies are needed to generate instruction files for software development projects. The Skill operates independently to automate the creation of scoped coding standards and enforceable rules within your environment.