88plug

Recall Check Banned — Development skill for Claude Code

Development community

Check if a provider, tool, or pattern is on the operator ban list before suggesting it.

How to install Recall Check Banned

Installs to ~/.claude/skills/88plug-total-recall-recall-check-banned/SKILL.md

Terminal
mkdir -p ~/.claude/skills/88plug-total-recall-recall-check-banned && curl -fsSL https://raw.githubusercontent.com/88plug/total-recall/HEAD/commands/recall-check-banned.md -o ~/.claude/skills/88plug-total-recall-recall-check-banned/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Recall Check Banned does


description: Check if a provider, tool, or pattern is on the operator ban list before suggesting it. argument-hint:

Call the `check_banned` MCP tool with `thing="$ARGUMENTS"`.

Present the result: banned status, the reason from the originating correction, and the date it was banned. If `banned == true`, do not recommend $ARGUMENTS as a default — surface the ban explicitly and suggest the operator's preferred alternative (look it up via `/total-recall:recall-de

Alternatives in Development

  • Tentacle Context Init — You are working on the {{tentacleName}} section 1.4k ★
  • Create Check List — agent-input/unsection-hero-sections/ 이미지들에 대해, saaspo-features-checklist.yaml과 동일한 형식의 체크리스트 파일을 초기상태로 생성하고싶다 395 ★
  • Engage.Memory — Cross-engagement pattern memory — recall prior techniques, record confirmed findings, housekeeping 348 ★

Full documentation available on GitHub

View Source Repository