slm-profile

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

便于在同机切换项目上下文,避免记忆和工具集互相污染。

▸ 风险提示

需要 SuperLocalMemory 与相应 MCP 配置权限

这个 Skill 做什么

提供独立记忆命名空间与运行时配置的工作区与配置切换能力。

把 SuperLocalMemory 的记忆空间和运行时配置分成多个互相独立的工作区,适合同时处理多个项目、客户或租户时使用。每个 profile 有独立事实库、代码图和工具集,数据不会互相污染。可在不重启的情况下用 switch_profile(需 MCP 权限)切换,slm status 可以查看当前激活的 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/plugin/skills/slm-profile/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/qualixar/superlocalmemory/main/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 公开信息 · 原文版权归作者所有