"use client"; import { cn } from "@/lib/utils"; import ProgressiveSkillsAnimation from "../progressive-skills-animation"; import { Section } from "../section"; export function SkillsSection({ className }: { className?: string }) { return (
Agent Skills are loaded progressively — only what's needed, when it's needed.
Extend DeerFlow with your own skill files, or use our built-in library. } >
); }