Let your AI agent recall past bug fixes and workflow patterns without repeating context each time.
Install a single skill file so your coding agent starts each session already knowing how you work.
Run quietly in the background so it only speaks up when a question needs your personal history.
| isoform/yansu-skill | aliu-airobot/eseilane | damianedwards/blazoridentity | |
|---|---|---|---|
| Stars | 136 | 136 | 136 |
| Language | — | HTML | C# |
| Last pushed | — | — | 2022-08-23 |
| Maintenance | — | — | Dormant |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 1/5 | 3/5 | 3/5 |
| Audience | vibe coder | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires installing the separate Yansu app to build the memory this skill reads from.
Yansu.skill is a plugin that lets your AI coding agent, such as Claude or Cursor, remember how you personally work, so you do not have to explain your setup and habits again in every new conversation. The skill pairs with a separate app called Yansu that runs on your computer and watches how you work: the decisions you make, the workflows you repeat, and the problems you have run into and solved before. Yansu turns this observation history into organized personal notes stored on your own device. Once you install yansu.skill into your AI agent, the agent can pull up relevant pieces of that stored knowledge when it answers your questions. If you ask about a build that failed, the agent can recall that you hit the same issue weeks earlier and how you fixed it that time. If you ask it to start your staging database, it already knows where your configuration files live and what tends to go wrong the first time it boots. The skill is built around a few clear rules. It only speaks up when a question genuinely needs your personal context, and stays quiet the rest of the time. It is read only, meaning it can pull information from your stored knowledge but never writes anything back. All the data it draws on stays on your own machine and is never sent to an external server. Installing it takes one prompt: you ask your AI agent to fetch the SKILL.md file from this repository and save it to the folder where the agent looks for skills. After that one step, the agent starts every new session already knowing your history instead of starting from zero.
An AI agent skill that gives your coding assistant persistent memory of how you work, so you never have to re-explain yourself.
You can use, modify, and share this freely, including commercially, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.