·copilot-docs
""

copilot-docs

hoodini/ai-agents-skills

Configure GitHub Copilot with custom instructions. Use when setting up .github/copilot-instructions.md, customizing Copilot behavior, or creating repository-specific AI guidance. Triggers on Copilot instructions, copilot-instructions.md, GitHub Copilot config.

26Installs·1Trend·@hoodini

Installation

$npx skills add https://github.com/hoodini/ai-agents-skills --skill copilot-docs

SKILL.md

describe('Component', () => { it('should render correctly', () => { // Arrange, Act, Assert pattern }); });

// Standard response format return NextResponse.json({ data: result, error: null, meta: { timestamp: Date.now() } });

// Error response return NextResponse.json( { data: null, error: { code: 'NOTFOUND', message: '...' } }, { status: 404 } );

Configure GitHub Copilot with custom instructions. Use when setting up .github/copilot-instructions.md, customizing Copilot behavior, or creating repository-specific AI guidance. Triggers on Copilot instructions, copilot-instructions.md, GitHub Copilot config. Source: hoodini/ai-agents-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/hoodini/ai-agents-skills --skill copilot-docs
Category
""Writing
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is copilot-docs?

Configure GitHub Copilot with custom instructions. Use when setting up .github/copilot-instructions.md, customizing Copilot behavior, or creating repository-specific AI guidance. Triggers on Copilot instructions, copilot-instructions.md, GitHub Copilot config. Source: hoodini/ai-agents-skills.

How do I install copilot-docs?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hoodini/ai-agents-skills --skill copilot-docs Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/hoodini/ai-agents-skills