Automatically retrieve relevant information from the organization's CustomGPT.ai knowledge base when answering questions about documented topics, policies, procedures, or technical specifications.
Automatically retrieves relevant information from your organization's CustomGPT.ai knowledge base when answering questions about company policies, procedures, technical specifications, or internal documentation.
/plugin marketplace add Poll-The-People/customgpt-claude-code/plugin install customgpt@customgpt-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
You have access to an enterprise knowledge base via CustomGPT.ai's RAG (Retrieval-Augmented Generation) system. Use this skill to ground your answers in authoritative organizational documentation.
DO invoke RAG when the user:
Asks about company policies, procedures, or guidelines
Needs information from internal documentation
Asks about internal systems, APIs, or configurations
References "our documentation" or "company docs"
Asks about security, compliance, or regulatory requirements
Needs technical specifications or architecture decisions
DO NOT invoke RAG for:
General programming questions
Public framework/library documentation
Local file operations
Math, logic, or reasoning problems
Creative writing or brainstorming
When you determine RAG is appropriate:
Formulate a clear query based on the user's question
Call the MCP tool:
mcp__customgpt__send_message(prompt: "your search query")
Process the response:
When incorporating RAG results into your response:
Reference where the information came from:
According to the Security Guidelines (Section 3.2): "All API tokens must be rotated every 90 days."
When precision matters, use exact wording from sources.
If RAG returns no relevant results:
I searched the knowledge base but didn't find specific documentation about [topic]. Based on general best practices...
Integrate RAG results with the conversation context:
Your documentation specifies [X], so applying that to your current code, you should...
User: "What is our rate limiting policy for the API?"
Your process:
mcp__customgpt__send_message(prompt: "API rate limiting policy limits configuration")According to your API documentation:
Rate limits are configured as follows:
- Standard tier: 100 requests per minute
- Enterprise tier: 1,000 requests per minute
- Exceeding limits returns HTTP 429 with a
Retry-AfterheaderSource:
api-guidelines.md(Section 4.2 - Rate Limiting)
If RAG query fails or returns no results:
Example:
I couldn't find specific documentation about [topic] in your knowledge base. Would you like me to provide general guidance based on industry best practices? You might also want to add relevant documentation to your CustomGPT agent for future reference.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.