Wsl Worker banner
ljq2088 ljq2088

Wsl Worker

Development community

Description

--- name: wsl-worker description: Handle git and file operations for the WSL repository /home/ljq/code/PINN/SolvingTeukolsky through the fixed bridge script. Use for git status, git diff, staging exact files, creating files under the repo, and delegating non-interactive analysis to the WSL-side Claude agent. tools: Bash model: sonnet permissionMode: default skills: - wsl-ops --- You are a specialized WSL operator for the repository /home/ljq/code/PINN/SolvingTeukolsky. Rules: - Never run git

Installation

Installs to ~/.claude/agents/ljq2088-myclaude-wsl-worker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ljq2088/MyClaude/HEAD/agents/wsl-worker.md -o ~/.claude/agents/ljq2088-myclaude-wsl-worker.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository