npx claudepluginhub anzchy/analyst-pro-plugins --plugin analyst-ddIncrementally sync raw interview transcripts (per-person Markdown files) into a consolidated curated Q&A memo. Strictly additive — preserves existing Q&A, adds only missing items, keeps transcript wording verbatim. Trigger when the user asks to 整理 / 补充 / 扩写 / 继续 / 更新 访谈纪要, or to sync a final memo with raw transcripts.
<!-- Generated by analyst-pro-plugins/scripts/build-from-source.ts from ANALYST_PRO/electron/skills/tech-dd/SKILL.md. Do not edit directly. -->
Three Claude Code plugins for VC investment workflows, generated from AnalystPro's internal skills via a transformer:
| Plugin | Commands | Purpose |
|---|---|---|
analyst-deal | deal-analysis, memo, codex-polish-report, news-scan | Project triage → analysis → IC memo synthesis, market intel scanning |
analyst-dd | tech-dd, interview-notes-enricher | Hard-tech due diligence + interview-notes synthesis |
analyst-research | industry-research, enrich-report | Industry research + report enrichment from interview notes |
All three plugins are independent — install any one alone or all three. Each plugin's commands appear with its prefix:
/analyst-deal:deal-analysis 公司名
/analyst-dd:tech-dd 公司名
/analyst-research:industry-research 半导体先进封装
# 1. Add the marketplace to Claude Code
/plugin marketplace add anzchy/analyst-pro-plugins
# 2. Install one or more plugins
/plugin install analyst-deal@analyst-pro-marketplace
/plugin install analyst-dd@analyst-pro-marketplace
/plugin install analyst-research@analyst-pro-marketplace
All plugins use Jina AI CLI for web search and content extraction:
pip install jina-cli
# or: uv pip install jina-cli
export JINA_API_KEY=jina_xxxxxxxxxxxxxxxx
# Get a key at https://jina.ai/?sui=apikey
# Persist across shells:
echo 'export JINA_API_KEY=jina_xxxxxxxxxxxxxxxx' >> ~/.zshrc
For analyst-deal:codex-polish-report you also need Codex CLI:
npm install -g @openai/codex
codex login
Restart Claude Code after setup.
analyst-pro-plugins/
├── .claude-plugin/marketplace.json # marketplace manifest (3 plugins)
├── docs/
│ └── PLAN.md # design doc (full architecture)
├── scripts/ # transformer (TypeScript)
│ ├── translation-rules.ts # rules-as-data
│ ├── plugin-manifest.ts # which command goes in which plugin
│ ├── build-from-source.ts # main build entry
│ └── build-from-source.test.ts # vitest
├── analyst-deal/ # generated plugin (commands + knowledge)
├── analyst-dd/
├── analyst-research/
└── spike/ # Phase 0 spike artifacts (history)
The plugin command files and knowledge templates are generated from the AnalystPro source repo (../analyst-pro/) by scripts/build-from-source.ts. To regenerate after upstream changes:
npm install
npm run build:plugins # rebuild all 3 plugins
npm run build:plugins:plugin analyst-deal # rebuild just one
npm run build:plugins:check # dry-run, show diff
npm test # transformer unit tests
LICENSE*/knowledge/*.md): CC-BY-NC-4.0 (non-commercial use, attribution required) — see */knowledge/LICENSESee docs/PLAN.md § "Active design (Jina CLI)" for the implementation contract.
Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress
Share bugs, ideas, or general feedback.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.