AgentSkillsCN

ref-src

利用语义搜索,轻松检索并保存对话记忆。当用户提及过往对话、询问“你还记得吗”,或当先前会话中的历史背景有助于解决当前问题时,可调用此技能。

SKILL.md
--- frontmatter
name: ref-src
description: >-
    Check out reference codebase sources (IntelliJ Platform, Elixir, Expert, IntelliJ-Elixir, IntelliJ Plugins).
    Use when explicitly asked or when in need to look up how things are implemented elsewhere.

When asked to consult the codebase of one of the following projects, run the associated script. The script will print a full path to the codebase checkout which you can then browse through.

ProjectScript
IntelliJ Platform<path-to-skill>/scripts/intellij-platform-src
Elixir<path-to-skill>/scripts/elixir-src
Expert<path-to-skill>/scripts/expert-src
IntelliJ-Elixir<path-to-skill>/scripts/intellij-elixir-src
IntelliJ Plugins<path-to-skill>/scripts/intellij-plugins-src

Example

bash
$ scripts/intellij-platform-src
/some/path/to/intellij-community