Neam programming language skills and plugins for Claude Code — complete language reference, DIO data intelligence (14 agents + orchestrator), AI agent development patterns, and 31 ready-made skills
npx claudepluginhub neam-lang/neamskillsNeam programming language skills for Claude Code — complete language reference, DIO data intelligence, 31 ready-made skills, and AI agent development patterns
Official skill library for the Neam programming language
The compiled, AI-native language for building agent systems
Neam is a compiled AI agent programming language. This repo gives you four things:
Claude-Neam-Programming-skill — comprehensive Claude Code skill covering the full Neam language (recommended)Claude-Neam-DIO-skill — comprehensive skill for building Intelligent Data Organizations with Neam's 14 agents + DIO orchestratorneam-programming skill — lightweight quick-reference skill for Claude Code.neam skills — copy into your agents to add abilities instantlyPick the skills you need and install them. Both skills auto-activate — Claude uses them automatically when you work with .neam files or DIO agents.
| Skill | What it covers | Size |
|---|---|---|
claude-neam-programming | Core Neam language — 13 types, agents, claw/forge agents, RAG, guards, OOP, deployment, 100+ built-ins | 1,394 lines |
claude-neam-dio | DIO ecosystem — 14 specialist agents, orchestrator, RACI, infrastructure profiles, DataSims | 1,561 lines |
neam-programming | Lightweight quick-reference for basic Neam | 623 lines |
Copy the skills into your project's .claude/skills/ directory. They auto-activate when Claude Code opens the project.
Install both skills:
# From your project root:
mkdir -p .claude/skills/claude-neam-programming .claude/skills/claude-neam-dio
curl -sL https://raw.githubusercontent.com/neam-lang/NeamSkills/main/skills/claude-neam-programming/SKILL.md \
-o .claude/skills/claude-neam-programming/SKILL.md
curl -sL https://raw.githubusercontent.com/neam-lang/NeamSkills/main/skills/claude-neam-dio/SKILL.md \
-o .claude/skills/claude-neam-dio/SKILL.md
Commit .claude/skills/ to version control — the skills are available to anyone who clones your repo.
Verify: Run /claude-neam-programming or /claude-neam-dio in Claude Code. The full skill content should load.
Install just one:
# Neam language only:
mkdir -p .claude/skills/claude-neam-programming
curl -sL https://raw.githubusercontent.com/neam-lang/NeamSkills/main/skills/claude-neam-programming/SKILL.md \
-o .claude/skills/claude-neam-programming/SKILL.md
# DIO only:
mkdir -p .claude/skills/claude-neam-dio
curl -sL https://raw.githubusercontent.com/neam-lang/NeamSkills/main/skills/claude-neam-dio/SKILL.md \
-o .claude/skills/claude-neam-dio/SKILL.md
Install to ~/.claude/skills/ so the skills are available in every Claude Code session, regardless of project.
# Neam Language skill:
mkdir -p ~/.claude/skills/claude-neam-programming
curl -sL https://raw.githubusercontent.com/neam-lang/NeamSkills/main/skills/claude-neam-programming/SKILL.md \
-o ~/.claude/skills/claude-neam-programming/SKILL.md
# DIO Data Intelligence skill:
mkdir -p ~/.claude/skills/claude-neam-dio
curl -sL https://raw.githubusercontent.com/neam-lang/NeamSkills/main/skills/claude-neam-dio/SKILL.md \
-o ~/.claude/skills/claude-neam-dio/SKILL.md
Verify: Start a new Claude Code session and run /claude-neam-programming or /claude-neam-dio.
Development marketplace for Payload
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations