add-neon-docs

Append Neon documentation references to project AI documentation files.

86|12|Updated Mar 4, 2025
One-click install
npx skills add https://github.com/neondatabase-labs/ai-rules --skill add-neon-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-neon-docs
Source: https://github.com/neondatabase-labs/ai-rules/tree/main/neon-plugin/skills/add-neon-docs
Command: npx skills add https://github.com/neondatabase-labs/ai-rules --skill add-neon-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeping AI assistants informed about project-specific best practices and external documentation can be challenging. This Skill automates the process of integrating Neon-specific reference links directly into your project's AI documentation files, ensuring your AI always has the latest context without manual updates or large embedded documents.

Core Features & Use Cases

  • AI Context Enhancement: Automatically adds relevant Neon documentation links to CLAUDE.md, AGENTS.md, or Cursor rules files.
  • Zero-Clutter Integration: Integrates references without embedding large documentation files directly into your project.
  • Seamless Discovery: Helps your AI assistant discover and apply Neon best practices in future conversations.
  • Use Case: After setting up Drizzle ORM with Neon, use this Skill to automatically add links to Drizzle + Neon best practices, allowing your AI to provide more accurate and context-aware assistance for database queries and migrations.

Quick Start

Example: Add Drizzle + Neon docs

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

Example: Add general Neon docs (will prompt for choice)

Execute the add-neon-docs skill

Frequently Asked Questions about add-neon-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add Neon documentation references to my AI assistant's context?

Add Neon documentation references by running the add-neon-docs skill, which automatically detects your project's AI documentation file (CLAUDE.md, AGENTS.md, or Cursor rules) and appends a Resources & References section with Neon best-practices URLs. It creates CLAUDE.md if none exists and asks for confirmation before modifying files.

Can I integrate Neon best practices with Drizzle ORM documentation?

Yes. After setting up Drizzle ORM with Neon, execute the skill with SKILL_NAME="neon-drizzle" to automatically add links to Drizzle + Neon best practices. This allows your AI assistant to provide context-aware guidance for database queries and migrations.

What files does the automation modify or create?

The skill detects and modifies CLAUDE.md, AGENTS.md, or Cursor rules files in your current working directory. If no AI documentation file exists, it creates CLAUDE.md. All changes use relative paths and require your confirmation before execution.

Do I need to manually maintain documentation links when Neon updates best practices?

No. The skill loads metadata from skill-knowledge-map.json and appends reference URLs without embedding large documentation files. Running the skill again updates your project's AI context with the latest Neon documentation without manual intervention.

What's the difference between running the skill with and without a specific skill name?

Running with SKILL_NAME="neon-drizzle" directly adds Drizzle + Neon documentation. Running without parameters prompts you to choose which Neon documentation category to integrate, giving you flexibility to select relevant resources for your project.