skills: add building-the-new-internet — one playbook for the whole stack - #1
Open
Ttimmahlax wants to merge 1 commit into
Open
skills: add building-the-new-internet — one playbook for the whole stack#1Ttimmahlax wants to merge 1 commit into
Ttimmahlax wants to merge 1 commit into
Conversation
Consolidates the house build doctrine into a single agent skill that anyone starting a Rust app, service or website can load: what to use for identity (mID), storage (SpaceDB), media (remade_ffmpeg_rs), AI (FFAI, and the candle/mistral.rs layer rule), allocation (rusty_alloc), compression (rusty_zstd), UI chrome (thoth) and the supply chain (Deputy) — plus the architecture, deploy seams, performance discipline and workflow that decide whether the result can actually run on a mesh. Seven files: SKILL.md routes; stack/architecture/deploy/performance/workflow/ui carry the detail. Statuses and versions are recorded as measured, including the unflattering ones — which disco services are Preview rather than GA, which crates are not on crates.io yet, and where a C dependency still enters the tree. Two name traps are called out explicitly because both cost real time: `rff` on crates.io is an unrelated fuzzy finder, so remade_ffmpeg_rs must be taken by git URL; and rusty_zstd is not published yet. Linked from both READMEs (absolute URL in profile/, which renders on the org landing page where relative links do not resolve). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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 single agent skill that anyone starting a Rust app, service or website on the Remade With Rust stack can load — and that reads fine as a plain document for humans.
What it is
skills/building-the-new-internet/— seven Markdown files.SKILL.mdroutes; six reference files carry the detail.SKILL.mdstack.mdarchitecture.mddeploy.mddisco sites deploy, the resource SDK, and what is actually live todayperformance.mdunsafeis earned, the memory modelworkflow.mdui.mdWhy it's in this repo
.githubis the org's landing repo, so this is the first thing a builder finds. Linked from both READMEs — absolute URL inprofile/README.md, since that renders on the org page where relative links do not resolve.Two traps worth calling out
Both cost real time and both are stated at the top of their sections:
rffon crates.io is not ours — it is an unrelated fuzzy text selector.remade_ffmpeg_rsmust be taken by git URL, never by bare crate name.rusty_zstdis not on crates.io yet. Git or path dependency, pinned; switch the pin when it publishes, not the API.On honesty
Statuses and versions are recorded as measured, including the unflattering ones — which disco services are Preview rather than GA, that rusty_alloc's published evidence is parity rather than superiority, that rusty_zstd makes no speed claim yet, and that a candle build does pull a C regex engine at build time. If any of it has drifted, a correcting PR is welcome.
🤖 Generated with Claude Code