AI4Nieup Skill Creation Guide

Define and document AI competency units with metadata schema and safety checks.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/elbachir67/ai4nieup_shared --skill ai4nieup-skill-creation-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: AI4Nieup Skill Creation Guide
Source: https://github.com/elbachir67/ai4nieup_shared/tree/main
Command: npx skills add https://github.com/elbachir67/ai4nieup_shared --skill ai4nieup-skill-creation-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @prisma/client, and includes scripts (resource) components.

What problem does it solve?

The Guide addresses the lack of a consistent, scalable process to define and document AI competencies within AI4Nieup, ensuring each skill unit follows a unified structure.

Core Features & Use Cases

  • Establishes a repeatable schema for skill codes, levels, prerequisites, and assessments.
  • Provides templates for concept metadata, frontmatter, and seed data to accelerate authoring.
  • Enables automated validation, documentation, and integration with tooling (scripts, references, assets).
  • Reusable across competencies C1-C5 to support adaptive learning and RAG-augmented content.

Quick Start

Create a new skill by adding a root SKILL.md with a YAML frontmatter including name and description, and populate the Markdown body with structured instructions.

Frequently Asked Questions about AI4Nieup Skill Creation Guide

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

FAQPage Schema
How do I standardize AI skill creation for an adaptive learning platform?

To standardize AI skill creation, define competency units using a schema capturing name, tagline, description, category, keywords, dependencies, and components. This ensures each learning skill follows a unified structure.

What metadata is required to document AI competencies for automated validation?

Documenting AI competencies requires a standard metadata schema including name, tagline, description, category, keywords, dependencies, and components. This schema enables automated validation and toxicity rule checks.

How do I structure a new skill unit using a YAML frontmatter template?

To structure a new skill unit, create a root SKILL.md file with YAML frontmatter specifying the name and description. Populate the Markdown body with structured instructions and optional scripts, references, and assets.

Can I use Prisma client to manage seed data for adaptive learning competencies?

Yes, you can use the Prisma client dependency to manage seed data and database interactions. The skill creation guide provides templates for concept metadata and seed data to accelerate authoring.

What are the limitations of using standardized metadata schemas for AI skill units?

Standardized metadata schemas require strict adherence to predefined fields and toxicity validation rules. Skills must be self-contained within scripts, references, and assets directories to pass automated checks.

Why does my AI competency unit fail validation against toxicity rules?

AI competency units fail validation when content violates established toxicity rules or lacks required schema fields. Ensure all metadata fields are populated and content passes safety checks before submission.