windows-compatibility Skill
Cross-platform path handling and command patterns Published by microsoft in frontier-agentic-devops-rvas.
Decision snapshot
Is this a fit?
Writing, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
2 months ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
What is windows-compatibility Skill?
Cross-platform path handling and command patterns Published by microsoft in frontier-agentic-devops-rvas. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Declared skill metadata
- Source file: .squad/templates/skills/windows-compatibility/SKILL.md
Compatibility and setup
- Install or run with Copy skill directory
When to use windows-compatibility Skill
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/frontier-agentic-devops-rvas
- Skill file: .squad/templates/skills/windows-compatibility/SKILL.md
What it does
Cross-platform path handling and command patterns
Skill instructions
Context Squad runs on Windows, macOS, and Linux. Several bugs have been traced to platform-specific assumptions: ISO timestamps with colons (illegal on Windows), git -C with Windows paths (unreliable), forward-slash paths in Node.js on Windows. Patterns Filenames & Timestamps - Never use colons in filenames: ISO 8601 format 2026-03-15T05:30:00Z is illegal on Windows - Use safeTimestamp() utility: Replaces colons with hyphens → 2026-03-15T05-30-00Z - Centralize formatting: Don't inline .toISOString().replace(/:/g, '-') — use the utility Git Commands - Never use git -C {path}: Unreliable with Windows paths (backslashes, spaces, drive letters) - Always cd first: Change directory, then run git commands - Check for changes before commit: git diff --cached --quiet (exit 0 = no changes) Commit Messages - Never embed newlines in -m flag: Backtick-n (\n) fails silently in PowerShell - Use temp file + -F flag: Write message to file, commit with git commit -F $msgFile Paths - Never assume CWD is
Verified compatibility and discovery
Frequently asked questions
What is windows-compatibility?
windows-compatibility is a open-source AI agent skill with Copy skill directory. Cross-platform path handling and command patterns
Who is windows-compatibility best for?
windows-compatibility is best for reusing agent instructions, scripts, and references, writing workflows.
How do I install windows-compatibility?
Install or run windows-compatibility using Copy skill directory. Check windows-compatibility for the latest setup command.
Is windows-compatibility actively maintained?
windows-compatibility may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.