Topic: rag
499 skills in this topic.
-
prior-art-search
Systematic 7-step methodology for comprehensive patent prior art searches and patentability assessments using BigQuery and CPC classification
RobThePCGuy/Claude-Patent-Creator 51
-
setup-assistant
Guides through installation, configuration, and first-time setup of the Claude Patent Creator system.
RobThePCGuy/Claude-Patent-Creator 51
-
testing-assistant
Manages testing lifecycle including unit tests, integration tests, validation, and quality assurance.
RobThePCGuy/Claude-Patent-Creator 51
-
troubleshooting-assistant
Diagnoses and resolves MCP server registration failures, GPU detection, BigQuery authentication, index build failures, import errors, search quality issues, and performance problems.
RobThePCGuy/Claude-Patent-Creator 51
-
clarity-gate
Pre-ingestion verification for epistemic quality in RAG systems. Ensures documents are properly qualified before entering knowledge bases. Produces CGD (Clarity-Gated Documents) and validates SOT (Source of Truth) files.
frmoretto/clarity-gate 25
-
clarity-gate
Pre-ingestion verification for epistemic quality in RAG systems. Ensures documents are properly qualified before entering knowledge bases. Produces CGD (Clarity-Gated Documents) and validates SOT (Source of Truth) files.
frmoretto/clarity-gate 25
-
clarity-gate
Pre-ingestion verification for epistemic quality in RAG systems. Ensures documents are properly qualified before entering knowledge bases. Produces CGD (Clarity-Gated Documents) and validates SOT (Source of Truth) files.
frmoretto/clarity-gate 25
-
clarity-gate
Pre-ingestion verification for epistemic quality in RAG systems. Ensures documents are properly qualified before entering knowledge bases. Produces CGD (Clarity-Gated Documents) and validates SOT (Source of Truth) files.
frmoretto/clarity-gate 25
-
weaviate-collection-manager
Create, view, update, and delete Weaviate collections with schema management (for local Weaviate)
saskinosie/weaviate-claude-skills 41
-
weaviate-connection
Connect to local Weaviate vector database and verify connection health
saskinosie/weaviate-claude-skills 41
-
weaviate-data-ingestion
Upload and process data into local Weaviate collections with support for single objects, batch uploads, and multi-modal content
saskinosie/weaviate-claude-skills 41
-
weaviate-local-setup
Set up and manage a local Weaviate instance using Docker
saskinosie/weaviate-claude-skills 41
-
weaviate-query-agent
Search and retrieve data from local Weaviate using semantic search, filters, RAG, and hybrid queries
saskinosie/weaviate-claude-skills 41
-
mcp-local-rag
Ingest, search, list, update, or delete content in a local mcp-local-rag index when the user is working with local documents or pasted/fetched HTML, Markdown, or text. Use this skill to choose the right MCP tool or `npx mcp-local-rag` CLI command, formulate effective queries, interpret search scores, and manage source metadata.
shinpr/mcp-local-rag 189
-
backend-code-review
Review backend code for quality, security, maintainability, and best practices based on established checklist rules. Use when the user requests a review, analysis, or improvement of backend files (e.g., `.py`) under the `api/` directory. Do NOT use for frontend files (e.g., `.tsx`, `.ts`, `.js`). Supports pending-change review, code snippets review, and file-focused review.
langgenius/dify 134,926
-
component-refactoring
Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component --json` shows complexity > 50 or lineCount > 300, when the user asks for code splitting, hook extraction, or complexity reduction, or when `pnpm analyze-component` warns to refactor before testing; avoid for simple/well-structured components, third-party wrappers, or when the user explicitly wants testing without refactoring.
langgenius/dify 134,926
-
frontend-code-review
Trigger when the user requests a review of frontend files (e.g., `.tsx`, `.ts`, `.js`). Support both pending-change reviews and focused file reviews while applying the checklist rules.
langgenius/dify 134,926
-
frontend-query-mutation
Guide for implementing Dify frontend query and mutation patterns with TanStack Query and oRPC. Trigger when creating or updating contracts in web/contract, wiring router composition, consuming consoleQuery or marketplaceQuery in components or services, deciding whether to call queryOptions() directly or extract a helper or use-* hook, handling conditional queries, cache invalidation, mutation error handling, or migrating legacy service calls to contract-first query and mutation helpers.
langgenius/dify 134,926
-
frontend-testing
Generate Vitest + React Testing Library tests for Dify frontend components, hooks, and utilities. Triggers on testing, spec files, coverage, Vitest, RTL, unit tests, integration tests, or write/review test requests.
langgenius/dify 134,926