AugmentClaude

Investment Analysis Report

Analyze investment opportunities by evaluating whether a project creates new order or merely shifts existing structures.

Installation

  1. Make sure Claude is on your device and in your terminal.

    Skills load from ~/.claude/skills/ when Claude Code starts up β€” so you need it on your machine first. If you don't have it yet, install it once with the command below, then run claude in any terminal to verify.

    One-time setup
    npm i -g @anthropic-ai/claude-code

    Already have it? Skip ahead.

  2. Paste into Claude Code or into your terminal.

    This copies the whole skill folder into ~/.claude/skills/ljg-invest-lijigang/ β€” the SKILL.md plus any scripts, reference docs, or templates the skill ships with. Safe default: works for every skill.

    Faster alternative (instruction-only skills)

    Skips the clone and grabs only the SKILL.md file. Don't use this if the skill ships Python scripts, reference markdowns, or asset templates β€” they won't be downloaded and the skill will fail when it tries to load them.

    Quick install (SKILL.md only)
    Sign up to copy
  3. Restart Claude Code.

    Quit and reopen Claude Code (or any other agent that loads from ~/.claude/skills/). New skills are picked up on startup.

  4. Just ask Claude.

    Skills auto-activate when your request matches the skill's description β€” no slash command needed. Trigger phrases live in the skill's own frontmatter; you can read them in the β€œWhat this skill does” section above.

Prefer to read the source first? Open on GitHub.

When Claude uses it

Use when analyzing an investment β€” evaluates whether a project creates new order or merely shifts existing structures, and writes the analysis as a report.

What this skill does

This skill writes an investment analysis report that answers a single question about any project: is this thing creating new order, or just moving existing order around? It is built on Li Jigang's framing that wealth is not money but organized value that people want β€” money only measures it β€” so investing means trading the order you hold for a better order-generating machine. The report deliberately asks different questions than market convention: not "what is this company worth" but "does this machine actually run"; not "how big is the market" but "what outdated label is the market using to see it."

What it does

  • Defines the track in its own words β€” a summary table (project, stage, funding, key data) plus a one-line definition of what the company really does, never the market's label
  • Runs the order-machine verdict, the heart of the report β€” is the flywheel turning (more users β†’ more data β†’ better product), and did past shocks make the machine weaker or stronger
  • Weighs the trade β€” what you give up, what you get back, and who ends up smarter after the exchange
  • Sizes sections by substance β€” blocks with real material get depth; empty ones get a sentence or are skipped, because the report serves judgment, not completeness

How to use it

Hand it anything that describes a project β€” a company name, pitch deck, write-up, or conversation notes. For well-known companies the name alone is enough: it pulls current financials and industry data through research tools rather than writing from stale impressions.

Note: this skill's internal instructions are written in Chinese. Claude reads them natively and will work with you in English.

Related skills