skills/go-read/SKILL.md
--- id: go-read name: Go read description: Read and list from the filesystem only. Commands: ls, cd, pwd, cat, less, du. Use for listing directories, disk usage, showing file contents, resolving paths. Enable in config (skills.enabled). --- # Go read Read-only filesystem commands. Enable **go-read** in configuration (`skills.enabled`) to list dirs and read files. Call `run_skill` with **skill: "go-read"**. Set **command** or **arguments.action** to the command name. Set **arguments.argv** to
npx skillsauth add bishwashere/cowcode skills/go-readInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Read-only filesystem commands. Enable go-read in configuration (skills.enabled) to list dirs and read files.
Call run_skill with skill: "go-read". Set command or arguments.action to the command name. Set arguments.argv to an array of arguments (e.g. paths, flags).
["-la"], ["-la", "~/Downloads"]["/path"]. Returns the resolved path.[]["/path/to/file"]["/path/to/file"] or with flags["-sh", "."], ["-d", "1", "path"]Use when the user asks to list a directory, show disk usage (du), show file contents (cat/less), or resolve a path. Prefer read skill for reading with line ranges; use go-read for "list files", "what's in Downloads", "cat this file", "how big is this folder", etc.
List Downloads:
run_skill with skill: "go-read", arguments: { command: "ls", argv: ["-la", "~/Downloads"] }
go_read_run
description: Run a read-only filesystem command. command: ls, cd, pwd, cat, less, or du. argv: array of args.
parameters:
command: string
argv: array
cwd: string
testing
Bridge conversation to dashboard Projects and Missions — list configured projects, register new ones with setup details, health-check, propose tasks, create missions after user approval, log progress, and update task status. Use when the user wants to work on, track, or manage a project.
testing
Scan linked teammates and score who best fits a user request. Returns ranked agents with relevance scores, reasoning, and a recommendation (delegate, handle-in-main, adapt, or create-new). Call when the topic does not clearly match your active skills or before deciding whether to delegate.
tools
Gmail integration. List, read, search, send, reply, archive, trash, mark-read emails. Natural language commands like "clear my inbox" or "summarize unread". Requires gog CLI authenticated with Gmail.
documentation
GitHub integration. Read repos, list/read issues and PRs, create branches, post comments, create PRs. Requires GitHub token in ~/.pasture/secrets.json or GITHUB_TOKEN env var.