nereid-skill-creator

Create or update NEREID workspace Gemini CLI skills with SKILL.md structure.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/yuiseki/NEREID --skill nereid-skill-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nereid-skill-creator
Source: https://github.com/yuiseki/NEREID/tree/main/agents/gemini-workspace/.gemini/skills/nereid-skill-creator
Command: npx skills add https://github.com/yuiseki/NEREID --skill nereid-skill-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create or update concise, reusable Gemini CLI skills for NEREID workspaces, enabling agents to rapidly acquire targeted expertise without bloating context.

Core Features & Use Cases

  • Create or update SKILL.md-based expertise for NEREID workspace skills.
  • Enforce naming rules and deterministic structure under ./specials/skills/<skill-name>/SKILL.md.
  • Provide guidance for skill anatomy, workflow, and safety to ensure reusable, testable, and safe skills.

Quick Start

Write a new or updated SKILL.md following the described frontmatter and structure.

Frequently Asked Questions about nereid-skill-creator

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

FAQPage Schema
How do I create a reusable Gemini CLI skill for my workspace?

To create a Gemini CLI skill, you write a SKILL.md file with required frontmatter and store it under ./specials/skills/<skill-name>/ to enable agents to acquire targeted expertise without bloating context.

What is the correct directory structure for NEREID workspace skills?

NEREID workspace skills require a deterministic structure where each skill resides under ./specials/skills/<skill-name>/SKILL.md, with optional scripts, references, and assets stored alongside it.

How do I extract reusable session lessons into a SKILL.md file?

You can extract reusable session lessons into a SKILL.md file by asking the system to design or maintain expertise, which enforces frontmatter with name and description for deterministic, non-secret outputs.

Does updating a Gemini skill require specific frontmatter format?

Updating a Gemini skill requires specific frontmatter format that enforces mandatory name and description fields to ensure the skill remains reusable, testable, and safe for agent workflows.

What are the limitations when creating SKILL.md-based expertise?

SKILL.md-based expertise must produce deterministic, non-secret outputs and cannot include sensitive data, ensuring safe skill management within the NEREID workspace environment.

Can I add optional scripts and references to a NEREID skill?

You can add optional scripts, references, and assets to a NEREID skill by placing them inside the ./specials/skills/<skill-name>/ directory alongside the required SKILL.md file.