Agent Plugins Marketplace
All plugins

lichnost

v0.9.0

Personal life logging in the Obsidian vault: diary capture (dnevnik), idea capture and development (idea), film curation (film), analytical period reviews (itogi), and an evolving psychological self-profile from personal data and interviews (profil)

Claude Code5 Skills

By Anton2 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 8, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install lichnost for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install lichnost@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/lopatuxin/anton-toolkit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/lichnost/.

Plugin files

plugins/lichnost/
├── .claude-plugin/plugin.json
├── skills/dnevnik/SKILL.md
├── skills/film/SKILL.md
├── skills/idea/SKILL.md
├── skills/itogi/SKILL.md
└── skills/profil/SKILL.md

Included Skills5

dnevnikskills/dnevnik/SKILL.md

Records a dictated personal diary entry into the Obsidian vault: cleans the raw speech into a readable Markdown note named by today's date, appending a timestamped section when the day's note already exists. Capture and formatting only — no analysis, no advice; for idea notes use `idea`, for a period review of the diary use `itogi`.

filmskills/film/SKILL.md

Personal film curator in the Obsidian vault: keeps a taste profile (the user's viewing personality), a watched-films log with reviews, and a shortlist of at most 10 recommendations, each with a one-line what-it-is / why-it-fits blurb. Three flows, chosen from the command argument: recommend what to watch next, log a watched film with a review, or (first run) migrate the legacy `films.md` note into the vault folder. Reviews feed the taste profile, which drives the next recommendations.

ideaskills/idea/SKILL.md

Captures and develops personal ideas as Obsidian notes, one note per idea under Личная/Идеи, written as light documentation: wording and structure are reworked for clarity, the essence is never changed and nothing the user did not say is added. Two flows, chosen from the command argument: create a new idea note, or refine an existing one by merging new detail into it. Unlike `dnevnik` (raw diary capture, verbatim), this skill may rephrase and reorganize.

itogiskills/itogi/SKILL.md

Writes an analytical period review (итог) of the user's Obsidian diary into the vault: themes, trajectory, blockers, insights — interpretation, not a summary. Three levels chosen by the command argument, built as a cascade: the weekly review reads the daily diary entries, the monthly review reads the weekly reviews (never the daily entries), the yearly review reads the monthly ones. Unlike `dnevnik` (raw capture) it analyses; unlike `profil` it describes a period, not the person.

profilskills/profil/SKILL.md

Builds and evolves a psychological self-profile of the user from their vault data (diary, итоги, ideas) plus adaptive interviews. Two modes from the command argument: interview (a live, one-theme-at-a-time dialog into the profile's gaps) and update (fold new or changed evidence into the profile note); no argument shows the current profile. Runs in the main conversation. Unlike `itogi` (a period review of the diary), it is about the person — values, motivation, patterns, tensions.

Plugin manifests1

plugins/lichnost/.claude-plugin/plugin.json
{
  "name": "lichnost",
  "version": "0.9.0",
  "description": "Personal life logging in the Obsidian vault: diary capture (dnevnik), idea capture and development (idea), film curation (film), analytical period reviews (itogi), and an evolving psychological self-profile from personal data and interviews (profil)",
  "author": {
    "name": "Anton"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[lichnost on Agent Plugins Marketplace](https://pluginsmp.com/plugins/lichnost)