一键导入
forget
Remove trigger phrases for a file or glob pattern from .claude/triggers.json
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Remove trigger phrases for a file or glob pattern from .claude/triggers.json
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Discover files with trigger_phrase and/or refresh frontmatter, let the user choose which to schedule for periodic re-injection via CronCreate. Prevents behavioral drift by keeping core rules and goals fresh in context.
Write trigger phrases from .claude/triggers.json into file frontmatter as model-scoped trigger_phrase fields. Bridges trigger generation (scan) with scheduled injection (zenflow:schedule).
Build a GitHub issue into a PR. User-launched with an issue number — reads the issue, confirms with user, creates branch, implements against acceptance criteria, runs verification, and opens a PR. Every decision surfaces via AskUserQuestion.
Collaborative working session — you and the user are a team exploring, researching, and planning together. When implementation work is needed, create well-structured GitHub issues. The user launches Builder agents to implement and Reviewer agents to verify.
Shed accumulated context mid-session. Writes a knowledge handoff document capturing session state, decisions, observations, and behavioral calibration, then guides the user through /clear and resumption.
Runtime verification using Playwright MCP + proof artifacts. Use when acceptance criteria mention UI behavior, when claiming runtime verification, or when independently verifying a PR's claims. Produces artifact-backed proof — screenshots, DOM snapshots — not prose claims.
| name | forget |
| description | Remove trigger phrases for a file or glob pattern from .claude/triggers.json |
| allowed-tools | Read, Edit |
Read .claude/triggers.json. If it doesn't exist or is empty, report "No triggers to forget."
Match the user's argument against stored file paths:
src/auth/* removes all auth triggers)Remove matching entries from the triggers object.
Write the updated file back.
Report what was removed:
Removed 3 triggers:
- src/auth/middleware.ts (jwt route authentication guard)
- src/auth/session.ts (session token management)
- src/auth/roles.ts (role based access control)
If nothing matched, report "No triggers matched that pattern."