project-builder

Scaffold Claude Project-like skills with memory, references, and SKILL.md templates.

1|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/KevinBean/emptyos --skill project-builder-kevinbean
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: project-builder
Source: https://github.com/KevinBean/emptyos/tree/main/skills/dev-project-builder
Command: npx skills add https://github.com/KevinBean/emptyos --skill project-builder-kevinbean

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages the complexity of building Claude Project-like skills by defining a repeatable blueprint that encodes memory, core documents, and interaction patterns into a single, reusable unit.

Core Features & Use Cases

  • Persistent memory and core document scaffolding to support long-running, context-rich interactions.
  • Reference files and templates to standardize how skills are defined and evolved.
  • Workflow-driven modes and safety checks to guide end-to-end skill creation across vault content.
  • Use Case: You want to ship a Claude Project-like skill for a domain with existing vault content; you define memory, map, references, and work logs, then generate a SKILL.md ready for activation.

Quick Start

Define your domain and run the skill builder to generate a complete SKILL.md with all required sections.

Frequently Asked Questions about project-builder

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

FAQPage Schema
How do I scaffold a Claude skill with persistent memory and vault content?▼

To scaffold a Claude skill with persistent memory, this tool structures your existing vault content into memory notes, core documents, and references, generating a ready-to-use SKILL.md file.

What is a Claude Project-like skill and when do I need to build one?▼

A Claude Project-like skill is a reusable unit encoding memory and interaction patterns for long-running, context-rich workflows. You need one when managing complex domains requiring persistent context.

How do I structure SKILL.md definitions for production-ready deployment?▼

Structuring SKILL.md definitions involves enforcing explicit frontmatter, modular components, and safety checks while constraining dependencies to declared scripts or assets for production-ready deployment.

Can I create mode-based workflows for skills using existing vault content?▼

Yes, you can create mode-based workflows using existing vault content by mapping memory notes, references, and work logs to guide end-to-end skill creation across your domain.

What are the requirements for generating a Claude skill with memory notes and core documents?▼

Requirements for generating a Claude skill include defining your domain, mapping persistent memory notes and core documents, and enforcing explicit frontmatter and modular components.

Does this skill builder enforce safety checks and dependency constraints?▼

Yes, the skill builder enforces production-ready safety checks and constrains dependencies strictly to declared scripts or assets within the generated SKILL.md file.