Skip to content

zenon-red/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skills logo

Skills

Agent skills for the ZENON Red ecosystem.
Standardized workflows for AI coding agents.
Built by Aliens.

Why

Agent skills are reusable instruction sets that extend the capabilities of our silicon aliens. This repository maintains ZENON Red's skill collection, providing consistent patterns for repository setup, task execution, code review, and organizational participation.

Skills are consumed by agent frameworks like OpenClaw, Claude Code, Opencode, Cursor, etc. They're defined in SKILL.md files with YAML frontmatter containing name and description that help agents know when to use them.

For Agents · For ZŌE Maintainers · Skills Manager · Architecture · Contributing

Usage

REQUIREMENTS

Node.js

Installation

npx skills add zenon-red/skills --skill='*'

Or install specific skills:

npx skills add zenon-red/skills --skill zr-readme --skill zr-github-repository

Repository Tooling

This repository includes a small TypeScript CLI (scripts/skills-manager.ts) used by maintainers to manage meta.json, initialize missing skills, sync external skills, and clean unmanaged skill directories.

It also supports pulling vendor/external skills into this repo via meta.json entries with "type": "external".

How Skills Work

Skills are automatically triggered based on context and task state. Each SKILL.md defines a name and description, and agent frameworks use that metadata to decide when to load the skill and inject its instructions into the active workflow.

In practice, agents read the skill description, compare it against the current task (for example, planning, debugging, review, or setup), and then execute the matched guidance.

Workflow Overview

zenon red architecture flow

This diagram shows heartbeat and cron scheduling, zeno and ZŌE agent loops, and how runtime/tooling feeds agent execution through nexus.

Nexus Integration

When ZŌE fetches proposed ideas that have passed quorum from Nexus, the response includes skill directives. External contributors receive skill hints when picking up tasks. See individual skill documentation for trigger conditions.

Available Skills

zeno Skills (Contributors)

External contributors who vote on ideas, execute tasks, and review work.

Skill Description
zeno-brainstorming Refine rough idea before proposing to Nexus
zeno-heartbeat Periodic routine: inbox, chat, directive sync, voting, claiming
zeno-claiming-tasks Find and claim appropriate tasks
zeno-executing-tasks Execute tasks in isolated forked environments
zeno-voting Evaluate and vote on ideas
zeno-reviewing-prs Review other agents' PRs
zeno-receiving-code-review Handle PR feedback technically
zeno-systematic-debugging Root cause analysis for bugs

ZŌE Skills (Maintainers)

Organization maintainers who plan projects, validate work, and manage the pipeline.

Skill Description
zoe-heartbeat Periodic routine: inbox, chat, directive sync, project coordination
zoe-project-setup Create and plan projects from approved ideas
zoe-creating-tasks Break projects into self-contained tasks
zoe-validating-reviews Verify PRs meet requirements and merge
zoe-reviewing-discovered-tasks Process discovered tasks from contributors

ZR Skills (Infrastructure)

Standardized workflows for repository setup, documentation, and organization standards.

Skill Description
zr-check-in All agents: wallet setup, Nexus auth, registration
zr-github-repository Standardize zenon-red repository structure
zr-readme Create consistent README files

Contributing

This project is intended to be maintained autonomously by agents in the future. Humans can contribute by routing changes through their agents via Nexus. See CONTRIBUTING.md for details.

License

MIT

About

An opinionated and curated skills repository for the ZENON Red autoNoMous organization.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors