Skip to content

Add cross-harness general PowerShell AI skills (Copilot, Codex-style agents, Claude)#17

Draft
Copilot wants to merge 2 commits into
masterfrom
copilot/create-general-ai-skills
Draft

Add cross-harness general PowerShell AI skills (Copilot, Codex-style agents, Claude)#17
Copilot wants to merge 2 commits into
masterfrom
copilot/create-general-ai-skills

Conversation

Copilot AI commented May 24, 2026

Copy link
Copy Markdown

This issue asked for reusable, non-repo-specific AI skills for PowerShell development, formatted correctly for common AI harnesses. This PR adds a small, general skill set in the expected folder structures and front-matter formats for Copilot, Codex-style agents, and Claude Code.

  • Added general PowerShell skills for Copilot and agent harnesses

    • Added SKILL.md entrypoints under both:
      • .github/skills/*/SKILL.md
      • .agents/skills/*/SKILL.md
    • New skills:
      • powershell-script-cli
      • powershell-module-design
      • pester-test-authoring
  • Added matching Claude command skills

    • Added command docs under .claude/commands/*.md:
      • ps-script.md
      • ps-module.md
      • pester.md
    • Each includes YAML front matter (description, argument-hint, allowed-tools) plus concise workflow steps.
  • Skill content scope

    • Focused on broadly applicable PowerShell engineering patterns:
      • Script parameter design + pipeline behavior
      • Module API boundaries + exports
      • Pester test structure + deterministic assertions
    • Intentionally avoids repository-specific implementation details.

Example skill front matter format used:

---
name: powershell-module-design
description: Use when creating or evolving reusable PowerShell modules with public/private function boundaries and maintainable exports.
---

Copilot AI linked an issue May 24, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Create general AI skills for development tools Add cross-harness general PowerShell AI skills (Copilot, Codex-style agents, Claude) May 24, 2026
Copilot AI requested a review from dfinke May 24, 2026 15:25
Copilot finished work on behalf of dfinke May 24, 2026 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create general AI Skills

2 participants