create

Create skills, commands, or agents in the Lore framework using guided prompts and templates.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/LayerDynamics/Lore --skill create-layerdynamics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create
Source: https://github.com/LayerDynamics/Lore/tree/main/lore/skills/create
Command: npx skills add https://github.com/LayerDynamics/Lore --skill create-layerdynamics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating new components within the Lore framework, ensuring consistency and providing guided setup for skills, commands, and agents.

Core Features & Use Cases

  • Guided Creation: Walks users through defining new skills, commands, or agents.
  • Template-Based: Utilizes predefined templates for each component type.
  • Validation: Enforces naming conventions (kebab-case) and prompts for necessary details.
  • Use Case: A developer needs to add a new command to handle code quality checks. They use /create command code-quality-check and follow the prompts to define its namespace, description, and required tools.

Quick Start

Use the create skill to generate a new skill named 'dependency-analysis'.

Frequently Asked Questions about create

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

FAQPage Schema
How do I create a new agent in the Lore framework?

To create a new agent, use the guided creation tool to generate autonomous subagents within the Lore framework. It walks you through prompts to define essential details like namespaces and required tools.

What is the best way to add a custom slash command for code quality checks?

The best way to add a custom slash command is by using a scaffolding tool to generate user-invocable commands. You provide a name and description, and the system validates the input and applies a predefined template.

Does the Lore framework enforce naming conventions for new skills and commands?

Yes, the Lore framework enforces kebab-case naming conventions for new skills and commands. The creation process includes input validation to ensure consistency across structured workflows and user-invocable commands.

How do I scaffold a structured workflow within my development environment?

You scaffold a structured workflow by using a template-based generation command that prompts for essential details. This guides you through defining the workflow's description, namespace, and required tools.

Can I define required tools for autonomous subagents during the setup process?

Yes, you can define required tools for autonomous subagents during setup. The guided creation process specifically prompts you to specify which tools the new agent will need to function within the Lore framework.