{
  "name": "nates-toolkit",
  "version": "0.3.2",
  "description": "Standalone, project-agnostic utility skills with no workflow lock-in — plain-language re-explanation (plainspeak), agent self-reflection on tool & skill usage (agent-reflection), and skill authoring + quality auditing (write-tool-skill, skill-auditor), and scaffolding an agent-driven personal work tracker (worklog-bootstrap).",
  "author": {
    "name": "nklisch"
  },
  "repository": "https://github.com/nklisch/skills",
  "license": "MIT",
  "skills": "./skills/",
  "interface": {
    "displayName": "Nate's Toolkit",
    "shortDescription": "Standalone utility skills, no workflow lock-in",
    "longDescription": "A grab-bag of project-agnostic utility skills that stand on their own: plainspeak re-renders the last thing said in vivid plain language; agent-reflection audits how the agent's own tools and skills performed in a session; write-tool-skill authors distributable skills for external tools and CLIs; skill-auditor audits skill quality against type-specific rubrics; worklog-bootstrap interviews a user about one job's tool stack and generates a self-contained, agent-driven personal work-tracking repo.",
    "developerName": "nklisch",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write",
      "Bash",
      "WebSearch",
      "WebFetch"
    ],
    "defaultPrompt": [
      "Use nates-toolkit for standalone utility work such as skill authoring, skill auditing, agent reflection, or plain-language re-explanation."
    ],
    "websiteURL": "https://github.com/nklisch/skills"
  }
}
