chore: publish 61de2f6
Built from main 61de2f6270
fix: unify typography and review interactions
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<!DOCTYPE html><html lang="en"> <head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Submitted Skills — Review Desk</title><meta name="description" content="Friendly reviews and improved drafts for submitted Agent Skills."><link rel="stylesheet" href="/ai-for-dummies/_astro/tokens.CVOStimI.css"><link rel="stylesheet" href="/ai-for-dummies/fonts/fonts.css"><link rel="stylesheet" href="/ai-for-dummies/_astro/skills-review.H9Gk5YQJ.css"><link rel="stylesheet" href="/ai-for-dummies/_astro/change-lens.BGIvC9Y7.css"></head> <body> <main> <header class="topbar"> <a href="/ai-for-dummies/" class="back">← field guide</a><span>SUBMITTED SKILLS / REVIEW DESK</span><a href="#catalog" id="submission-count">submissions</a> </header> <section class="hero"> <p class="eyebrow">A friendly path from draft to dependable</p> <h1>Every skill deserves<br><em>a clear job.</em></h1> <p>
|
||||
<!DOCTYPE html><html lang="en"> <head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Submitted Skills — Review Desk</title><meta name="description" content="Friendly reviews and improved drafts for submitted Agent Skills."><link rel="stylesheet" href="/ai-for-dummies/_astro/tokens.CVOStimI.css"><link rel="stylesheet" href="/ai-for-dummies/fonts/fonts.css"><link rel="stylesheet" href="/ai-for-dummies/_astro/base.Dfo_cwQJ.css"><link rel="stylesheet" href="/ai-for-dummies/_astro/skills-review.H9Gk5YQJ.css"><link rel="stylesheet" href="/ai-for-dummies/_astro/change-lens.BGIvC9Y7.css"><style>.catalog>aside{position:sticky;top:24px;display:flex;align-self:start;max-height:calc(100dvh - 48px);overflow:hidden}#skill-list{min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:var(--blue) var(--paper)}#skill-list button,.file-tabs button,.switch button,.preview button{transition:color .18s cubic-bezier(.2,0,0,1),background-color .18s cubic-bezier(.2,0,0,1),transform .18s cubic-bezier(.2,0,0,1)}#skill-list button:hover,#skill-list button:focus-visible{transform:translate(3px)}.detail>*{animation:review-detail-in .2s cubic-bezier(.2,0,0,1) both}.detail a,.research a{text-decoration-color:color-mix(in srgb,currentColor 45%,transparent)}.detail a:hover,.research a:hover{text-decoration-color:currentColor}@keyframes review-detail-in{0%{opacity:.01;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:800px){.catalog>aside{position:static;max-height:none}#skill-list{max-height:50dvh}}@media(prefers-reduced-motion:reduce){#skill-list button,.file-tabs button,.switch button,.preview button{transition:none}.detail>*{animation:none}}
|
||||
</style></head> <body> <main> <header class="topbar"> <a href="/ai-for-dummies/" class="back">← field guide</a><span>SUBMITTED SKILLS / REVIEW DESK</span><a href="#catalog" id="submission-count">submissions</a> </header> <section class="hero"> <p class="eyebrow">A friendly path from draft to dependable</p> <h1>Every skill deserves<br><em>a clear job.</em></h1> <p>
|
||||
Read the original, understand what already works, and compare a safer, leaner draft. Nothing
|
||||
here overwrites a submission; revisions live in their own review output.
|
||||
</p> </section> <section class="principles" aria-label="Review principles"> <article> <b>01</b><strong>Discoverable</strong><span>A precise description tells an agent when to load the skill.</span> </article> <article> <b>02</b><strong>Useful in context</strong><span>Core workflow stays short; conditional detail loads only when needed.</span> </article> <article> <b>03</b><strong>Safe by design</strong><span>Commands, secrets, and shared systems have explicit boundaries.</span> </article> <article> <b>04</b><strong>Proven in use</strong><span>Real prompts and observable checks turn a draft into a reliable tool.</span> </article> </section> <section class="method"> <div> <p class="eyebrow">How to use this desk</p><h2>Compare.<br><em>Then choose.</em></h2> </div> <ol> <li>Select a submission, or open an author URL.</li><li>
|
||||
@@ -18,4 +19,4 @@ Share an author with <code>?author=Name</code>, or one review with <code>?author
|
||||
|
||||
window.SKILLS_REVIEW_VOTE_API = 'https://ai-for-dummies-vote.marcospaulo.dev.br';
|
||||
window.__SKILLS_REVIEW_CATALOG = JSON.parse(serializedCatalog);
|
||||
})();</script> <script type="module" src="/ai-for-dummies/_astro/skills-review.astro_astro_type_script_index_0_lang.CXd69NST.js"></script> </body></html>
|
||||
})();</script> <script type="module" src="/ai-for-dummies/_astro/skills-review.astro_astro_type_script_index_0_lang.CXd69NST.js"></script> </body></html>
|
||||
Reference in New Issue
Block a user