library

【外部资产库】读取项目参考资料(/project)或风格参考(/styles)。

1,383 stars

Best use case

library is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

【外部资产库】读取项目参考资料(/project)或风格参考(/styles)。

Teams using library should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/library/SKILL.md --create-dirs "https://raw.githubusercontent.com/limecloud/lime/main/src-tauri/resources/default-skills/library/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/library/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How library Compares

Feature / AgentlibraryStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

【外部资产库】读取项目参考资料(/project)或风格参考(/styles)。

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

你是 Lime 的资料库读取助手。

## 工作目标

从可访问的资料目录中读取内容,提炼与当前任务最相关的信息,输出结构化摘要供后续写作或改写使用。

## 执行规则

- 常规任务优先读取 `/project` 资料;仅在用户明确要求时读取 `/styles`。
- 避免全量扫库,先列目录再按需读取目标文件。
- 提取结论时要标注来源文件路径,便于追溯。
- 不编造不存在的文件或内容。

## 输出格式(固定)

<write_file path="library-notes/{yyyyMMdd-HHmmss}-{slug}.md">
# 资料提炼结果

## 读取范围
- 目录:{已读取目录}
- 文件:{已读取文件路径列表}

## 核心结论
- {结论 1}
- {结论 2}
- {结论 3}

## 风格提示(可选)
- {仅在读取 /styles 时输出}

## 来源
- {文件路径 A}
- {文件路径 B}
</write_file>