Conversation
Build a five-page explainer for Spindle as an artoo artifact, styled with the vendored artoo-kit design system, and serve it from GitHub Pages /docs. - rationale: the case against the skill pile (context budget, incoherent blends, one-size-fits-all bloat, wrong-surface phrasing, guardrail erosion) and why the extra bind step pays for itself - how-it-works: the data model and the six-stage bind pipeline, rendering profiles, doctrine, the safety floor, and determinism/caching - evaluation: availability vs improvement, paired held-out cases, the argv runner contract, and receipts - guide: install, bind, build your own packages/distributions/channels, and the env-var seams for extending - agent surface: llms.txt index and a single-file bundle.md for paste-in LLM context Replace the docs/ placeholder page, record the artifact in artifact.toml, and retrofit the README to lead with the rationale and link to the site. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a five-page documentation site for Spindle, built as an artoo artifact and styled with the vendored artoo-kit design system. Served by GitHub Pages directly from
/docs— no build step.Spindle "adds an extra step or two" to a skill workflow, so this site leads with the rationale (why compose skills at all) and then explains how it works, how it's evaluated, and how to use it — for humans and for agents.
Pages (
docs/)bindstep pays for itselfbindpipeline, rendering profiles, doctrine, the safety floor, determinism/cachingllms.txtindex + a single-filebundle.mdfor paste-in LLM contextAlso
artifact.toml([build] site = "docs", github-pagesdocsmode)docs/placeholder page (keepsdocs/skill-evaluations.md)README.mdto lead with the rationale and link to the site + agent surfaceTo publish
Set Settings → Pages → Source → Deploy from a branch,
main/docs. The site publishes at https://lavallee.github.io/spindle/.Verified in a headless browser: correct article grid + margin-note gutter + pipeline, dark/light both work, zero console errors, no horizontal overflow at desktop or mobile widths. The existing test suite is unaffected (the private-surface scan passes).
🤖 Generated with Claude Code