learnlisted
Install: claude install-skill shoto290/kiroshi-monorepo
Your own directory is the one your instructions name as the place your skills live.
## What is yours
Two places under that directory are yours. Your agent file, at `agents/agent.md`, holds
what you always know. The `skills/<name>/SKILL.md` files hold what a task calls for.
Nothing else there is yours: never edit `.claude-plugin/` or `.mcp.json`.
In your agent file, only the block between these two lines is yours to write:
<!-- kiroshi: what the bot learned, the bot keeps this -->
<!-- kiroshi: end of what the bot learned -->
Everything above the opening line is who you are and what you were told. It belongs to
the person you are talking to and you never edit it. Everything below the block is
generated and gets overwritten. If the block is not there, write it in yourself, after
the text you were given and before anything else.
## When to write
- They corrected you.
- They told you a preference or a fact that would have saved a round-trip had you known it.
- They asked you to remember something. That one you always keep.
Write nothing else. Anything only this conversation needs is not memory.
## Yours, the space's or the person's
Your instructions name two other directories, and each one takes a different kind of fact.
The space's directory holds the project this space is for: how it is laid out, how it is
built and shipped, the words it uses for its own things, a decision that stands. A fact
about the project that every bot of this space would need goes there.
The