.config/claude/skills/agent-memory/SKILL.md
Save and restore working memory across conversations. Triggers: "remember", "save this", "recall", "continue from last time". Store research findings, decisions, problem solutions, and work state.
npx skillsauth add kawarimidoll/dotfiles agent-memoryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
会話をまたいで知識を保存する記憶システム。
~/.local/share/claude/memories/
---
summary: "簡潔な要約(検索用)"
created: YYYY-MM-DDTHH:MM:SS+09:00
tags: [tag1, tag2]
---
# タイトル
内容...
# カテゴリ一覧
ls ~/.local/share/claude/memories/
# summary で検索
rg "summary:" ~/.local/share/claude/memories/
# キーワード検索
rg "検索語" ~/.local/share/claude/memories/
updated: YYYY-MM-DD を追加development
OSS リポジトリやライブラリを調査する。 リポジトリの概要、使い方、内部実装、API ドキュメントを知りたいときに使用する。 「このリポジトリ調べて」「このライブラリの使い方」「実装を読みたい」等のリクエストで発火する。
testing
Relentless interviewing skill that stress-tests plans and designs through systematic questioning.
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).