{
  "markdown": "# Acrosstudio Skills Suite\n\nAcrosstudio's Claude skills for consulting delivery: engagement intake,\nMcKinsey-style strategy frameworks, and branded PPTX/XLSX deliverables.\nThe repo root is a Claude Code plugin; `skills/` is the single source of truth.\n\n## Skills\n\n- `acrosstudio-intake` — gathers the engagement brief (client, objective, scope,\n  constraints, known vs. unknown figures) before strategy work begins.\n- 13 `strat-*` strategy frameworks — `strat-situation-assessment`,\n  `strat-growth-barriers`, `strat-assumption-audit`, `strat-strategic-options`,\n  `strat-business-case`, `strat-pricing`, `strat-portfolio-review`,\n  `strat-operating-model`, `strat-initiative-prioritizer`,\n  `strat-transformation-roadmap`, `strat-narrative`, `strat-decision-memo`,\n  `strat-stakeholder-alignment` — each emitting a standalone analysis under a\n  shared output contract.\n- `acrosstudio-engagement` — orchestrator that chains the skills below into one\n  pipeline through an `engagement/` workspace.\n- `acrosstudio-pptx` — branded proposal / estimate / meeting-doc generator.\n\nTogether these run a full engagement: `acrosstudio-engagement` takes the\n`acrosstudio-intake` brief through the relevant `strat-*` analyses and into an\n`acrosstudio-pptx` deliverable, following an intake → strategy → deliverable\nflow.\n\n## Install\n\n### Claude Code\n\n```\n/plugin marketplace add Acrosstudio-ai/Acrosstudio_pptx_skills-public\n/plugin install acrosstudio-skills@acrosstudio\n```\n\n### claude.ai (web app)\n\nSkills run on the web app for Free, Pro, Max, Team, and Enterprise plans.\n\n1. **Enable code execution** — Free/Pro/Max: `Settings > Capabilities` → turn on\n   _Code execution and file creation_. Team/Enterprise: an org owner enables\n   _Code execution and file creation_ and _Skills_ under `Organization settings > Skills`.\n2. **Get a skill bundle** — download a `*.skill` (a ZIP of the skill folder) from\n   the latest [Release](../../releases), or run `npm run build` to produce\n   `dist/*.skill` locally. The ZIP must contain the skill folder at its root\n   (not a bare `SKILL.md`), and each skill's `name` must be lowercase letters,\n   numbers, and hyphens only.\n3. **Upload** — `Customize > Skills` → `+` → `+ Create skill` → _Upload a skill_,\n   then select the bundle. Toggle it on when you want it active.\n\nUploaded skills are private to your account; org-wide sharing needs a Team/Enterprise plan.\n\n### Agent SDK / Cursor / Codex / Gemini\n\nPoint the tool at this repo; skills are discovered under `skills/`.\n\n## Develop\n\n`npm run validate` · `npm test` · `npm run build` · `node scripts/bump-version.mjs <x.y.z>`\nSee `CLAUDE.md`.\n\n## Contributing / ローカルセットアップ\n\n### 前提条件\n\n- **Node.js 22 以上**（validate / build / test / prettier フックはすべて Node で動作します）\n- **Python + `pre-commit`**（git フック用）\n- **`npm install` は不要** — 依存パッケージ（dependencies / devDependencies）はなく、スクリプトは Node の標準モジュールのみを使用します\n\n### 手順\n\n```\n# 事前に Node 22+ と Python(+pip) を用意\npip install pre-commit      # pipx / brew でも可\npre-commit install          # git フックを .git/hooks に接続（クローンごとに毎回必要）\npre-commit run --all-files  # （任意）初回実行でフック環境を取得し、全体を検査\n```\n\n`pre-commit install` はクローンごとに一度実行してください。git フックは `.git/hooks/`\nに置かれ、クローンには含まれないためです。\n\n### 補足\n\n- **初回コミット（または `pre-commit run`）時はネットワークが必要**です。`prettier@3`\n  は `npx` が npm レジストリから取得し、`pre-commit-hooks` や `gitleaks` は pre-commit\n  が隔離環境にインストールします。\n- **gitleaks フック**は環境によってビルドに **Go ツールチェーン**が必要な場合があります。\n  インストールに失敗する場合はここが原因になりやすい箇所です。\n",
  "bytes": 3438,
  "sha": "5dbc8b344cc6b271dc2dd77d2691307238ed011b953b4d09a306eda8b181ee2e",
  "repo_slug": "acrosstudio-ai/acrosstudio_pptx_skills-public",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_acrosstudio_ai_acrosstudio_pptx_skills_p_00ed264c/readme"
}