alivebuild-extensions

Featured

Create new skills, rules, and hooks for your world. Checks plugin compatibility, writes to the human's space (not plugin cache), validates against the system, and suggests when repeated work should become a skill. For marketplace-ready plugins, hands off to the contributor plugin.

AI & Automation 127 stars 8 forks Updated today MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
70
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Extend Build custom capabilities that integrate cleanly with the ALIVE Context System. Not about adjusting preferences or voice (that's `alive:settings`). Extend is about creating NEW things — skills, rules, hooks — that make the system do something it couldn't before. --- ## What It Builds | Type | What it is | Where it lives | |------|-----------|---------------| | **Skill** | Repeatable workflow with instructions | `.alive/skills/{skill-name}/SKILL.md` | | **Rule** | Behavioral constraint or guide | `.alive/rules/{rule-name}.md` | | **Hook** | Automated trigger on system events | `.alive/hooks/` (scripts + hooks.json) | | **Plugin** | Distributable package of skills + rules + hooks | Hands off to `contributor@alivecontext` | --- ## Flow ### 1. Understand What the Human Wants "I want to automatically tag emails by walnut" "Every time I save, it should update my project board" "I keep doing this manually every session — can we automate it?" The squirrel determines: is this a skill (process), a rule (constraint), a hook (automation), or a combination? ``` ╭─ squirrel that sounds like a hook — an automated trigger that fires on save. │ Want me to build it? │ │ It would: │ - Fire after every alive:save │ - Read the routed stash items │ - Update your project board via API │ │ > Build it / Tell me more / Not now ╰─ ``` ### 2. Check Compatibility Before writing anything: - Read the current plugin version from `plugin.json` - Check which hook events are availab...

Details

Author
alivecontext
Repository
alivecontext/alive
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

alivesettings

The human wants to adjust how the system behaves — not what it contains, but how it feels. Voice, rhythm, preferences, walnut-level config, full permissions toggleable, named squirrel config, action logging toggle. The system adapting to them. Routes to preferences.yaml or walnut config.yaml depending on scope. For creating new skills, rules, or hooks, route to alive:build-extensions instead.

127 Updated today
alivecontext
AI & Automation Listed

skill-creator

Create, review, rebuild, validate, and package Claude Code skills or plugins. Use when the user asks to make a skill, improve an existing skill, convert a workflow into a skill, design a plugin, scaffold plugin agents/hooks/MCP/LSP integrations, or prepare an uploadable Claude extension.

0 Updated 4 days ago
johnoconnor0
AI & Automation Listed

skill-builder

Use when the user is designing, reviewing or debugging a Claude Code skill and needs the judgment behind a good SKILL.md — should this even be a skill (vs CLAUDE.md / subagent / hook / MCP), why a description does or doesn't trigger, how to keep the body skimmable, how to package it. Carries the opinionated principles plus a review checklist. Trigger on "review my SKILL.md", "why doesn't my skill trigger", "principles of a good skill", "should this be a skill or a hook", "is my skill description good", even when the word "skill" is only implied. NOT for interactive scaffolding from scratch (use Anthropic's Skill Creator), nor for general coding.

0 Updated yesterday
ohugonnot