paxm

GitHub

提供 paxm 记忆层的使用指南,涵盖主动回忆、短期/长期记忆写入及被动诊断。指导 Agent 在开发中安全地检索项目上下文与用户偏好,作为辅助证据而非替代源码验证。

plugins/paxm-memory/skills/paxm/SKILL.md pax-beehive/paxm

触发场景

需要回顾过往决策或项目背景时 需要记录当前任务状态或持久化偏好时 排查记忆配置或历史日志问题时

安装

npx skills add pax-beehive/paxm --skill paxm -g -y
更多选项

非标准路径

npx skills add https://github.com/pax-beehive/paxm/tree/main/plugins/paxm-memory/skills/paxm -g -y

不安装直接使用

npx skills use pax-beehive/paxm@paxm

指定 Agent (Claude Code)

npx skills add pax-beehive/paxm --skill paxm -a claude-code -g -y

安装 repo 全部 skill

npx skills add pax-beehive/paxm --all -g -y

预览 repo 内 skill

npx skills add pax-beehive/paxm --list

SKILL.md

Frontmatter
{
    "name": "paxm",
    "description": "Use paxm as Codex's active and passive memory layer. Trigger for prior decisions, project context, user preferences, memory recall, memory writes, or paxm diagnostics."
}

paxm memory

Use paxm as a supporting memory layer, not as a replacement for current source verification. Keep setup, credentials, provider selection, and passive hook policy under the user's control.

Before using memory

Check the local installation only when the task needs memory:

paxm version
paxm config doctor

If the binary is missing, ask the user before running the bundled installer. If the config is missing or invalid, ask whether to start the interactive setup flow. Do not edit paxm YAML by hand.

Active recall

Use a short, concrete query and a small result limit:

paxm recall --query "repo decision about hook ownership" --limit 3 --json

For a custom config, pass --config before the subcommand. Read scores and provider metadata, then verify facts that may have changed in the current repo. If a result exposes a precise lead, do at most two or three focused follow-up queries rather than running an open-ended search loop.

When the host exposes paxm MCP tools, prefer paxm_recall, paxm_remember, paxm_history, and paxm_config_doctor over shelling out.

Remember

Use STM for task-local working state:

paxm remember --profile stm --text "Working note: ..."

Use LTM only for durable decisions, preferences, recurring fixes, or stable project conventions:

paxm remember --profile ltm --text "Decision: ..."

Never store secrets, API keys, access tokens, raw private logs, or large pasted transcripts. Ask before storing sensitive personal or business information.

Passive recall and diagnostics

Passive Codex hooks are installed by this plugin only after the user completes the plugin-aware setup flow. Do not run a second paxm setup without the --integration codex-plugin mode, because that would change hook ownership.

When debugging, use bounded local history and logs:

paxm history --days 7 --json
paxm logs --tail 50

Treat memory as supporting evidence. Current repository files, current tool output, and explicit user instructions take precedence over recalled content.

版本历史

  • 2909519 当前 2026-07-22 09:40

同 Skill 集合

plugins/paxm-claude/skills/paxm/SKILL.md
plugins/paxm-memory/skills/paxm-setup/SKILL.md
skills/paxm/SKILL.md
plugins/paxm-claude/skills/paxm-setup/SKILL.md

元信息

文件数
0
版本
1d9a460
Hash
aff648f3
收录时间
2026-07-22 09:40

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-07 01:54
浙ICP备14020137号-1 $访客地图$