One-click install
npx skills add https://github.com/danielmeppiel/genesis --skill genesis-danielmeppiel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: genesis
Source: https://github.com/danielmeppiel/genesis/tree/main/skills/genesis
Command: npx skills add https://github.com/danielmeppiel/genesis --skill genesis-danielmeppiel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

Genesis provides a design-first discipline to architect agentic primitives; it ensures that a self-contained Skill unit ships with a frontmatter contract, design process, and artifacts before any code is authored.

Core Features & Use Cases

  • 8-step disciplined design process that yields mermaid diagrams + an interface sketch + a persisted plan.
  • Component-aware artifact plan including diagrams, hand-off data, and runtime plan for multi-harness environments.
  • Supports cross-harness design validation, SoC checks, and a plan-persistence workflow to prevent context drift.

Quick Start

Invoke this design skill on a new agentic module to produce mermaid diagrams, an interface sketch, and a persisted plan before coding.

Frequently Asked Questions about genesis

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

FAQPage Schema
How do I design agentic primitives before writing any code?

Design agentic primitives by applying an 8-step disciplined design process that yields mermaid diagrams, an interface sketch, and a persisted plan before code authoring begins. This ensures a self-contained Skill unit ships with a frontmatter contract and artifacts.

What is a handoff packet in agentic design?

A handoff packet in agentic design is a component-aware artifact plan that includes diagrams and hand-off data for multi-harness environments. It supports cross-harness design validation and prevents context drift during runtime.

How do I validate a SKILL.md file structure and extract metadata?

Validate a SKILL.md file by ensuring it has YAML frontmatter with a name and description, and a Markdown body encoding the operational workflow. Extract metadata including dependencies, components, and threat assessment into a compiled YAML output block.

What's the best way to prevent context drift in multi-harness agentic workflows?

Prevent context drift in multi-harness agentic workflows by using a plan-persistence workflow with cross-harness design validation and separation of concerns checks. This maintains component-aware artifact plans across different runtime environments.

Does architecture design for agentic primitives require prior dependencies?

Architecture design for agentic primitives requires no external dependencies. It operates as a self-contained design-first discipline that produces interface sketches, mermaid diagrams, and persisted plans before any code is authored.

When should I not use a design-first approach for agentic modules?

Avoid a design-first approach for agentic modules when you need rapid prototyping without upfront architecture constraints. This discipline enforces an 8-step process, frontmatter contracts, and separation of concerns checks that may slow immediate code iteration.