alive:build-extensions

Automates creation of ALIVE skills, rules, and hooks with .alive directory structure and validation.

124|7|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/alivecontext/alive --skill alive-build-extensions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alive:build-extensions
Source: https://github.com/alivecontext/alive/tree/main/plugins/alive/skills/build-extensions
Command: npx skills add https://github.com/alivecontext/alive --skill alive-build-extensions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This capability guides and standardizes the creation of new ALIVE capabilities by enabling users to define and organize skills, rules, and hooks for their world, ensuring consistent structure and discovery.

Core Features & Use Cases

  • Build repeatable workflows for creating skills, rules, and hooks that integrate with the ALIVE Context System.
  • Ensure writes to the human's space (not plugin cache), maintain compatibility checks, and prepare items for potential marketplace contribution.
  • Use case: the developer wants to rapidly prototype a new capability and ship it to their own ALIVE world with a clear, validated structure.

Quick Start

Create the directory structure under .alive/skills and write the SKILL.md to begin.

Frequently Asked Questions about alive:build-extensions

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

FAQPage Schema
How do I create custom skills and hooks for the ALIVE system?

You create custom skills and hooks by defining on-disk structures under the .alive directory, writing the SKILL.md manifest frontmatter, and validating the directory layout to ensure proper discovery and compatibility within the system.

What is the directory structure required to extend ALIVE with new rules?

The directory structure required to extend ALIVE with new rules involves creating organized definitions under the .alive/skills path and writing a SKILL.md file with valid manifest frontmatter to standardize capability creation.

Can I package my custom ALIVE skills for marketplace contribution?

Yes, you can package custom ALIVE skills for marketplace contribution by validating manifest frontmatter, ensuring compatibility checks pass, and optionally integrating with a contributor plugin to prepare the capability for marketplace readiness.

Does extending ALIVE write custom rules to the plugin cache or human space?

Extending ALIVE writes custom rules to the human's space rather than the plugin cache, ensuring that user-defined capabilities, skills, and hooks are maintained in the correct on-disk environment.

What validation checks are needed when building ALIVE hooks and skills?

Validation checks needed when building ALIVE hooks and skills include verifying the manifest frontmatter, ensuring the correct directory structure under .alive, and running compatibility checks to confirm marketplace readiness.