$npx skillfedfor your agent

lwy-self

lwy-self captures your daily work life—meetings, collaborations, decisions—into a private local diary that grows into a personal knowledge layer. It stores what you did and who you worked with across dated entries, people profiles, and project records, letting your AI assistant know you as a person. Pair it with lwy-llm-wiki to separate personal history from world knowledge.

lwy-self records your daily work activities and conversations into a private personal diary for building an informed alter-ego.

AI-generated summary based on this skill's SKILL.md

2 0 MITupdated by learnwy

Decision gist · record as of 2026-06-03

lwy-self records your daily work activities and conversations into a private personal diary for building an informed alter-ego. lwy-self captures your daily work life—meetings, collaborations, decisions—into a private local diary that grows into a personal knowledge layer. It stores what you did and who you worked with across dated entries, people profiles, and project records, letting your AI assistant know you as a person. Pair it with lwy-llm-wiki to separate personal history from world knowledge.

manual: git clone https://github.com/learnwy/skills → cp -r skills/skills/lwy-self ~/.claude/skills/lwy-self
skills/lwy-self/SKILL.md · version e61ade5b

Use it when

  • lwy-self ingests and organizes meeting minutes and group chat content into structured personal records.
  • Yes.

Verify before relying

Read SKILL.md below before installing (6 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

learnwy/skills/lwy-self · repository language: TypeScript

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What can lwy-self help me log and record?

lwy-self captures your daily work activities, conversations, and decisions into a private personal diary. You can record what you did today, meeting notes, conversations with colleagues, and work decisions. The skill builds a personal knowledge base about your colleagues, projects, and events, storing everything in dated entries that grow into your private work history.

How does lwy-self organize my meeting minutes and notes?

lwy-self ingests and organizes meeting minutes and group chat content into structured personal records. You can save meeting notes, daily standup notes, and conversations directly into your diary. The skill maintains organized records tied to dates and participants, making it easy to find what was discussed and decided during specific meetings.

Can I query lwy-self to recall who I worked with this week?

Yes. lwy-self lets you query your personal history to recall who you worked with, project status, and past decisions. You can search your work history log to find colleague information, track who was involved in specific projects, and review your interactions across weeks and months of accumulated daily logs.

What is a personal knowledge base and how does lwy-self build one?

lwy-self builds a private personal knowledge layer by storing people profiles, project records, and event details alongside your daily entries. This personal knowledge base captures information about your colleagues and projects as you interact with them, creating a private reference that lets your AI assistant understand your work context and relationships.

Can lwy-self generate reports from my daily logs?

lwy-self can generate weekly reviews and reports from your accumulated daily logs. You can file your weekly report by having the skill summarize and organize the activities, decisions, and collaborations you've recorded throughout the week into a structured report format.

Is my data in lwy-self private and local?

Yes. lwy-self stores everything in a private local diary—your daily work life remains under your control. The skill is released under the MIT license and designed to keep your personal work history, colleague information, and project records private. For separating personal history from world knowledge, you can pair lwy-self with lwy-llm-wiki.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

lwy-self — Personal Alter-Ego

Record your life and work to build a private self-model that knows you — the personal layer, counterpart to lwy-llm-wiki (world knowledge).

  • World wiki (~/.learnwy/llm-wiki/, public): "what I know about the world" — books, concepts, authors.
  • Alter-ego / self (~/.learnwy/ai/private/self/, private local-only submodule): "who I am, what I did, who I know" — diaries, colleagues, projects, decisions.

Storage & engine

self shares the same engine as lwy-llm-wiki (the shared module src/shared/wiki/); only

(truncated - see the full file via the links below)

File tree — 6 files
skills/lwy-self/SKILL.md
skills/lwy-self/references/conditional-reflection.md
skills/lwy-self/references/ingest-meeting.md
skills/lwy-self/scripts/cli.cjs
skills/lwy-self/scripts/hooks/auto-query.cjs
skills/lwy-self/scripts/hooks/session-context.cjs

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Record daily work activities, conversations, and decisions into a personal diary”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

lwy-knowledge-consolidation
by learnwy · learnwy/skills

Capture debugging breakthroughs, configuration wins, and operational lessons as structured Markdown files anchored to your project's IDE folder. Each insight becomes a dated, searchable doc that travels with your codebase and surfaces in future sessions on the same project. When a doc proves reusable across projects, promote it into the global knowledge wiki.

MITupdated Jun 2026
★ 2repo stars
lwy-status
by learnwy · learnwy/skills

lwy-status pulls together progress metrics from every learnwy subsystem—vocabulary mastery, wiki integrity, prompt-optimizer activity, knowledge nudges, and log sizes—into a single consolidated view. Run it on demand or let the weekly SessionStart hook deliver an automated digest at the start of each ISO week.

MITupdated Jun 2026
★ 2repo stars
lwy-dispatch
by learnwy · learnwy/skills

lwy-dispatch coordinates three IDE-hook events (UserPromptSubmit, Stop, SessionStart) shared across learnwy skills, running their scanners in a single process instead of spawning separate Node instances per skill. It aggregates reminders from english-learner, llm-wiki, prompt-optimizer, knowledge-consolidation, and learnwy-status into one combined output per event, cutting per-turn hook latency and reducing system-reminder spam.

MITupdated Jun 2026
★ 2repo stars
lwy-project-skill-writer
by learnwy · learnwy/skills

This skill transforms recurring manual tasks into standardized, reusable AI capabilities by understanding your problem, analyzing your project structure, and generating a complete skill design. It guides you through problem classification, project profiling, and skill architecture before generating executable SKILL.md files that integrate seamlessly with your codebase.

MITupdated Jun 2026
★ 2repo stars
lwy-project-agent-writer
by learnwy · learnwy/skills

This skill guides you through building autonomous agents for your project by first understanding your automation need, analyzing your codebase structure, and designing an agent tailored to your problem. It supports six agent archetypes—graders, comparators, analyzers, transformers, researchers, and validators—and requires user confirmation before generating any files.

MITupdated Jun 2026
★ 2repo stars
llm-wiki
by sammcj · sammcj/agentic-coding

LLM Wiki lets you build and maintain a self-contained personal knowledge base as plain markdown, organized into immutable source material and compiled articles you own. Sources land in a `raw/` directory, you compile them into `wiki/` articles, and the system keeps everything local—readable on GitHub and openable as an Obsidian vault. Query your knowledge, ingest new sources, lint for health, audit claims against their sources, or critique reasoning, all without external servers or embeddings.

Apache-2.0updated Jul 2026
★ 153repo stars
Tags
personal-knowledge-basework-diarymeeting-capturecolleague-trackingself-modelprivate-wikidaily-loggingentity-resolutionweekly-reviewrelationship-mapping