Save and manage temporary notes across sessions. Triggered by phrases like "save temp", "add temp", "list temp", "search temp", "read temp", "show temp", or their Japanese equivalents ("一時メモ", "temp に保存", "temp 一覧", "temp 検索", "temp 読む", etc.). Saves as Markdown files in ~/.claude/skills/temp/ with index management.
From mutilsnpx claudepluginhub masseater/claude-code-plugin --plugin mutilsThis skill uses the workspace's default tool permissions.
scripts/update-index.tsGuides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
Save and manage temporary notes across sessions. Notes are stored in ~/.claude/skills/temp/ as Markdown files and cataloged in the Index section below.
IMPORTANT: After updating SKILL.md, always reload temp-skill via the Skill tool to reflect the latest index.
Trigger: "save temp", "add temp", "一時メモ", "temp に保存"
~/.claude/skills/temp/ directory if it does not exist~/.claude/skills/temp/YYYY-MM-DD-short-name.md with frontmatter (name, description, created, tags) and content${CLAUDE_PLUGIN_ROOT}/skills/temp-skill/scripts/update-index.tsTrigger: "list temp", "temp 一覧"
Read the Index section below, or Glob ~/.claude/skills/temp/*.md.
Trigger: "search temp", "temp 検索", "find temp"
Grep the ~/.claude/skills/temp/ directory by keyword. For tags: tags:.*tagname.
Trigger: "read temp", "show temp", "temp 読む"
Find the target from the Index, then Read the file.
(No entries yet)
<!-- INDEX_END -->