skills/core/SKILL.md
--- id: core name: Core description: Core shell commands (always available): ls, cd, pwd, cat, less, du, cp, mv, rm, touch, chmod, mkdir, rsync (local filtered copy). Use for listing dirs, disk usage, reading files, copying, moving, deleting, creating dirs/files, and permissions. No need to enable-always installed. --- # Core commands Built-in shell commands. **Always available** - no need to enable in config. Call `run_skill` with **skill: "core"**. Set **command** or **arguments.action** to
npx skillsauth add bishwashere/cowcode skills/coreInstall 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.
Built-in shell commands. Always available - no need to enable in config.
Call run_skill with skill: "core". Set command or arguments.action to the command name. Set arguments.argv to an array of arguments (e.g. paths, flags).
["-la"], ["-la", "/path"]["/path"]. Returns the resolved path.[]["/path/to/file"]["/path/to/file"] or with flags["-sh", "."], ["-d", "1", "path"]["source", "dest"] or ["-r", "source", "dest"]. Recursive directory copies skip node_modules, .git, .cursor, root-level verify/, typical caches/build outputs, etc., unless the user explicitly wants a full clone-then use fullCopy: true in arguments or --pasture-full-copy as the first argv entry.["source", "dest"]["path"] or ["-r", "path"]["path"]["755", "file"] or ["+x", "file"]["path"] or ["-p", "a/b/c"]rsync: local copy with -a/-av/-n and --exclude=PATTERN rules, then source and destination. Use when the user needs to skip media files, caches by name, or other globs anywhere in the tree.cp when true.Use when the user asks to list a directory, disk usage (du), read a file (cat/less), copy/move/delete files, create a file (touch) or directory (mkdir), or change permissions (chmod). Prefer read skill for reading file contents with line ranges; use core cat/less when the user says "cat", "show file", or "list directory" (ls).
List workspace:
run_skill with skill: "core", arguments: { command: "ls", argv: ["-la"] }
Read a file: arguments: { command: "cat", argv: ["~/.pasture/config.json"] }
development
--- id: mongodb name: MongoDB description: Read-only MongoDB queries against project-configured databases. Actions: query (find docs), aggregate (pipeline), stats (counts + date range), project_health (pre-built NextPost AI analytics summary). URI and collection hints come from the dashboard Projects → Connectors panel. --- # MongoDB Run **read-only** queries against a project's MongoDB database using the URI and collection hints stored in the dashboard **Projects → Connectors** panel. ## Whe
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.