MCPcopy Create free account

hub / github.com/agentsmd/agents.md / functions

Functions28 in github.com/agentsmd/agents.md

↓ 2 callersFunctionrenderLineWithInlineCode
* Render a line with inline code highlighting
components/CodeExample.tsx:106
↓ 1 callersFunctionparseMarkdown
* Very lightly highlight the Markdown without fully parsing it.
components/CodeExample.tsx:66
↓ 1 callersFunctionshuffleAgents
(items: AgentEntry[])
components/CompatibilitySection.tsx:144
FunctionAboutSection
()
components/AboutSection.tsx:3
FunctionApp
({ Component, pageProps }: AppProps)
pages/_app.tsx:5
FunctionClipboardIcon
({ className = "w-6 h-6 flex-shrink-0" })
components/icons/ClipboardIcon.tsx:3
FunctionCodeExample
({ code, href, compact = false, heightClass, centerVertically = false, }: CodeExampleProps)
components/CodeExample.tsx:126
FunctionCompatibilitySection
()
components/CompatibilitySection.tsx:265
FunctionCopyIcon
({ className = "w-4 h-4 flex-shrink-0" })
components/icons/CopyIcon.tsx:3
FunctionDocument
()
pages/_document.tsx:3
FunctionExampleCard
({ repo, avatars = [], totalContributors = 0, hideOnSmall = false, hideOnMedium = false, }: ExampleC
components/ExampleListSection.tsx:115
FunctionExampleListSection
({ contributorsByRepo = {}, standalone = false, }: ExampleListSectionProps)
components/ExampleListSection.tsx:85
FunctionExamplesSection
({ contributorsByRepo }: ExamplesSectionProps)
components/ExamplesSection.tsx:10
FunctionFAQ
()
components/FAQSection.tsx:10
FunctionFooter
()
components/Footer.tsx:3
FunctionGitHubIcon
({ className = "w-4 h-4" }: GitHubIconProps)
components/icons/GitHubIcon.tsx:8
FunctionHero
()
components/Hero.tsx:5
FunctionHowToUseSection
()
components/HowToUseSection.tsx:4
FunctionInnerGrid
({ contributorsByRepo = {}, }: { contributorsByRepo: Record<string, { avatars: string[]; total: number }>;
components/ExampleListSection.tsx:52
FunctionLandingPage
({ contributorsByRepo }: LandingPageProps)
pages/index.tsx:17
FunctionLinkIcon
({ className = "w-6 h-6 flex-shrink-0" })
components/icons/LinkIcon.tsx:3
FunctionLogoItem
({ name, url, from, imageSrc, imageSrcLight, imageSrcDark, variant = "marquee", }: LogoItemProps
components/CompatibilitySection.tsx:157
FunctionLogoMarqueeRow
({ agents, isActive, duration, offset, }: { agents: AgentEntry[]; isActive: boolean; duration: n
components/CompatibilitySection.tsx:228
FunctionSection
({ className = "", id, title, children, center = false, maxWidthClass = "max-w-6xl", }: SectionPro
components/Section.tsx:18
FunctionUserIcon
({ className = "w-6 h-6 flex-shrink-0" })
components/icons/UserIcon.tsx:3
FunctionWhySection
()
components/WhySection.tsx:7
FunctioncopyToClipboard
()
components/CodeExample.tsx:136
FunctiongetStaticProps
()
pages/index.tsx:47