Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cremich/promptz
/ functions
Functions
244 in github.com/cremich/promptz
⨍
Functions
244
◇
Types & classes
49
↓ 1 callers
Function
readGenaiStartupsLibrary
* Read and parse the GenAI Startups library * Contains agents and steering documents for GenAI development with Strands and AgentCore
scripts/generate-library-data.ts:379
↓ 1 callers
Function
readHooksFromJson
* Read hooks from a JSON configuration file * Used for libraries that store hooks in a single JSON file like product-teams
scripts/generate-library-data.ts:674
↓ 1 callers
Function
readKiroBestPracticesLibrary
* Read and parse the Kiro Best Practices library * Contains hooks and steering documents in .kiro directory structure
scripts/generate-library-data.ts:316
↓ 1 callers
Function
readKiroLibrary
* Read and parse the Kiro Powers library * Replicates logic from lib/content-service.ts
scripts/generate-library-data.ts:289
↓ 1 callers
Function
readProductTeamsLibrary
* Read and parse the Product Teams library * Contains prompts, steering documents, and hooks for product development workflows
scripts/generate-library-data.ts:347
↓ 1 callers
Function
readPromptzLibrary
* Read and parse the Promptz community library * Replicates logic from lib/content-service.ts
scripts/generate-library-data.ts:257
↓ 1 callers
Function
readSteeringFromKiroAgents
* Read steering documents from kiro-agents directory structure * Each subdirectory may contain .kiro/rules and .kiro/context folders with MD files
scripts/generate-library-data.ts:457
↓ 1 callers
Function
readSteeringRecursive
* Recursively read steering documents from a directory and its subdirectories
scripts/generate-library-data.ts:493
↓ 1 callers
Function
renderContent
()
components/search/search-modal.tsx:47
↓ 1 callers
Function
truncateContent
* Truncate content for search index
scripts/build-search-index.ts:171
Function
Accordion
({ ...props }: React.ComponentProps<typeof AccordionPrimitive.Root>)
components/ui/accordion.tsx:9
Function
AccordionContent
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Content>)
components/ui/accordion.tsx:50
Function
AccordionItem
({ className, ...props }: React.ComponentProps<typeof AccordionPrimitive.Item>)
components/ui/accordion.tsx:15
Function
AccordionTrigger
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Trigger>)
components/ui/accordion.tsx:28
Function
AgentDetail
({ slug }: { slug: string })
app/agents/[id]/page.tsx:89
Function
AgentDetailPage
({ params, }: AgentDetailPageProps)
app/agents/[id]/page.tsx:233
Function
AgentsLoading
()
app/agents/page.tsx:23
Function
AgentsPage
()
app/agents/page.tsx:32
Function
AllAgents
()
app/agents/page.tsx:27
Function
AllHooks
()
app/hooks/page.tsx:27
Function
AllPowers
()
app/powers/page.tsx:10
Function
AllPrompts
()
app/prompts/page.tsx:27
Function
AllSteering
()
app/steering/page.tsx:27
Function
Badge
({ className, variant, asChild = false, ...props }: React.ComponentProps<"span"> & VariantProps<type
components/ui/badge.tsx:28
Function
BadgeContainer
({ children, context = 'detail-header', className }: BadgeContainerProps)
components/badge-container.tsx:33
Function
Button
({ className, variant = "default", size = "default", asChild = false, ...props }: React.ComponentPro
components/ui/button.tsx:37
Function
Card
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:5
Function
CardAction
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:51
Function
CardContent
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:64
Function
CardDescription
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:41
Function
CardFooter
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:74
Function
CardHeader
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:18
Function
CardTitle
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:31
Function
CompactCard
({ item, className }: CompactCardProps)
components/compact-card.tsx:48
Function
CompactCardSkeleton
({ className }: { className?: string })
components/compact-card.tsx:103
Function
ContentDate
({ content, className, variant = "card", ...props }: ContentDateProps & Record<string, unknown>)
components/content-date.tsx:19
Function
ContentGridSkeleton
()
app/page.tsx:7
Function
ContentHeader
({ content }: ContentHeaderProps)
components/content-header.tsx:32
Function
ContentStats
({ stats }: { stats: LibraryInfo['contentStats'] })
components/library-card.tsx:35
Function
ContentTypeBadge
({ contentType, className }: ContentTypeBadgeProps)
components/content-type-badge.tsx:40
Function
ContributeLayout
({ children, }: { children: React.ReactNode })
app/contribute/layout.tsx:1
Function
ContributorInfo
({ content }: ContributorInfoProps)
components/contributor-info.tsx:16
Function
DetailLayout
({ backHref, backLabel, children, }: DetailLayoutProps)
components/detail-layout.tsx:13
Function
DetailSkeleton
()
components/detail-layout.tsx:43
Function
DialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:70
Function
DialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:56
Function
Emphasis
({ children }: { children: ReactNode })
components/page-header.tsx:112
Function
FAQLayout
({ children, }: { children: React.ReactNode })
app/faq/layout.tsx:1
Function
Footer
({ className }: { className?: string })
components/footer.tsx:43
Function
GitHash
({ git, className }: GitHashProps)
components/git-hash.tsx:9
Function
GitHubIcon
({ className }: { className?: string })
components/footer.tsx:29
Function
GitHubIcon
({ className }: { className?: string })
components/github-link.tsx:15
Function
GitHubLink
({ content, url, className, variant = 'outline', size = 'sm', showLabel = true, }: GitHubLinkProps
components/github-link.tsx:53
Function
Grid
({ items, maxItems, className = "" }: GridProps)
components/grid.tsx:10
Function
GridSkeleton
({ count = 6, className = "" }: { count?: number; className?: string })
components/grid.tsx:37
Function
Hero
()
components/hero.tsx:6
Function
Home
()
app/page.tsx:38
Function
HookDetail
({ slug }: { slug: string })
app/hooks/[id]/page.tsx:91
Function
HookDetailPage
({ params }: HookDetailPageProps)
app/hooks/[id]/page.tsx:131
Function
HookTriggerBadge
({ trigger, className }: HookTriggerBadgeProps)
components/hook-trigger-badge.tsx:8
Function
HooksLoading
()
app/hooks/page.tsx:23
Function
HooksPage
()
app/hooks/page.tsx:32
Function
Input
({ className, type, ...props }: React.ComponentProps<"input">)
components/ui/input.tsx:5
Function
InputGroup
({ className, ...props }: React.ComponentProps<"div">)
components/ui/input-group.tsx:11
Function
InputGroupAddon
({ className, align = "inline-start", ...props }: React.ComponentProps<"div"> & VariantProps<typeof inpu
components/ui/input-group.tsx:44
Function
InputGroupButton
({ className, type = "button", variant = "ghost", size = "xs", ...props }: Omit<React.ComponentProps
components/ui/input-group.tsx:83
Function
InputGroupInput
({ className, ...props }: React.ComponentProps<"input">)
components/ui/input-group.tsx:114
Function
InputGroupText
({ className, ...props }: React.ComponentProps<"span">)
components/ui/input-group.tsx:102
Function
InputGroupTextarea
({ className, ...props }: React.ComponentProps<"textarea">)
components/ui/input-group.tsx:127
Function
Kbd
({ className, ...props }: React.ComponentProps<"kbd">)
components/ui/kbd.tsx:3
Function
KbdGroup
({ className, ...props }: React.ComponentProps<"div">)
components/ui/kbd.tsx:16
Function
Keywords
({ keywords, className }: KeywordsProps)
components/keywords.tsx:9
Function
LatestContentGrid
()
app/page.tsx:18
Function
LibrariesGrid
()
app/library/page.tsx:76
Function
LibrariesLoading
()
app/library/page.tsx:66
Function
LibraryBadge
({ content, className }: LibraryBadgeProps)
components/library-badge.tsx:51
Function
LibraryCard
({ library }: LibraryCardProps)
components/library-card.tsx:75
Function
LibraryContent
({ libraryId }: { libraryId: string })
app/library/[id]/page.tsx:74
Function
LibraryContentLoading
()
app/library/[id]/page.tsx:70
Function
LibraryDetailContent
({ id }: { id: string })
app/library/[id]/page.tsx:110
Function
LibraryDetailPage
({ params }: LibraryDetailPageProps)
app/library/[id]/page.tsx:100
Function
LibraryLegend
* LibraryLegend component that explains the different library badge types
components/page-header.tsx:50
Function
LibraryPage
()
app/library/page.tsx:153
Function
LibraryStatsBar
()
app/library/page.tsx:100
Function
LibraryStatsBarSkeleton
()
app/library/page.tsx:137
Function
ModalityBadge
({ support, className }: ModalityBadgeProps)
components/modality-badge.tsx:11
Function
Navigation
({ className }: NavigationProps)
components/navigation.tsx:26
Function
PageHeader
({ title, description, children, showLibraryLegend = false }: PageHeaderProps)
components/page-header.tsx:14
Function
PixelParticles
()
components/animations/pixel-particles.tsx:23
Function
PowerContentTabs
({ power, steeringContents, }: { power: Power steeringContents: Array<{ filename: string; content: str
app/powers/[id]/page.tsx:126
Function
PowerDetail
({ slug }: { slug: string })
app/powers/[id]/page.tsx:211
Function
PowerDetailPage
({ params, }: PowerDetailPageProps)
app/powers/[id]/page.tsx:242
Function
PowersLoading
()
app/powers/page.tsx:6
Function
PowersPage
()
app/powers/page.tsx:15
Function
PrivacyLayout
({ children, }: { children: React.ReactNode })
app/privacy/layout.tsx:1
Function
PromptDetail
({ slug }: { slug: string })
app/prompts/[id]/page.tsx:84
Function
PromptDetailPage
({ params, }: PromptDetailPageProps)
app/prompts/[id]/page.tsx:128
Function
PromptNotFound
()
app/prompts/[id]/not-found.tsx:4
Function
PromptsLoading
()
app/prompts/page.tsx:23
Function
PromptsPage
()
app/prompts/page.tsx:32
← previous
next →
101–200 of 244, ranked by callers