academic-paper-reviewe…
Simulates academic peer review, evaluating papers across Originality, Methodology, Results, and Writing to provide Major/Minor Revision recommendations with…
Generate professional primary market / venture capital industry research reports, including sector deep-dives, investment memos, and market analysis. Produces detailed PDF reports covering TMT, consumer, healthcare, and industrials. Triggered by requests to analyze an industry,
$ npx -y skills add zebbern/claude-code-guide --skill vc-industry-research --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/vc-industry-researchContext preview
The summary Claude sees to decide when to auto-load this skill.
Generate professional primary market / venture capital industry research reports, including sector deep-dives, investment memos, and market analysis. Produces detailed PDF reports covering TMT, consumer, healthcare, and industrials. Triggered by requests to analyze an industry,
name: vc-industry-research description: "Generate professional primary market / venture capital industry research reports, including sector deep-dives, investment memos, and market analysis. Produces detailed PDF reports covering TMT, consumer, healthcare, and industrials. Triggered by requests to analyze an industry, create a market report, write a sector deep-dive, or generate any PE/VC-style research document in Chinese or English."
Generate professional industry research reports in an institutional primary-market (PE/VC) research style.
**Default output**: PDF. If user explicitly requests DOCX or PPTX, honor that request.
1. **Understand the research scope** from user query: target industry, sub-topics, depth, page count 2. **Determine report style** based on user preference or task context:
3. **Plan content structure** using the appropriate structure contract (see references) 4. **Research and gather data** using web search and data source tools as needed 5. **Review investment & financing history** for the sector: search for key funding rounds, deal sizes, lead investors, IPO/exit events, and capital flow trends in the target industry. Sources include Crunchbase, PitchBook, CB Insights, IT桔子, 烯牛数据, and public deal announcements 6. **Generate the report** following the style and structure contracts precisely 7. **Review for completeness**: ensure all exhibits are numbered, sources cited, and formatting consistent
Choose the report style based on context:
| Indicator | Use Style A (Deep Discussion) | Use Style B (Traditional) | |-----------|------------------------------|---------------------------| | Sector | TMT, AI, Software, SaaS | Consumer, Healthcare, Industrials, Materials | | Tone | Opinion-forward, thesis-driven | Data-driven, objective | | Charts | Moderate (native charts, benchmark tables for AI research) | Dense (pie charts, bar charts, line charts) | | TOC | No | Yes, with 3-level hierarchy + dot-leaders + page numbers | | Chapter numbers | 01, 02, 03... in red/dark-red | 1, 1.1, 1.2, 2.1... in black | | Page count | 15-25 pages typical | 30-60 pages typical |
For detailed style rules, see [references/style_contract.md](references/style_contract.md).
Two primary structure patterns are available. See [references/structure_contract.md](references/structure_contract.md) for full details.
Cover Page: [White background] [Institution logo (top-right): icon + institution name (bilingual)] [Main title: bold KaiTi, left-aligned, large, dark-red accent underline] [Author line: "Cr.: [Author Name]"] [Date line: "Date: YYYY-Mon"] [QR code (right side)] Executive Summary (~1 page) [Bordered/quoted paragraph block] 01 [Chapter Title] [Section Heading in red/dark-red KaiTi] [Subsection Heading in red/dark-red KaiTi]
Cover Page: [White background, ultra-minimal] [Full title: centered, KaiTi, large] [Institution logo: centered below title] [Institution name: centered below logo] [Date: centered, bottom area (YYYY.MM format)] Table of Contents (page 2-3) [Title "目录": centered, large character spacing] [1 [Main Chapter]..................p3] [ 1.1 [Section]...................p3] Content Pages: [Header: report title centered + horizontal rule below] [Footer: page number]
Claude Code Guide - Setup, Commands, workflows, agents, skills & tips-n-tricks from beginner to power user!
Repo: zebbern/claude-code-guide
Simulates academic peer review, evaluating papers across Originality, Methodology, Results, and Writing to provide Major/Minor Revision recommendations with…
This skill should be used when the user asks to "attack Active Directory", "exploit AD", "Kerberoasting", "DCSync", "pass-the-hash", "BloodHound enumeration",…
This skill should be used when the user asks to "test API security", "fuzz APIs", "find IDOR vulnerabilities", "test REST API", "test GraphQL", "API…
Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface…
Interactive system flow tracing across CODE, API, AUTH, DATA, NETWORK layers with SQLite persistence and Mermaid export. Use for security audits, compliance…
Authentication patterns: session vs JWT vs OAuth comparison, provider selection (NextAuth, Clerk, Supabase Auth), security checklist, and common mistakes. Use…