copilotkit-docs

star 0

This skill should be used when the user asks to "search CopilotKit docs", "look up CopilotKit API", "check CopilotKit documentation", or when any CopilotKit hook, component, or pattern needs to be verified before writing code.

samjulien By samjulien schedule Updated 3/7/2026

name: copilotkit-docs description: This skill should be used when the user asks to "search CopilotKit docs", "look up CopilotKit API", "check CopilotKit documentation", or when any CopilotKit hook, component, or pattern needs to be verified before writing code.

Search CopilotKit Documentation

Look up CopilotKit API patterns, usage examples, or implementation details.

Steps

  1. Take the user's topic or question as the search query.

  2. Search the CopilotKit documentation:

    mcp__copilotkit-mcp__search-docs with the query
    
  3. If the first search doesn't answer the question, try variant queries:

    • Specific property names (e.g., "useCopilotChatSuggestions available")
    • Symptom-based queries (e.g., "suggestions only showing once")
  4. Optionally search CopilotKit source code for concrete examples:

    mcp__copilotkit-mcp__search-code with repo: https://github.com/CopilotKit/CopilotKit.git
    
  5. Summarize findings. Note any v1 vs v2 API distinctions — this project uses CopilotKit v1 (1.53.0). Do not mix v1 and v2 imports.

Important

  • v1 imports: @copilotkit/react-core, @copilotkit/react-ui, @copilotkit/runtime
  • v2 imports have /v2 subpaths — do NOT use these
  • Always verify patterns against docs before writing integration code
  • Only dive into node_modules source if the docs don't have the answer
Install via CLI
npx skills add https://github.com/samjulien/budget-copilot --skill copilotkit-docs
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator