.github/skills/agent-memory/SKILL.md
Core Skill. Save and recall reusable project knowledge across sessions. Result must be in Japanese.
npx skillsauth add poko8nada/pj_docs 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.
A lightweight persistent memory workflow for this repository.
.github/skills/agent-memory/memories/Use this skill when the user asks to:
Also use proactively when you find knowledge worth preserving:
bio/ as sensitive.Store each memory as Markdown with frontmatter:
---
summary: "1-2 lines: what this memory contains and why it matters"
created: 2026-02-16
updated: 2026-02-16
status: in-progress # in-progress | pending | archived
tags: [strategy]
related: [source/trend/trend.md]
---
summary and created are required.
memories/
├── project-context/
├── trend/
├── strategy/
└── content-ops/
Use kebab-case for folder/file names.
# list summaries quickly
rg "^summary:" .github/skills/agent-memory/memories/ --no-ignore --hidden
# filter by keyword
rg "^summary:.*keyword" .github/skills/agent-memory/memories/ --no-ignore --hidden -i
# filter by tags
rg "^tags:.*keyword" .github/skills/agent-memory/memories/ --no-ignore --hidden -i
tools
Composite Skill. This skill is used for project planning. Users request that a project plan be created, particularly during the initial stages.
documentation
Core Skill. This skill is for document creation. User ask you to create planning documents, such as requirement and task breakdown.
development
Core Skill. Next.js 15+ App Router architecture guidelines including component patterns, state management with Zustand, server actions, and project structure. Use when developing Next.js applications.
development
Core Skill. HonoX architecture guidelines including file-based routing, Islands pattern, component types, performance optimization, and best practices for full-stack development.