add-neon-docs

Add Neon best-practices reference links to AI documentation files.

2|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/seikaikyo/dash-skills --skill add-neon-docs-seikaikyo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-neon-docs
Source: https://github.com/seikaikyo/dash-skills/tree/main/external/neon-skills/add-neon-docs
Command: npx skills add https://github.com/seikaikyo/dash-skills --skill add-neon-docs-seikaikyo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Neon project documentation often lacks Neon-specific best-practices references. This skill automates the process of incorporating Neon reference links into existing AI docs to improve guidance for developers.

Core Features & Use Cases

  • Detects the appropriate documentation file (CLAUDE.md, AGENTS.md, or Cursor rules) in the current project and determines where to insert Neon references.
  • Reads skill-knowledge-map.json to fetch target URLs and human-friendly descriptions for Neon best practices.
  • Appends or creates a "Resources & References" section in the target document, ensuring proper formatting and non-duplication.
  • Use Case: You want to equip your project docs with Neon best-practices links so your AI can reference them during conversations.

Quick Start

Ask for permission and then add Neon best-practices reference links to the project's documentation file.

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 best-practices references to my project's AI documentation?

To add Neon best-practices references, this skill detects your AI documentation file and appends or creates a "Resources & References" section with relevant links. It fetches target URLs from skill-knowledge-map.json and inserts them into CLAUDE.md, AGENTS.md, or Cursor rules.

Does adding Neon references to CLAUDE.md modify my existing project code?

Adding Neon references to CLAUDE.md does not modify your project code or install packages. The skill solely updates your AI documentation files by appending or creating a formatted references section, leaving your actual codebase untouched.

Can I use this skill to update Cursor rules with Neon documentation links?

You can use this skill to update Cursor rules with Neon documentation links. It automatically detects supported AI documentation formats, including Cursor rules, and appends the best-practice references directly to the appropriate file.

What is the best way to ensure my AI agent knows about Neon best practices?

The best way to ensure your AI agent knows about Neon best practices is to embed reference links directly into its documentation. This skill automates that process by fetching URLs and appending a dedicated resources section to your agent's config files.

How does this skill prevent duplicate reference links in AGENTS.md?

To prevent duplicate reference links in AGENTS.md, the skill checks the existing document content before appending. It ensures proper formatting and non-duplication by verifying that the Neon references are not already present in the file.

Do I need to install Neon packages before adding best-practices references?

You do not need to install Neon packages before adding best-practices references. The skill operates independently of package installations, reading from a local knowledge map to fetch URLs and update your documentation files without dependencies.