·copilot-docs
""

copilot-docs

hoodini/ai-agents-skills

使用自定义指令配置 GitHub Copilot。在设置 .github/copilot-instructions.md、自定义 Copilot 行为或创建特定于存储库的 AI 指导时使用。在 Copilot 指令、copilot-instructions.md、GitHub Copilot 配置上触发。

26安装·1热度·@hoodini

安装

$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 } );

使用自定义指令配置 GitHub Copilot。在设置 .github/copilot-instructions.md、自定义 Copilot 行为或创建特定于存储库的 AI 指导时使用。在 Copilot 指令、copilot-instructions.md、GitHub Copilot 配置上触发。 来源:hoodini/ai-agents-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/hoodini/ai-agents-skills --skill copilot-docs
分类
""沟通写作
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 copilot-docs?

使用自定义指令配置 GitHub Copilot。在设置 .github/copilot-instructions.md、自定义 Copilot 行为或创建特定于存储库的 AI 指导时使用。在 Copilot 指令、copilot-instructions.md、GitHub Copilot 配置上触发。 来源:hoodini/ai-agents-skills。

如何安装 copilot-docs?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/hoodini/ai-agents-skills --skill copilot-docs 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

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