Skip to content
In development. Nothing in Store 6 is published yet.

LLM context

Find Markdown guides and understand their recorded source identity.

Find the right amount of documentation

/llms.txt is the discovery index. It links to individual guides and the complete Store6 guide corpus. It does not contain the complete documentation itself.

Use View as Markdown from a page's dropdown or open a URL such as /llms/store6/quickstart.md. Copy Markdown copies that complete Markdown document, including its title and source information, when your browser permits clipboard access.

Copy Prompt copies Store6 environment setup instructions: check skill availability, install the skill in the project, and verify discovery and documentation retrieval. Paste it into your coding agent.

The dropdown also links to editor setup guides and opens ChatGPT or Claude with the page's public Markdown URL in a prompt. These chats use the public site, so they cannot read unpublished local preview changes. If the page is unavailable to the chat, paste its content with Copy Markdown.

For a tool with a larger context window, /llms-full.txt contains all Store6 guides and agent setup pages. It excludes Store5 documentation and generated Dokka API HTML. Links to those references remain available.

Read the provenance

/llms/store6-manifest.json records the bundle identity, Store6 source revision, exact page hashes, and canonical and Markdown URLs.

  • A source-synced page records its upstream path, revision, and source-file hash.
  • A site-authored page records its documentation source path and hash. Its sourceRevision is null unless that page has individually evidenced source attribution.
  • A visible Source recorded line preserves the page's authored attribution. It does not assert a new verification date or a broader compatibility guarantee.

The page hash describes the emitted Markdown bytes. The bundle identity also includes the inputs that supply component text and diagrams. The skill checks these identities before returning retrieved pages.

Links between complete Store6 guides lead to Markdown when possible. Links to specific sections keep their canonical HTML destinations so the section anchors remain usable. API links continue to the generated reference documentation.

Select the guides for the task: the read and lifetime contracts for a first repository, freshness for refresh behavior, adapter documentation for persistence, or the journal and restart guides for durable mutations. Ask for citations to the applicable contracts and keep the project's actual source revision or dependency coordinate in the prompt.

Update references deliberately

The live guides can change as their sources change. Reopen the index when selecting new context. If an installed skill reports BUNDLE_MISMATCH, select an explicitly updated, matching skill release or supply matching documentation. The skill does not silently replace its recorded bundle.