📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -69,6 +69,7 @@ export function Home(): React.ReactElement {
|
||||
const [syncMsg, setSyncMsg] = useState<SyncMessage | null>(null);
|
||||
const [commandCopied, setCommandCopied] = useState(false);
|
||||
const installCommand = 'npx antigravity-awesome-skills';
|
||||
const repositoryLink = 'https://github.com/sickn33/antigravity-awesome-skills';
|
||||
const docsLink = 'https://github.com/sickn33/antigravity-awesome-skills/blob/main/docs/users/usage.md';
|
||||
const installLink = 'https://www.npmjs.com/package/antigravity-awesome-skills';
|
||||
const faqItems = getHomeFaqItems();
|
||||
@@ -172,11 +173,20 @@ export function Home(): React.ReactElement {
|
||||
Build agent workflows with production-grade skill playbooks
|
||||
</h2>
|
||||
<p className="mt-4 max-w-4xl text-sm leading-relaxed text-slate-600 sm:text-base dark:text-slate-300">
|
||||
Antigravity Awesome Skills is a curated catalog of installable capabilities for AI assistants.
|
||||
Search fast, shortlist by category, and launch your first tested workflow from one focused workspace.
|
||||
Antigravity Awesome Skills is a curated catalog for the official GitHub repository of installable
|
||||
capabilities for AI assistants. Search fast, shortlist by category, and launch your first tested
|
||||
workflow from one focused workspace.
|
||||
</p>
|
||||
|
||||
<div className="mt-6 flex flex-col gap-3 sm:flex-row sm:flex-wrap sm:items-stretch">
|
||||
<a
|
||||
href={repositoryLink}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="inline-flex items-center justify-center rounded-lg border border-slate-400/80 bg-white/80 px-4 py-2.5 text-sm font-semibold text-slate-900 shadow-[inset_0_1px_0_rgba(255,255,255,0.9),0_10px_20px_-16px_rgba(15,23,42,0.7)] transition-colors hover:border-slate-500 hover:bg-slate-100 dark:border-slate-600 dark:bg-slate-800/70 dark:text-slate-100 dark:hover:bg-slate-700"
|
||||
>
|
||||
Open the GitHub repository
|
||||
</a>
|
||||
<button
|
||||
onClick={copyInstallCommand}
|
||||
className="inline-flex items-center justify-center rounded-lg bg-slate-900 px-4 py-2.5 text-sm font-semibold text-white transition-colors hover:bg-slate-800 dark:bg-slate-100 dark:text-slate-900 dark:hover:bg-white"
|
||||
|
||||
@@ -32,7 +32,7 @@ export function Plugins(): React.ReactElement {
|
||||
Choose the focused AAS plugin for your AI coding workflow
|
||||
</h1>
|
||||
<p className="mt-4 max-w-4xl text-sm leading-relaxed text-slate-600 sm:text-base dark:text-slate-300">
|
||||
AAS specialized plugins are focused, domain-specific distributions of the 1,494+ skill library.
|
||||
AAS specialized plugins are focused, domain-specific distributions of the 1,508+ skill library.
|
||||
Start here when you know the job: web apps, security, data analytics, documents, DevOps, QA,
|
||||
OSS maintenance, mobile apps, automation, or agent and MCP systems.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user