skills-and-capabilities

Classify Neon Pilot capabilities into skills, docs, instructions, plugins, or extensions.

22|2|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/patleeman/neon-pilot --skill skills-and-capabilities
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-and-capabilities
Source: https://github.com/patleeman/neon-pilot/tree/main/extensions/system-extension-manager/skills/skills-and-capabilities
Command: npx skills add https://github.com/patleeman/neon-pilot --skill skills-and-capabilities

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams decide whether behavior should live in an instruction file, a durable doc, a reusable skill, a tool, or an extension, preventing misplacement and fragmentation.

Core Features & Use Cases

  • Provides criteria to classify capabilities as skills, docs, instructions, extensions, or plugins.
  • Guides placement decisions across knowledge bases, extension ecosystems, and runtime components.
  • Helps maintain clear boundaries between reusable workflows and extension features for maintainable architectures.

Quick Start

Decide where a new capability should live (skill, doc, instruction file, plugin, or extension) and how to structure it within Neon Pilot's architecture.

Frequently Asked Questions about skills-and-capabilities

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

FAQPage Schema
How do I decide whether a capability should be a skill or an extension?

To decide if a capability is a skill or an extension, evaluate whether the behavior represents a reusable workflow unit or a platform-specific feature, applying classification policies for structure and placement.

When should I edit AGENTS.md instead of creating a new instruction file?

Edit AGENTS.md instead of creating an instruction file when defining structural policies and placement boundaries for capabilities, ensuring maintainable architecture across knowledge and extension ecosystems.

What is the best way to classify capabilities across knowledge bases and extension ecosystems?

The best way to classify capabilities is applying criteria to categorize them as skills, docs, instructions, extensions, or plugins, preventing fragmentation and maintaining clear architectural boundaries.

Can I use a single skill for both workflow automation and extension features in Neon Pilot?

Using a single skill for both workflows and extension features risks misplacement; criteria distinguish reusable workflows from extension features to maintain clear boundaries and prevent architectural fragmentation.

Why does capability misplacement cause fragmentation in architecture?

Capability misplacement causes fragmentation because behavior lives in the wrong layer, blurring boundaries between durable docs, reusable skills, and extensions, which degrades maintainability and structural clarity.