.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/paperclip/para-memory-files
home/skills/getpaperclipai/paperclip/para-memory-files
getpaperclipai avatar

para-memory-files

bygetpaperclipai· 24 skills

Installs

242k

Stars

7

Forks

1

Category

Documentation & Knowledge

View on GitHub

TL;DR

File-based memory system using Tiago Forte's PARA method. Use this skill whenever you need to store, retrieve, update, or organize knowledge across sessions. Covers three memory layers: (1) Knowledge graph in PARA folders with atomic YAML facts, (2) Daily notes as raw timeline, (3) Tacit knowledge about user patterns. Also handles planning files, memory decay, weekly synthesis, and recall via qmd. Trigger on any memory operation: saving facts, writing daily notes, creating entities, running weekly synthesis, recalling past context, or managing plans.

How to install para-memory-files?

getpaperclipai/paperclip/para-memory-files
$npx -y skills add getpaperclipai/paperclip --skill para-memory-files

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/getpaperclipai/paperclip" --skill "getpaperclipai/paperclip/para-memory-files"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/getpaperclipai/paperclip" that are relevant to the current task. Run `npx skills add "https://github.com/getpaperclipai/paperclip"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1# PARA Memory Files
2 
3Persistent, file-based memory organized by Tiago Forte's PARA method. Three layers: a knowledge graph, daily notes, and tacit knowledge. All paths are relative to `$AGENT_HOME`.
4 
5## Three Memory Layers
6 
7### Layer 1: Knowledge Graph (`$AGENT_HOME/life/` -- PARA)
8 
9Entity-based storage. Each entity gets a folder with two tiers:
10 
111. `summary.md` -- quick context, load first.
122. `items.yaml` -- atomic facts, load on demand.
13 
14```text
15$AGENT_HOME/life/
16 projects/ # Active work with clear goals/deadlines
17 <name>/
18 summary.md
19 items.yaml
20 areas/ # Ongoing responsibilities, no end date
21 people/<name>/
22 companies/<name>/
23 resources/ # Reference material, topics of interest
24 <topic>/
25 archives/ # Inactive items from the other three
26 index.md
27```
28 
29**PARA rules:**
30 
31- **Projects** -- active work with a goal or deadline. Move to archives when complete.
32- **Areas** -- ongoing (people, companies, responsibilities). No end date.
33- **Resources** -- reference material, topics of interest.
34- **Archives** -- inactive items from any category.
35 
36**Fact rules:**
37 
38- Save durable facts immediately to `items.yaml`.
39- Weekly: rewrite `summary.md` from active facts.
40- Never delete facts. Supersede instead (`status: superseded`, add `superseded_by`).
41- When an entity goes inactive, move its folder to `$AGENT_HOME/life/archives/`.
42 
43**When to create an entity:**
44 
45- Mentioned 3+ times, OR
46- Direct relationship to the user (family, coworker, partner, client), OR
47- Significant project or company in the user's life.
48- Otherwise, note it in daily notes.
49 
50For the atomic fact YAML schema and memory decay rules, see [references/schemas.md](references/schemas.md).
51 
52### Layer 2: Daily Notes (`$AGENT_HOME/memory/YYYY-MM-DD.md`)
53 
54Raw timeline of events -- the "when" layer.
55 
56- Write continuously during conversations.
57- Extract durable facts to Layer 1 during heartbeats.
58 
59### Layer 3: Tacit Knowledge (`$AGENT_HOME/MEMORY.md`)
60 
61How the user operates -- patterns, preferences, lessons learned.
62 
63- Not facts about the world; facts about the user.
64- Update whenever you learn new operating patterns.
65 
66## Write It Down -- No Mental Notes
67 
68Memory does not survive session restarts. Files do.
69 
70- Want to remember something -> WRITE IT TO A FILE.
71- "Remember this" -> update `$AGENT_HOME/memory/YYYY-MM-DD.md` or the relevant entity file.
72- Learn a lesson -> update AGENTS.md, TOOLS.md, or the relevant skill file.
73- Make a mistake -> document it so future-you does not repeat it.
74- On-disk text files are always better than holding it in temporary context.
75 
76## Memory Recall -- Use qmd
77 
78Use `qmd` rather than grepping files:
79 
80```bash
81qmd query "what happened at Christmas" # Semantic search with reranking
82qmd search "specific phrase" # BM25 keyword search
83qmd vsearch "conceptual question" # Pure vector similarity
84```
85 
86Index your personal folder: `qmd index $AGENT_HOME`
87 
88Vectors + BM25 + reranking finds things even when the wording differs.
89 
90## Planning
91 
92Keep plans in timestamped files in `plans/` at the project root (outside personal memory so other agents can access them). Use `qmd` to search plans. Plans go stale -- if a newer plan exists, do not confuse yourself with an older version. If you notice staleness, update the file to note what it is supersededBy.

Security

Flagged

  • Gen Agent Trust Hubfail
  • Socketwarn
  • Snykfail

Preview

getpaperclipai/paperclipgetpaperclipai/paperclip

$ npx -y skills add getpaperclipai/paperclip --skill para-memory-files

▸ installing to .claude/skills…

✓ para-memory-files ready

Repogetpaperclipai/paperclip
TypeSkills
CategoryDocumentation & Knowledge
ForDeveloperResearcher
UpdatedJul 2026
License—
First seenJul 26, 2026

Tags

Skill

Related

6 picks
Type
  1. mattpocock avatargrill-with-docsA relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.SkillsJul 2026585k189k
  2. larksuite avatarlark-doc飞书云文档(Docx / Wiki 文档):读取和编辑飞书文档内容。当用户给出文档 URL 或 token,或需要查看、创建、编辑文档、插入或下载文档图片附件时使用。文档中嵌入的电子表格、多维表格、画板,先用本 skill 提取 token 再切到对应 skill。当用户给出 doubao.com 的 /docx/…SkillsJul 2026393k16k
  3. larksuite avatarlark-wiki飞书知识库:管理知识空间、空间成员和文档节点。创建和查询知识空间、查看和管理空间成员、管理节点层级结构、在知识库中组织文档和快捷方式。当用户需要在知识库中查找或创建文档、浏览知识空间结构、查看或管理空间成员、移动或复制节点时使用。当用户给出 doubao.com 的 /wiki/ URL/token…SkillsJul 2026389k16k
  4. larksuite avatarlark-minutes飞书妙记:搜索妙记、查看妙记基础信息、下载/上传音视频、读取或编辑妙记的产物内容、改标题、替换说话人/关键词、申请妙记查看/编辑权限。当给出minute_token、本地音视频文件,要查/改/转妙记产物,或用户明确要主动申请妙记权限时使用;本地音视频转纪要/逐字稿优先走本 skill,不要用…SkillsJul 2026387k16k
  5. larksuite avatarlark-vc飞书视频会议:搜索历史会议记录、查询会议纪要(总结/待办/章节/逐字稿)、查询参会人快照。当用户查询已结束的会议、获取会议产物(纪要/妙记)、查看参会人时使用;查询未来日程走 lark-calendar。不负责:Agent 真实入会/离会、会中实时事件(走 lark-vc-agent)。SkillsJul 2026387k16k
  6. mattpocock avatarwriting-great-skillsReference for writing and editing skills well — the vocabulary and principles that make a skill predictable.SkillsJul 2026262k189k