slm-profile

仓库创建 2026年2月5日最近提交 1 天前SkillHot 收录 8 小时前
▸ 精选理由

方便在多项目或多角色间快速切换隔离环境。

这个 Skill 做什么

为不同工作区提供独立记忆、代码索引与工具集的运行时配置切换。

在 SuperLocalMemory 里为不同工作区切换运行时配置:每个 profile 有独立记忆空间、代码索引和可用工具集。跨项目、客户或租户协同工作时用 switch_profile 切换,不用重启就能隔离上下文。特别之处是把事实、代码图和工具完全隔离,防止信息串台和权限混淆。

▸ 展开 SKILL.md 英文原文

Workspace isolation and runtime profile switching for SuperLocalMemory. Each profile is a fully independent memory namespace — separate facts, code graphs, and tool sets. Use switch_profile (MCP, requires code/full/power profile) to change the active workspace without restarting. Check the active profile with slm status. Required when working across multiple projects, clients, or tenants.

Skill 开发管理工作区隔离配置切换命名空间通用
199
Stars
34
Forks
37
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/qualixar/superlocalmemory/main/codex-plugin/skills/slm-profile/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/qualixar/superlocalmemory/main/codex-plugin/skills/slm-profile/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# slm-profile — Workspace Isolation and Profile Switching

A profile is a fully isolated memory workspace. Each profile has its own:
- Memory facts (nothing bleeds across profiles by default)
- Code graph index (separate per repo/project)
- Active MCP tool set (determined by profile tier)
- Retention policy and decay settings

Profiles are the right tool when you have genuinely separate contexts: a personal
project, a client engagement, a production vs staging environment.

---

## Available profiles and their tool sets

| Profile | Tools | When to use |
|---------|-------|-------------|
| `core` | 14 tools — remember, recall, search, session, optimize | Minimal footprint, no code tools |
| 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有