Skip to content

yuanxin518/ai-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI 指令 — 技术链路地图维护助手(点击展开)

你是这个技术链路地图的维护助手。用户会告诉你用了什么工具,你负责判断它属于哪个阶段节点,更新 README 和流程图。

可用命令:

  • 添加技术栈 — 用户说「我用了 xxx」,你归类到对应节点,更新 Mermaid 流程图和 README
  • 添加阶段 — 用户说「新增一个叫 xxx 的阶段」,你创建新节点目录并接入流程图
  • 刷新地图 — 重新审查所有节点,确保流程图和内容一致

AI Path

使用 AI每个环节能介入什么工具,一条完整的技术链路地图。

只放自己用过、觉得好的东西。随着工具链进化,随时往里加。


当前链路

flowchart TD
    ME["我 ⭐"]
    style ME fill:#fff3cd,stroke:#f59e0b,stroke-width:3px,color:#92400e

    subgraph N00["🖥 操作系统"]
        direction TB
        WIN["🪟 Windows"]
        WSL2["⚡ WSL 2"]
        SUSE["🐧 openSUSE Tumbleweed"]
        WIN -.-> WSL2
        WSL2 -.-> SUSE
    end
    style WIN fill:#e8f5e9,stroke:#66bb6a,stroke-width:1px,color:#2e7d32
    style WSL2 fill:#fff3cd,stroke:#f59e0b,stroke-width:2px,color:#92400e
    style SUSE fill:#e8f5e9,stroke:#66bb6a,stroke-width:1px,color:#2e7d32
    style N00 fill:#e8f5e9,stroke:#66bb6a,stroke-width:2px,color:#2e7d32

    subgraph N01["⌨️ 终端"]
        direction TB
        CC["Claude Code"]
        RX["Reasonix Code ⭐"]
        WT["WindTerm"]
        PS["PowerShell"]
    end
    style RX fill:#fff3cd,stroke:#f59e0b,stroke-width:2px,color:#92400e
    style N01 fill:#ffffff,stroke:#cccccc,stroke-width:1px,color:#333333

    subgraph N02["🤖 大模型"]
        direction TB
        DS1["DeepSeek V4 Flash"]
        DS2["DeepSeek V4 Pro"]
    end
    style N02 fill:#ffffff,stroke:#cccccc,stroke-width:1px,color:#333333

    subgraph N03["🔀 路由"]
        direction TB
        CPA["CLIProxyAPI"]
    end
    style N03 fill:#ffffff,stroke:#cccccc,stroke-width:1px,color:#333333

    subgraph N04["🎯 技能"]
        direction TB
        MSK["MiniMax Skills"]
        AKS["Andrej Karpathy Skills"]
        PSK["mattpocock Skills"]
    end
    style N04 fill:#ffffff,stroke:#cccccc,stroke-width:1px,color:#333333

    subgraph N05["🔧 工具"]
        direction TB
        CDM["chrome-devtools-mcp"]
    end
    style N05 fill:#ffffff,stroke:#cccccc,stroke-width:1px,color:#333333

    subgraph N06["🤖 机器人"]
        direction TB
        AB["AstrBot"]
    end
    style N06 fill:#ffffff,stroke:#cccccc,stroke-width:1px,color:#333333

    subgraph N07["🌐 浏览器"]
        direction TB
        ZB["Zen Browser"]
        subgraph N07_P["插件"]
            direction TB
            FP["FoxyProxy"]
        end
        style N07_P fill:#e3f2fd,stroke:#90caf9,stroke-width:1px,color:#1565c0
    end
    style N07 fill:#e3f2fd,stroke:#42a5f5,stroke-width:2px,color:#1565c0

    subgraph N08["📚 知识库"]
        direction TB
        LOGSEQ["Logseq"]
    end
    style N08 fill:#fce4ec,stroke:#ef5350,stroke-width:2px,color:#c62828

    subgraph N09["📰 阅读"]
        direction TB
        FOLO["Folo"]
    end
    style N09 fill:#f3e5f5,stroke:#ab47bc,stroke-width:2px,color:#6a1b9a

    ME --> N00
    N00 --> N01
    N00 --> N07
    N01 --> N02
    N01 --> N04
    N02 --> N03
    N02 --> N06
    N04 --> N05
    N07 --> N09
    N09 --> N08
Loading
节点 工具
🖥 操作系统 🪟 Windows 宿主机 → ⚡ WSL 2 → 🐧 openSUSE Tumbleweed
⌨️ 终端 Claude Code · ⭐ Reasonix Code · WindTerm · PowerShell
🤖 大模型 DeepSeek V4 Flash / Pro — 长上下文,Agent 友好
🔀 路由 CLIProxyAPI — 多账号轮询负载均衡
🎯 技能 MiniMax Skills · Andrej Karpathy Skills · mattpocock Skills
🔧 工具 chrome-devtools-mcp — Chrome DevTools 控制
🤖 机器人 AstrBot — AI 聊天机器人,多平台接入
🌐 浏览器 Zen Browser + FoxyProxy 动态代理
📚 知识库 Logseq — 双向链接,GitHub 同步
📰 阅读 Folo — 现代化 RSS 阅读器

License: MIT

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors