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.
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.