MCPcopy Create free account

hub / github.com/cremich/promptz / functions

Functions244 in github.com/cremich/promptz

↓ 1 callersFunctionreadGenaiStartupsLibrary
* 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 callersFunctionreadHooksFromJson
* 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 callersFunctionreadKiroBestPracticesLibrary
* Read and parse the Kiro Best Practices library * Contains hooks and steering documents in .kiro directory structure
scripts/generate-library-data.ts:316
↓ 1 callersFunctionreadKiroLibrary
* Read and parse the Kiro Powers library * Replicates logic from lib/content-service.ts
scripts/generate-library-data.ts:289
↓ 1 callersFunctionreadProductTeamsLibrary
* Read and parse the Product Teams library * Contains prompts, steering documents, and hooks for product development workflows
scripts/generate-library-data.ts:347
↓ 1 callersFunctionreadPromptzLibrary
* Read and parse the Promptz community library * Replicates logic from lib/content-service.ts
scripts/generate-library-data.ts:257
↓ 1 callersFunctionreadSteeringFromKiroAgents
* 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 callersFunctionreadSteeringRecursive
* Recursively read steering documents from a directory and its subdirectories
scripts/generate-library-data.ts:493
↓ 1 callersFunctionrenderContent
()
components/search/search-modal.tsx:47
↓ 1 callersFunctiontruncateContent
* Truncate content for search index
scripts/build-search-index.ts:171
FunctionAccordion
({ ...props }: React.ComponentProps<typeof AccordionPrimitive.Root>)
components/ui/accordion.tsx:9
FunctionAccordionContent
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Content>)
components/ui/accordion.tsx:50
FunctionAccordionItem
({ className, ...props }: React.ComponentProps<typeof AccordionPrimitive.Item>)
components/ui/accordion.tsx:15
FunctionAccordionTrigger
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Trigger>)
components/ui/accordion.tsx:28
FunctionAgentDetail
({ slug }: { slug: string })
app/agents/[id]/page.tsx:89
FunctionAgentDetailPage
({ params, }: AgentDetailPageProps)
app/agents/[id]/page.tsx:233
FunctionAgentsLoading
()
app/agents/page.tsx:23
FunctionAgentsPage
()
app/agents/page.tsx:32
FunctionAllAgents
()
app/agents/page.tsx:27
FunctionAllHooks
()
app/hooks/page.tsx:27
FunctionAllPowers
()
app/powers/page.tsx:10
FunctionAllPrompts
()
app/prompts/page.tsx:27
FunctionAllSteering
()
app/steering/page.tsx:27
FunctionBadge
({ className, variant, asChild = false, ...props }: React.ComponentProps<"span"> & VariantProps<type
components/ui/badge.tsx:28
FunctionBadgeContainer
({ children, context = 'detail-header', className }: BadgeContainerProps)
components/badge-container.tsx:33
FunctionButton
({ className, variant = "default", size = "default", asChild = false, ...props }: React.ComponentPro
components/ui/button.tsx:37
FunctionCard
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:5
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:51
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:64
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:41
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:74
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:18
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:31
FunctionCompactCard
({ item, className }: CompactCardProps)
components/compact-card.tsx:48
FunctionCompactCardSkeleton
({ className }: { className?: string })
components/compact-card.tsx:103
FunctionContentDate
({ content, className, variant = "card", ...props }: ContentDateProps & Record<string, unknown>)
components/content-date.tsx:19
FunctionContentGridSkeleton
()
app/page.tsx:7
FunctionContentHeader
({ content }: ContentHeaderProps)
components/content-header.tsx:32
FunctionContentStats
({ stats }: { stats: LibraryInfo['contentStats'] })
components/library-card.tsx:35
FunctionContentTypeBadge
({ contentType, className }: ContentTypeBadgeProps)
components/content-type-badge.tsx:40
FunctionContributeLayout
({ children, }: { children: React.ReactNode })
app/contribute/layout.tsx:1
FunctionContributorInfo
({ content }: ContributorInfoProps)
components/contributor-info.tsx:16
FunctionDetailLayout
({ backHref, backLabel, children, }: DetailLayoutProps)
components/detail-layout.tsx:13
FunctionDetailSkeleton
()
components/detail-layout.tsx:43
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:70
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:56
FunctionEmphasis
({ children }: { children: ReactNode })
components/page-header.tsx:112
FunctionFAQLayout
({ children, }: { children: React.ReactNode })
app/faq/layout.tsx:1
FunctionFooter
({ className }: { className?: string })
components/footer.tsx:43
FunctionGitHash
({ git, className }: GitHashProps)
components/git-hash.tsx:9
FunctionGitHubIcon
({ className }: { className?: string })
components/footer.tsx:29
FunctionGitHubIcon
({ className }: { className?: string })
components/github-link.tsx:15
FunctionGitHubLink
({ content, url, className, variant = 'outline', size = 'sm', showLabel = true, }: GitHubLinkProps
components/github-link.tsx:53
FunctionGrid
({ items, maxItems, className = "" }: GridProps)
components/grid.tsx:10
FunctionGridSkeleton
({ count = 6, className = "" }: { count?: number; className?: string })
components/grid.tsx:37
FunctionHero
()
components/hero.tsx:6
FunctionHome
()
app/page.tsx:38
FunctionHookDetail
({ slug }: { slug: string })
app/hooks/[id]/page.tsx:91
FunctionHookDetailPage
({ params }: HookDetailPageProps)
app/hooks/[id]/page.tsx:131
FunctionHookTriggerBadge
({ trigger, className }: HookTriggerBadgeProps)
components/hook-trigger-badge.tsx:8
FunctionHooksLoading
()
app/hooks/page.tsx:23
FunctionHooksPage
()
app/hooks/page.tsx:32
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
components/ui/input.tsx:5
FunctionInputGroup
({ className, ...props }: React.ComponentProps<"div">)
components/ui/input-group.tsx:11
FunctionInputGroupAddon
({ className, align = "inline-start", ...props }: React.ComponentProps<"div"> & VariantProps<typeof inpu
components/ui/input-group.tsx:44
FunctionInputGroupButton
({ className, type = "button", variant = "ghost", size = "xs", ...props }: Omit<React.ComponentProps
components/ui/input-group.tsx:83
FunctionInputGroupInput
({ className, ...props }: React.ComponentProps<"input">)
components/ui/input-group.tsx:114
FunctionInputGroupText
({ className, ...props }: React.ComponentProps<"span">)
components/ui/input-group.tsx:102
FunctionInputGroupTextarea
({ className, ...props }: React.ComponentProps<"textarea">)
components/ui/input-group.tsx:127
FunctionKbd
({ className, ...props }: React.ComponentProps<"kbd">)
components/ui/kbd.tsx:3
FunctionKbdGroup
({ className, ...props }: React.ComponentProps<"div">)
components/ui/kbd.tsx:16
FunctionKeywords
({ keywords, className }: KeywordsProps)
components/keywords.tsx:9
FunctionLatestContentGrid
()
app/page.tsx:18
FunctionLibrariesGrid
()
app/library/page.tsx:76
FunctionLibrariesLoading
()
app/library/page.tsx:66
FunctionLibraryBadge
({ content, className }: LibraryBadgeProps)
components/library-badge.tsx:51
FunctionLibraryCard
({ library }: LibraryCardProps)
components/library-card.tsx:75
FunctionLibraryContent
({ libraryId }: { libraryId: string })
app/library/[id]/page.tsx:74
FunctionLibraryContentLoading
()
app/library/[id]/page.tsx:70
FunctionLibraryDetailContent
({ id }: { id: string })
app/library/[id]/page.tsx:110
FunctionLibraryDetailPage
({ params }: LibraryDetailPageProps)
app/library/[id]/page.tsx:100
FunctionLibraryLegend
* LibraryLegend component that explains the different library badge types
components/page-header.tsx:50
FunctionLibraryPage
()
app/library/page.tsx:153
FunctionLibraryStatsBar
()
app/library/page.tsx:100
FunctionLibraryStatsBarSkeleton
()
app/library/page.tsx:137
FunctionModalityBadge
({ support, className }: ModalityBadgeProps)
components/modality-badge.tsx:11
FunctionNavigation
({ className }: NavigationProps)
components/navigation.tsx:26
FunctionPageHeader
({ title, description, children, showLibraryLegend = false }: PageHeaderProps)
components/page-header.tsx:14
FunctionPixelParticles
()
components/animations/pixel-particles.tsx:23
FunctionPowerContentTabs
({ power, steeringContents, }: { power: Power steeringContents: Array<{ filename: string; content: str
app/powers/[id]/page.tsx:126
FunctionPowerDetail
({ slug }: { slug: string })
app/powers/[id]/page.tsx:211
FunctionPowerDetailPage
({ params, }: PowerDetailPageProps)
app/powers/[id]/page.tsx:242
FunctionPowersLoading
()
app/powers/page.tsx:6
FunctionPowersPage
()
app/powers/page.tsx:15
FunctionPrivacyLayout
({ children, }: { children: React.ReactNode })
app/privacy/layout.tsx:1
FunctionPromptDetail
({ slug }: { slug: string })
app/prompts/[id]/page.tsx:84
FunctionPromptDetailPage
({ params, }: PromptDetailPageProps)
app/prompts/[id]/page.tsx:128
FunctionPromptNotFound
()
app/prompts/[id]/not-found.tsx:4
FunctionPromptsLoading
()
app/prompts/page.tsx:23
FunctionPromptsPage
()
app/prompts/page.tsx:32
← previousnext →101–200 of 244, ranked by callers