Claude Code Psadt Skill banner
pt1987 pt1987

Claude Code Psadt Skill

Testing community

Description

Claude Code skill for the full PSADT v4.x → Intune Win32 packaging lifecycle: guided build, packaging, testing, and optional direct Graph upload.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

PSADT v4 → Intune Deployment Skill

A Claude Code skill that drives the full lifecycle of a PowerShell App Deployment Toolkit (PSADT) v4.x Intune Win32 package — from first conversation to a tested, upload-ready .intunewin.

License: MIT PSADT v4.x Windows Claude Code Skill

Quick start · How it works · Features · Setup · Roadmap · Changelog


What is this?

A **Claude Code skill** (not a plugin): a reusable instruction package that teaches the agent how to build, package, test, troubleshoot and deploy a **PSADT v4.x Intune Win32 app**. You describe the application; the skill runs the workflow — intake, web research, scaffolding, all three deployment types (Install / Uninstall / Repair), pre-flight checks, the SYSTEM test, packaging, the dossier, and the optional Graph upload.

A skill is a folder with a `SKILL.md` (YAML frontmatter + Markdown instructions), here bundled with `scripts/` and `references/`. It loads progressively: the agent sees only the name and description until a task makes it relevant, then the full body loads on demand.

image

Quick start

npx psadt-deploy-skill

That installs the skill into `~/.claude/s