{
  "name": "shikigami-acn",
  "version": "2.0.0",
  "description": "GitHub Copilot Agent Skills for Deep Research with Accenture Consulting Frameworks",
  "keywords": [
    "github-copilot",
    "agent-skills",
    "deep-research",
    "consulting",
    "accenture",
    "frameworks",
    "ai-assistant",
    "hallucination-prevention",
    "dx-strategy",
    "value-creation",
    "zbb",
    "business-analysis",
    "mcp",
    "duckduckgo",
    "brave-search",
    "searxng",
    "pdf-parsing",
    "web-search"
  ],
  "author": "nahisaho",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nahisaho/SHIKIGAMI-ACN.git"
  },
  "homepage": "https://github.com/nahisaho/SHIKIGAMI-ACN#readme",
  "bugs": {
    "url": "https://github.com/nahisaho/SHIKIGAMI-ACN/issues"
  },
  "bin": {
    "shikigami": "scripts/cli.js",
    "shikigami-init": "scripts/init.js"
  },
  "scripts": {
    "postinstall": "node ./scripts/postinstall.js"
  },
  "files": [
    ".github/skills/",
    ".github/prompts/",
    ".vscode/",
    "mcp-server/src/",
    "mcp-server/package.json",
    "mcp-server/package-lock.json",
    "mcp-server/tsconfig.json",
    "mcp-server/README.md",
    "mcp-server/shikigami.config.example.yaml",
    "AGENTS.md",
    "README.md",
    "CHANGELOG.md",
    "scripts/"
  ],
  "engines": {
    "vscode": "^1.80.0"
  },
  "categories": [
    "AI",
    "Research",
    "Productivity"
  ],
  "copilot": {
    "skills": [
      ".github/skills/shikigami-planner/SKILL.md",
      ".github/skills/shikigami-deep-research/SKILL.md",
      ".github/skills/shikigami-consulting-framework/SKILL.md",
      ".github/skills/shikigami-writing/SKILL.md"
    ],
    "prompts": [
      ".github/prompts/shikigami-purpose-discovery.prompt.md",
      ".github/prompts/shikigami-deep-research.prompt.md",
      ".github/prompts/shikigami-framework-analysis.prompt.md",
      ".github/prompts/shikigami-report-writing.prompt.md",
      ".github/prompts/shikigami-full-research.prompt.md"
    ],
    "capabilities": {
      "deepResearch": true,
      "consultingFrameworks": true,
      "hallucinationPrevention": true,
      "multiSourceSynthesis": true,
      "citationManagement": true
    }
  }
}
