add-neon-docs

โดย neondatabase

ใช้ทักษะนี้เมื่อผู้ใช้ขอให้เพิ่มเอกสาร เพิ่มเอกสารอ้างอิง เพิ่มข้อมูลอ้างอิง หรือติดตั้งเอกสารเกี่ยวกับ Neon เพิ่มลิงก์อ้างอิงแนวทางปฏิบัติที่ดีที่สุดของ Neon…

npx skills add https://github.com/neondatabase/ai-rules --skill add-neon-docs

Add Neon Knowledge References to Project

This skill adds reference links to Neon documentation and best practices in your project's AI documentation file, enabling AI assistants to quickly access Neon-specific patterns and guidelines without cluttering your project with large documentation files.

How It Works

This skill follows a simple workflow:

  1. Load metadata - Read skill information from skill-knowledge-map.json
  2. Detect documentation file - Find CLAUDE.md, AGENTS.md, or Cursor rules files
  3. Ask permission - Show what will be added and where
  4. Add references - Insert URLs in a "Resources & References" section
  5. Report completion - Confirm successful installation

For detailed workflow steps, see install-knowledge.md.

Parameters

SKILL_NAME Parameter

Optional. Specifies which skill documentation to install (e.g., "neon-drizzle"). If not provided, you'll be prompted to choose from available skills defined in skill-knowledge-map.json.

Usage Examples

Called from another skill:

Execute the add-neon-docs skill with SKILL_NAME="neon-drizzle"

Called directly by user:

  • "Add neon drizzle knowledge to my project"
  • "Install neon serverless documentation"
  • "Set up Neon best practices for my AI assistant"

What Gets Added

References are added to a "Resources & References" section in your AI documentation file:

## Resources & References

- **Neon and Drizzle ORM best practices**: https://raw.githubusercontent.com/neondatabase-labs/ai-rules/main/neon-drizzle.mdc
- **Serverless connection patterns**: https://raw.githubusercontent.com/neondatabase-labs/ai-rules/main/neon-serverless.mdc

Target Files (in priority order):

  • CLAUDE.md - Most common for Claude Code projects
  • AGENTS.md - Custom AI documentation files
  • .cursor/README.md or .cursor/rules.md - Cursor IDE projects
  • Creates CLAUDE.md if none exist

Behavior:

  • Existing "Resources & References" sections: New links are appended
  • No existing section: Section is created at end of file
  • No documentation file: CLAUDE.md is created with references

Related Skills

  • neon-drizzle - Sets up Drizzle ORM, then offers this skill
  • neon-serverless - Sets up connections, then offers this skill
  • neon-toolkit - Sets up ephemeral databases, then offers this skill

Workflow Reference

For complete implementation details:

  • Workflow: install-knowledge.md - Step-by-step agent workflow with error handling
  • Metadata: skill-knowledge-map.json - Skill definitions and reference URLs

Workflow Implementation

Now I'll execute the installation workflow for you.

Parameter received: SKILL_NAME = ${SKILL_NAME || "not provided - will ask user"}

Execute install-knowledge.md with the specified SKILL_NAME.

Skills เพิ่มเติมจาก neondatabase

neon-auth
neondatabase
ตั้งค่า Neon Auth สำหรับแอปพลิเคชันของคุณ กำหนดค่าการยืนยันตัวตน สร้างเส้นทางสำหรับการยืนยันตัวตน และสร้างส่วนประกอบ UI ใช้เมื่อเพิ่มการยืนยันตัวตนให้กับ Next.js,…
official
neon-drizzle
neondatabase
สร้างการตั้งค่า Drizzle ORM ที่ทำงานได้อย่างสมบูรณ์พร้อมฐานข้อมูล Neon ที่เตรียมไว้ ติดตั้ง dependencies จัดเตรียมข้อมูลรับรองฐานข้อมูล กำหนดค่าการเชื่อมต่อ…
official
neon-js
neondatabase
ตั้งค่า Neon JS SDK แบบสมบูรณ์พร้อมการยืนยันตัวตนแบบรวมและการค้นหาฐานข้อมูลสไตล์ PostgREST กำหนดค่าไคลเอนต์การยืนยันตัวตน ไคลเอนต์ข้อมูล และการสร้างประเภท ใช้เมื่อ...
official
neon-serverless
neondatabase
กำหนดค่า Neon Serverless Driver สำหรับ Next.js, Vercel Edge Functions, AWS Lambda และสภาพแวดล้อมแบบไร้เซิร์ฟเวอร์อื่นๆ ติดตั้ง @neondatabase/serverless ตั้งค่า…
official
neon-toolkit
neondatabase
สร้างและจัดการฐานข้อมูล Neon แบบชั่วคราวสำหรับการทดสอบ, ไปป์ไลน์ CI/CD, และสภาพแวดล้อมการพัฒนาแบบแยกส่วน ใช้เมื่อสร้างฐานข้อมูลชั่วคราวสำหรับ…
official
logging-best-practices
neondatabase
แนวทางปฏิบัติที่ดีที่สุดในการบันทึกข้อมูลที่เน้นเหตุการณ์กว้าง (canonical log lines) เพื่อการดีบักและการวิเคราะห์ที่มีประสิทธิภาพ
official
skill-creator
neondatabase
คู่มือสำหรับการสร้างสกิลที่มีประสิทธิภาพ สกิลนี้ควรใช้เมื่อผู้ใช้ต้องการสร้างสกิลใหม่ (หรืออัปเดตสกิลที่มีอยู่) ที่ขยายความสามารถของ Claude...
official
claimable-postgres
neondatabase
ฐานข้อมูล Postgres แบบทันทีสำหรับการพัฒนาในเครื่อง การสาธิต การสร้างต้นแบบ และสภาพแวดล้อมการทดสอบ ไม่ต้องมีบัญชี ฐานข้อมูลจะหมดอายุหลังจาก 72 ชั่วโมง เว้นแต่จะถูกอ้างสิทธิ์ไปยังบัญชี Neon
official