skills/me/SKILL.md
Build a profile of what Pasture Protocol knows about the user from MEMORY.md, memory/*.md, dashboard Projects tracker, and recent chat logs. Use when the user asks "what do you know about me?", "what projects do I have?", "what have you learned about me?", "summarize what you know about me", or similar.
npx skillsauth add bishwashere/cowcode MeInstall 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.
Builds a profile of what Pasture Protocol knows about the user and presents it in a human-friendly format.
Call run_skill with skill: "me" when the user asks things like:
No arguments are required. The skill reads MEMORY.md, memory/*.md, the dashboard Projects tracker, and recent chat logs (today, yesterday, and the last few days), then returns a concise, human-readable profile.
projects.db).Always reply in natural language only. Do not use numbered sections (e.g. "1) Basics"), bullet points, or lists. Turn the profile into a few short, conversational sentences (e.g. "I know your name is Bishwas. You mentioned it snowed on 2026-02-23. We've been talking about thermostat and Home Assistant lately, and you have a few active reminders."). Keep it friendly and flowing, not structured or list-like.
Use this whenever the user wants to see their profile or what the system knows about them.
me_profile
description: Build a profile of what Pasture Protocol knows about the user from MEMORY.md, memory/*.md, and recent chat logs. No parameters.
tools
Policy-gated command execution for package managers, project generators, build/test scripts, dev servers, and one-off CLIs. Disabled by default; add "exec" to skills.enabled to expose it. Prefer go-read/go-write for stable filesystem primitives.
data-ai
Plain HTTP fetch (GET/POST/etc.) for JSON or text endpoints, including localhost / LAN / Pasture's own dashboard. Use this instead of browse for non-rendered URLs.
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.
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.