https://github.com/psake/psake-llm-tools
Skills, instructions, and other types of files that may help with LLM usage.
https://github.com/psake/psake-llm-tools
claude-skills
Last synced: 5 months ago
JSON representation
Skills, instructions, and other types of files that may help with LLM usage.
- Host: GitHub
- URL: https://github.com/psake/psake-llm-tools
- Owner: psake
- License: mit
- Created: 2025-12-27T23:39:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-12-28T00:16:14.000Z (5 months ago)
- Last Synced: 2026-01-13T22:58:58.437Z (5 months ago)
- Topics: claude-skills
- Homepage: https://psake.dev
- Size: 19.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# psake LLM Tools
This will be a collection of tools/files that can be used with different LLM
agents. Contributions are welcome!
## psake Skill
A Claude skill for [psake](https://psake.dev), the PowerShell build automation tool.
## Installation
Download `psake.skill` from the [releases page](https://github.com/psake/psake-llm-tools/releases) and upload it to Claude.
### What's Included
- **SKILL.md** - Core psake patterns, commands, and troubleshooting
- **references/powershell-modules.md** - PowerShellBuild module for PS module development
- **references/build-types.md** - .NET, Node.js, Docker build patterns
- **references/advanced.md** - Dynamic tasks, custom logging, CI/CD integration
### Usage Examples
Ask Claude to:
- "Create a psakefile for my PowerShell module with Pester tests"
- "Help me set up a psake build for my .NET solution"
- "Generate a psakefile that creates tasks dynamically from a config file"
- "Add CI/CD integration to my existing psakefile"
### Development
#### Running Tests
There's not a good framework for testing skills yet. For now, please follow the
instructions in [testing document](TESTING.md).
## License
MIT