import-skill

Import skill assets from Notion databases into local Nexus directories.

2|1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/abdullahbeam/nexus-design-abdullah --skill import-skill-abdullahbeam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: import-skill
Source: https://github.com/abdullahbeam/nexus-design-abdullah/tree/main/00-system/skills/skill-dev/import-skill
Command: npx skills add https://github.com/abdullahbeam/nexus-design-abdullah --skill import-skill-abdullahbeam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually transferring custom skill definitions from Notion to your local Nexus environment is time-consuming and risks overwriting existing local skills or creating invalid skill structures.

Core Features & Use Cases

  • Automatic Skill Transfer: Downloads skill assets directly from Notion pages and creates properly structured skill folders in your Nexus 03-skills/ directory.
  • Safe Import with Backups: Automatically backs up existing local skills before overwriting, with options to skip overwrites or compare versions side-by-side.
  • Batch Import Support: Import multiple skills at once by passing multiple Notion page IDs, perfect for syncing entire skill libraries.
  • Use Case: If you have 10 custom workflow skills stored in a Notion database, use this skill to import all of them to your local Nexus setup in one batch, with no risk of losing your existing local skill versions.

Quick Start

Use the import-skill skill to pull the skill associated with Notion page ID abc123 into your local Nexus 03-skills folder.

Frequently Asked Questions about import-skill

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

FAQPage Schema
How do I import custom skills from a Notion database into my local Nexus workspace?

You can batch import multiple skills from Notion by passing multiple Notion page IDs to the skill. This automatically downloads all specified skill assets and syncs them to your local Nexus 03-skills directory in one operation.

Can I safely overwrite existing local skills when syncing from Notion?

Yes, the import process safely overwrites existing local skills by automatically creating backups before replacement. You can also choose to skip overwrites or compare versions side-by-side to prevent data loss.

What file formats are supported for importing Notion skills into Nexus?

The import process supports multiple skill file formats, including JSON bundles, ZIP archives, and single markdown files. It validates skill structure and YAML headers during transfer.

Does importing skills from Notion validate the YAML headers and structure?

Yes, importing skills from Notion validates skill structure and YAML headers automatically. This ensures the transferred assets conform to Nexus requirements and prevents invalid skill structures from breaking your workspace.

What is the best way to sync an entire skill library from Notion to local Nexus directories?

The best way to sync an entire skill library is using batch import support, which processes multiple Notion page IDs simultaneously. This transfers all custom workflow skills to your local Nexus environment with automatic backups.