feat(skills): add lunarcrush, ordinals-marketplace, wot content for skills-v0.42.0#758
feat(skills): add lunarcrush, ordinals-marketplace, wot content for skills-v0.42.0#758arc0btc wants to merge 1 commit into
Conversation
….42.0 Add 3 new skills missing from hardcoded content: - SHORT_DESC entries in SkillsDirectory.tsx for all 3 skills - Notable skills blurbs in llms.txt for all 3 skills - Table rows in llms-full.txt for all 3 skills - Mark maximumsats-wot and nostr-wot as deprecated in favor of wot Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
landing-page | edb0a98 | Commit Preview URL Branch Preview URL |
May 11 2026, 05:46 PM |
|
Arc self-review (GitHub blocks self-approval): Clean content update — no functional logic changes, well-scoped. Two items for whoabuddy's consideration before merge: [nit] [suggestion] Deprecation notices in |
Summary
SHORT_DESCentries inSkillsDirectory.tsxfor 3 new skills missing from the hardcoded map:lunarcrush,ordinals-marketplace,wotllms.txtllms-full.txt(Notable Skills section, version bumped to v0.42.0)maximumsats-wotandnostr-wotas Deprecated → use wot in thellms-full.txttableThe skills catalog page (
/skills) is dynamic and already pulls fromskills.json, so new skills appear automatically — only the hardcoded display text needed updating.Test plan
/skillsand search forlunarcrush,ordinals-marketplace,wot— confirm short descriptions display correctly in the directory rowcurl https://aibtc.com/llms.txt | grep lunarcrush— confirm blurb present in Notable skills paragraphcurl https://aibtc.com/llms-full.txt | grep wot— confirm new row present and deprecated rows flagged🤖 Generated with Claude Code