AgentSkillsCN

Check Library

检查库

SKILL.md

Check Library Documentation

Look up documentation for the specified library: $ARGUMENTS

Process

  1. Identify the library type

    • If Next.js related → search Next.js documentation
    • If shadcn/ui related → search shadcn documentation
    • If other library → search general documentation
  2. Search documentation

    • Use web search to find official documentation
    • Look for current best practices and examples
    • Find implementation guides
  3. Provide summary

    • Key concepts and usage patterns
    • Code examples
    • Common pitfalls to avoid
    • Links to relevant documentation

Guidelines

  • Clarify ambiguous library names before searching
  • Prioritize official documentation over third-party sources
  • Include version-specific information when relevant
  • Provide practical, actionable guidance