generate

Converts onboarding responses into a command centre with CLAUDE.md, profiles, templates, and memory seed.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/xavierfuentes/executive-assistant-framework --skill generate
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: generate
Source: https://github.com/xavierfuentes/executive-assistant-framework/tree/main/.claude/skills/generate
Command: npx skills add https://github.com/xavierfuentes/executive-assistant-framework --skill generate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn onboarding responses into a fully configured command centre by producing CLAUDE.md, people profiles, work templates, and a memory seed, enabling immediate activation and consistent context.

Core Features & Use Cases

  • Transforms completed onboarding answers into a personalised command centre with a CLAUDE.md, people files, work templates, and a memory seed.
  • Generates a scalable, structured directory layout and templates that can be deployed in Claude Code environments.
  • Supports regeneration and updates to an existing centre, with validation and optional --force overwrite.

Quick Start

Turn onboarding into a command centre by running the generate command with your target directory, for example: /generate ./my-command-centre. This creates CLAUDE.md, people profiles, work templates, and a seed memory graph ready for deployment.

Frequently Asked Questions about generate

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

FAQPage Schema
How do I turn onboarding responses into a CLAUDE.md command centre?▼

To turn onboarding responses into a CLAUDE.md command centre, run the generate command with a target directory path. It processes your answers to create people profiles, work templates, and a memory seed for immediate deployment.

What is a memory seed and how does it work with people profiles?▼

A memory seed is a structured output generated alongside people profiles and CLAUDE.md to establish consistent context. It captures onboarding data to seed a memory graph, enabling immediate activation in Claude Code environments.

Can I regenerate work templates and overwrite an existing command centre directory?▼

Yes, you can regenerate work templates and overwrite an existing command centre directory by running the generate command with the --force flag. This validates inputs and safely updates your CLAUDE.md and people profiles.

Does the command centre generation support resume after interruptions?▼

Yes, the command centre generation supports resume after interruptions. It logs progress during structure creation, memory seeding, and health checks, allowing you to continue or re-generate the directory layout without starting over.

What's the best way to deploy a structured directory layout for Claude Code workflows?▼

The best way to deploy a structured directory layout for Claude Code workflows is to run generate with your target path. It orchestrates directory creation, outputs deterministic templates, and performs health checks to ensure valid deployment.