define-category

仓库创建 2026年6月6日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

方便维护项目级持久记忆分类,提高检索相关性与可重用性。

这个 Skill 做什么

用于创建或调整 RECALL 记忆分类与检索权重的技能与配置操作。

用来创建或调整 RECALL 本地记忆的分类和检索权重,帮你把经常要找的记忆归类并决定检索优先级。改动会写入项目的 .recall/memory_config.json(或旧项目的 .codex_memory),适合做可复用的分类、优化检索命中率或把自动生成的类别细化。重点在做长期、可复用的 taxonomy,而不是临时标签。

▸ 展开 SKILL.md 英文原文

Use this skill proactively when creating a reusable category, when configuring retrieval weight, when refining an auto-created definition, or when organizing repeated memory types. Trigger when category configuration is needed; invoke automatically for durable taxonomy work, not one-off tags.

数据与抓取记忆分类检索权重配置管理通用
0
Stars
0
Forks
8
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/0langa/RECALL/main/plugins/recall/skills/define-category/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/0langa/RECALL/main/plugins/recall/skills/define-category/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Define Category

Use this skill when the user wants a new memory category or wants to tune how strongly an existing category is retrieved.

RECALL is local-only project memory. Category definitions are stored in the active project's RECALL memory config: `.recall/memory_config.json` for new projects, or existing `.codex_memory/memory_config.json` stores for legacy projects. Never require hosted services or external APIs. Do not put secrets, credentials, tokens, private keys, passwords, or sensitive personal data in category names or descriptions.

## Execution Path

Use this skill as the public RECALL category-management interface. When shell execution is needed, run the bundled skill adap
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有