From f1e44cbba8fcce46645c63710457941da953a976 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 22 Jan 2026 00:31:52 +0000 Subject: [PATCH 1/5] Add blog post announcing psake Claude skill Introduces the new psake-llm-tools repository and Claude skill for AI-assisted build automation. https://claude.ai/code/session_0158xboi6wt4pc8kaumBUTXa --- ...26-01-22-introducing-psake-claude-skill.md | 73 +++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 blog/2026-01-22-introducing-psake-claude-skill.md diff --git a/blog/2026-01-22-introducing-psake-claude-skill.md b/blog/2026-01-22-introducing-psake-claude-skill.md new file mode 100644 index 0000000..bb54219 --- /dev/null +++ b/blog/2026-01-22-introducing-psake-claude-skill.md @@ -0,0 +1,73 @@ +--- +title: Introducing the psake Claude Skill +description: Enhance your AI-assisted development with the new psake Claude skill—bringing intelligent build automation guidance to Claude AI. +date: 2026-01-22T18:00:00.000Z +slug: introducing-psake-claude-skill +authors: + - heyitsgilbert +tags: + - announcement + - psake + - powershell + - build-automation + - ci-cd +keywords: + - psake + - Claude AI + - AI-assisted development + - build automation + - PowerShell + - LLM tools + - developer productivity +image: /img/social-card.png +draft: false +fmContentType: blog +title_meta: Introducing the psake Claude Skill +--- + +We're excited to announce the launch of the [psake Claude skill](https://github.com/psake/psake-llm-tools)—a specialized knowledge package that enables Claude AI to provide expert assistance with psake build automation tasks. This new tool brings intelligent, context-aware guidance directly to your AI-assisted development workflow. + + + +## What is the psake Claude Skill? + +The psake Claude skill is part of our growing collection of LLM tools designed to enhance how developers work with psake. By providing Claude with deep knowledge of psake patterns, syntax, and best practices, the skill enables AI assistants to help you build better automation workflows, troubleshoot issues, and implement complex build scenarios with confidence. + +## Key Features + +The skill includes four comprehensive knowledge components: + +**SKILL.md** – Core psake fundamentals covering command syntax, task definitions, dependencies, and troubleshooting patterns. This ensures Claude understands the basics before diving into more complex scenarios. + +**PowerShell Modules Reference** – Detailed guidance on using PowerShellBuild for module development workflows, including task patterns, build configurations, and testing integration. + +**Build Types Reference** – Practical patterns for .NET, Node.js, and Docker builds, providing Claude with real-world examples for different project types. + +**Advanced Reference** – Coverage of sophisticated topics like dynamic task generation, custom logging implementations, and CI/CD pipeline integration. + +## What Can Claude Do With This Skill? + +Once you've loaded the psake skill, Claude can assist with tasks like: + +- Building complete psakefiles with integrated Pester testing frameworks +- Establishing build configurations for .NET solutions and PowerShell modules +- Implementing dynamic task generation from configuration files +- Troubleshooting build failures and dependency issues +- Integrating psake workflows into CI/CD pipelines +- Creating custom logging mechanisms +- Developing cross-platform build scripts + +## Getting Started + +1. Visit the [psake-llm-tools repository](https://github.com/psake/psake-llm-tools) +2. Download the `psake.skill` file from the releases section +3. Upload it to Claude through the skills interface +4. Start building with AI-assisted psake expertise + +## Community Contributions Welcome + +The psake-llm-tools repository is open source and welcomes community contributions. If you have patterns, examples, or improvements that would benefit other developers using psake with Claude, we'd love to see your pull requests. + +Whether you're new to psake or a seasoned automation expert, the Claude skill can help streamline your workflow and provide intelligent guidance when you need it most. Give it a try and let us know what you think! + +Check out the project at [github.com/psake/psake-llm-tools](https://github.com/psake/psake-llm-tools). From c33724e5e4a3184531332850f3b2c61d15bb0e2a Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 28 Jan 2026 01:53:51 +0000 Subject: [PATCH 2/5] Update blog post to emphasize open Agent Skills standard - Reframe as "psake Agent Skill" rather than Claude-specific - Add agentskills.io links and explanation of open standard - Include GitHub Copilot usage instructions with VS Code docs link - Emphasize portability across AI platforms - Update keywords and descriptions accordingly https://claude.ai/code/session_0158xboi6wt4pc8kaumBUTXa --- ...26-01-22-introducing-psake-claude-skill.md | 45 +++++++++++++------ 1 file changed, 31 insertions(+), 14 deletions(-) diff --git a/blog/2026-01-22-introducing-psake-claude-skill.md b/blog/2026-01-22-introducing-psake-claude-skill.md index bb54219..b71dc8a 100644 --- a/blog/2026-01-22-introducing-psake-claude-skill.md +++ b/blog/2026-01-22-introducing-psake-claude-skill.md @@ -1,8 +1,8 @@ --- -title: Introducing the psake Claude Skill -description: Enhance your AI-assisted development with the new psake Claude skill—bringing intelligent build automation guidance to Claude AI. +title: Introducing the psake Agent Skill +description: Enhance your AI-assisted development with the new psake Agent Skill—bringing intelligent build automation guidance to Claude, GitHub Copilot, and other AI coding assistants. date: 2026-01-22T18:00:00.000Z -slug: introducing-psake-claude-skill +slug: introducing-psake-agent-skill authors: - heyitsgilbert tags: @@ -13,7 +13,9 @@ tags: - ci-cd keywords: - psake + - Agent Skills - Claude AI + - GitHub Copilot - AI-assisted development - build automation - PowerShell @@ -22,32 +24,32 @@ keywords: image: /img/social-card.png draft: false fmContentType: blog -title_meta: Introducing the psake Claude Skill +title_meta: Introducing the psake Agent Skill --- -We're excited to announce the launch of the [psake Claude skill](https://github.com/psake/psake-llm-tools)—a specialized knowledge package that enables Claude AI to provide expert assistance with psake build automation tasks. This new tool brings intelligent, context-aware guidance directly to your AI-assisted development workflow. +We're excited to announce the launch of the [psake Agent Skill](https://github.com/psake/psake-llm-tools)—a specialized knowledge package that enables AI coding assistants like Claude and GitHub Copilot to provide expert assistance with psake build automation tasks. Built on the open [Agent Skills](https://agentskills.io/) standard, this portable skill brings intelligent, context-aware guidance directly to your AI-assisted development workflow. -## What is the psake Claude Skill? +## What is the psake Agent Skill? -The psake Claude skill is part of our growing collection of LLM tools designed to enhance how developers work with psake. By providing Claude with deep knowledge of psake patterns, syntax, and best practices, the skill enables AI assistants to help you build better automation workflows, troubleshoot issues, and implement complex build scenarios with confidence. +The psake Agent Skill is part of our growing collection of LLM tools designed to enhance how developers work with psake. Built on the open [Agent Skills](https://agentskills.io/) standard, it provides AI assistants with deep knowledge of psake patterns, syntax, and best practices. This portable format means the same skill works across different AI platforms—whether you're using Claude, GitHub Copilot, or other compatible AI tools. ## Key Features The skill includes four comprehensive knowledge components: -**SKILL.md** – Core psake fundamentals covering command syntax, task definitions, dependencies, and troubleshooting patterns. This ensures Claude understands the basics before diving into more complex scenarios. +**SKILL.md** – Core psake fundamentals covering command syntax, task definitions, dependencies, and troubleshooting patterns. This ensures your AI assistant understands the basics before diving into more complex scenarios. **PowerShell Modules Reference** – Detailed guidance on using PowerShellBuild for module development workflows, including task patterns, build configurations, and testing integration. -**Build Types Reference** – Practical patterns for .NET, Node.js, and Docker builds, providing Claude with real-world examples for different project types. +**Build Types Reference** – Practical patterns for .NET, Node.js, and Docker builds, providing real-world examples for different project types. **Advanced Reference** – Coverage of sophisticated topics like dynamic task generation, custom logging implementations, and CI/CD pipeline integration. -## What Can Claude Do With This Skill? +## What Can AI Assistants Do With This Skill? -Once you've loaded the psake skill, Claude can assist with tasks like: +Once you've loaded the psake skill, your AI assistant can help with tasks like: - Building complete psakefiles with integrated Pester testing frameworks - Establishing build configurations for .NET solutions and PowerShell modules @@ -59,15 +61,30 @@ Once you've loaded the psake skill, Claude can assist with tasks like: ## Getting Started +The psake Agent Skill works with multiple AI platforms thanks to the open Agent Skills standard. + +### Using with Claude + 1. Visit the [psake-llm-tools repository](https://github.com/psake/psake-llm-tools) 2. Download the `psake.skill` file from the releases section 3. Upload it to Claude through the skills interface 4. Start building with AI-assisted psake expertise -## Community Contributions Welcome +### Using with GitHub Copilot + +1. Download the `psake.skill` file from the [repository](https://github.com/psake/psake-llm-tools) +2. Follow the [VS Code instructions for using shared skills](https://code.visualstudio.com/docs/copilot/customization/agent-skills#_use-shared-skills) +3. Configure the skill in your workspace or user settings +4. Access psake expertise directly in your editor + +The same skill file works across both platforms, making it easy to maintain consistent AI assistance regardless of which tool you prefer. + +## Open Standard, Open Source + +By building on the [Agent Skills](https://agentskills.io/) open standard, we ensure that psake expertise is portable across AI platforms. As more tools adopt this standard, your investment in configuring the psake skill will continue to pay dividends across your entire development toolchain. -The psake-llm-tools repository is open source and welcomes community contributions. If you have patterns, examples, or improvements that would benefit other developers using psake with Claude, we'd love to see your pull requests. +The psake-llm-tools repository is open source and welcomes community contributions. If you have patterns, examples, or improvements that would benefit other developers using psake with AI assistants, we'd love to see your pull requests. -Whether you're new to psake or a seasoned automation expert, the Claude skill can help streamline your workflow and provide intelligent guidance when you need it most. Give it a try and let us know what you think! +Whether you're new to psake or a seasoned automation expert, the psake Agent Skill can help streamline your workflow and provide intelligent guidance when you need it most. Give it a try and let us know what you think! Check out the project at [github.com/psake/psake-llm-tools](https://github.com/psake/psake-llm-tools). From cb4efe7fbaac7de026496c6776f694d893cb043c Mon Sep 17 00:00:00 2001 From: Gilbert Sanchez Date: Tue, 27 Jan 2026 18:01:18 -0800 Subject: [PATCH 3/5] Change publication date for psake Agent Skill post Updated the publication date for the psake Agent Skill article. Signed-off-by: Gilbert Sanchez --- blog/2026-01-22-introducing-psake-claude-skill.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2026-01-22-introducing-psake-claude-skill.md b/blog/2026-01-22-introducing-psake-claude-skill.md index b71dc8a..0de5c9a 100644 --- a/blog/2026-01-22-introducing-psake-claude-skill.md +++ b/blog/2026-01-22-introducing-psake-claude-skill.md @@ -1,7 +1,7 @@ --- title: Introducing the psake Agent Skill description: Enhance your AI-assisted development with the new psake Agent Skill—bringing intelligent build automation guidance to Claude, GitHub Copilot, and other AI coding assistants. -date: 2026-01-22T18:00:00.000Z +date: 2026-01-27T18:00:00.000Z slug: introducing-psake-agent-skill authors: - heyitsgilbert From 4890c5412f0acd9f2a4911ed3890d11a40f1085b Mon Sep 17 00:00:00 2001 From: Gilbert Sanchez Date: Tue, 27 Jan 2026 18:04:38 -0800 Subject: [PATCH 4/5] Add new blog post introducing Psake Claude skill Signed-off-by: Gilbert Sanchez --- ...aude-skill.md => 2026-01-27-introducing-psake-claude-skill.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename blog/{2026-01-22-introducing-psake-claude-skill.md => 2026-01-27-introducing-psake-claude-skill.md} (100%) diff --git a/blog/2026-01-22-introducing-psake-claude-skill.md b/blog/2026-01-27-introducing-psake-claude-skill.md similarity index 100% rename from blog/2026-01-22-introducing-psake-claude-skill.md rename to blog/2026-01-27-introducing-psake-claude-skill.md From d872cb03443cb7e4c0d108936ed6a53dae744095 Mon Sep 17 00:00:00 2001 From: Gilbert Sanchez Date: Tue, 27 Jan 2026 18:05:19 -0800 Subject: [PATCH 5/5] Rename 2026-01-27-introducing-psake-claude-skill.md to 2026-01-27-introducing-psake-agent-skill.md Signed-off-by: Gilbert Sanchez --- ...laude-skill.md => 2026-01-27-introducing-psake-agent-skill.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename blog/{2026-01-27-introducing-psake-claude-skill.md => 2026-01-27-introducing-psake-agent-skill.md} (100%) diff --git a/blog/2026-01-27-introducing-psake-claude-skill.md b/blog/2026-01-27-introducing-psake-agent-skill.md similarity index 100% rename from blog/2026-01-27-introducing-psake-claude-skill.md rename to blog/2026-01-27-introducing-psake-agent-skill.md