Skip to content
Skillv1.0.0

windows-dotfiles

Windows dotfiles repo managing Windows Terminal and PowerShell 7 configuration.

by jdawsondev(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from jdawsondev/windows-dotfiles (AGENTS.md). Install upstream with npx skills add jdawsondev/windows-dotfiles. Copyright stays with the author.

CLAUDE.md

Windows dotfiles repo managing Windows Terminal and PowerShell 7 configuration.

Structure

  • windows-terminal/settings.json — Windows Terminal config (keybindings, profiles, appearance)
  • powershell/Microsoft.PowerShell_profile.ps1 — PowerShell 7 profile (aliases, prompt, shell functions)
  • install.ps1 — Symlink installer (requires Admin)

Conventions

  • Config files live in their named subdirectory and get symlinked to system paths via install.ps1
  • Windows Terminal keybindings use vim-style navigation (ctrl+hjkl)
  • Split panes use splitMode: duplicate to inherit the working directory
  • The PowerShell prompt emits OSC 9;9 so Windows Terminal tracks the current directory
  • Commit messages are imperative, short, and describe the "why"

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/jdawsondev-windows-dotfiles-windows-dotfiles/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

jdawsondev-windows-dotfiles-windows-dotfiles.ocm.jsonjson
{
  "ocm": "1",
  "id": "jdawsondev-windows-dotfiles-windows-dotfiles",
  "kind": "skill",
  "name": "windows-dotfiles",
  "description": "Windows dotfiles repo managing Windows Terminal and PowerShell 7 configuration.",
  "publisher": "jdawsondev",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Windows dotfiles repo managing Windows Terminal and PowerShell 7 configuration."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/jdawsondev/windows-dotfiles",
      "path": "AGENTS.md",
      "ref": "3a7a348be545e1b1ffc93037267f88388a0264e6",
      "url": "https://github.com/jdawsondev/windows-dotfiles/blob/3a7a348be545e1b1ffc93037267f88388a0264e6/AGENTS.md",
      "key": "jdawsondev/windows-dotfiles/AGENTS.md"
    }
  },
  "instructions": "# CLAUDE.md\n\nWindows dotfiles repo managing Windows Terminal and PowerShell 7 configuration.\n\n## Structure\n\n- `windows-terminal/settings.json` — Windows Terminal config (keybindings, profiles, appearance)\n- `powershell/Microsoft.PowerShell_profile.ps1` — PowerShell 7 profile (aliases, prompt, shell functions)\n- `install.ps1` — Symlink installer (requires Admin)\n\n## Conventions\n\n- Config files live in their named subdirectory and get symlinked to system paths via `install.ps1`\n- Windows Terminal keybindings use vim-style navigation (ctrl+hjkl)\n- Split panes use `splitMode: duplicate` to inherit",
  "cost": {
    "context_tokens": 193
  }
}

Fetch it by URL: GET /api/v1/registry/jdawsondev-windows-dotfiles-windows-dotfiles/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.