{
  "name": "@rushdb/skills",
  "description": "Agent Skills for RushDB — teach AI agents to query, model data, and use RushDB as persistent memory",
  "keywords": [
    "agentskills",
    "agent-skills",
    "rushdb",
    "mcp",
    "ai-agents",
    "ai-memory",
    "graph-database",
    "knowledge-graph",
    "llm",
    "claude",
    "copilot",
    "cursor"
  ],
  "license": "Apache-2.0",
  "version": "2.12.0",
  "files": [
    "rushdb-query-builder",
    "rushdb-agent-memory",
    "rushdb-memory-adapter",
    "rushdb-data-modeling",
    "rushdb-faceted-search",
    "rushdb-domain-template",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/rush-db/rushdb"
  },
  "homepage": "https://rushdb.com",
  "publishConfig": {
    "access": "public"
  }
}