add-neon-docs

द्वारा neondatabase

Use this skill when the user asks to add documentation, add docs, add references, or install documentation about Neon. Adds Neon best practices reference links…

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.

neondatabase की और Skills

add-neon-docs
neondatabase
इस कौशल का उपयोग तब करें जब उपयोगकर्ता Neon के बारे में दस्तावेज़ीकरण, डॉक्स, संदर्भ जोड़ने या दस्तावेज़ीकरण स्थापित करने के लिए कहे। Neon के सर्वोत्तम अभ्यास संदर्भ लिंक जोड़ता है…
official
neon-auth
neondatabase
आपके एप्लिकेशन के लिए Neon Auth सेट करता है। प्रमाणीकरण कॉन्फ़िगर करता है, प्रमाणीकरण रूट बनाता है, और UI घटक उत्पन्न करता है। Next.js में प्रमाणीकरण जोड़ते समय उपयोग करें,…
official
neon-drizzle
neondatabase
एक पूर्णतः कार्यशील Drizzle ORM सेटअप बनाता है जिसमें एक प्रावधानित Neon डेटाबेस होता है। निर्भरताएँ स्थापित करता है, डेटाबेस क्रेडेंशियल्स प्रदान करता है, कनेक्शन कॉन्फ़िगर करता है,…
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
परीक्षण, CI/CD पाइपलाइनों और पृथक विकास वातावरणों के लिए अस्थायी Neon डेटाबेस बनाता और प्रबंधित करता है। अस्थायी डेटाबेस बनाते समय उपयोग करें...
official
logging-best-practices
neondatabase
विस्तृत घटनाओं (कैननिकल लॉग लाइन्स) पर केंद्रित लॉगिंग की सर्वोत्तम प्रथाएँ, जो शक्तिशाली डिबगिंग और विश्लेषण के लिए हैं।
official
skill-creator
neondatabase
प्रभावी कौशल बनाने के लिए मार्गदर्शिका। इस कौशल का उपयोग तब किया जाना चाहिए जब उपयोगकर्ता एक नया कौशल बनाना (या मौजूदा कौशल को अपडेट करना) चाहते हैं जो Claude की क्षमताओं को बढ़ाता है…
official