Status: R&D / scratchpad. Part of Sage / 0SxD's prompt-engineering research portfolio. Content may move, change, or be withdrawn. See LICENSE for terms.
A self-evolving GitHub curator. Four composable skills that ingest a project bundle, score it against a boolean-atomic publish-readiness rubric, run a 9-cell Trinity Dialectic gate, and publish to GitHub via a versioned release. The curator was produced by running these skills on themselves; this repository is the first example of its own output.
For agent instructions, build commands, and conventions, read AGENTS.md
first. For the Agent Skills specification this repo conforms to, see
https://agentskills.io/specification.
skills/github-curator/the meta-skill that operates on this reposkills/ingest/absorb a project bundle and route it through the gatesskills/publish-readiness-rubric/boolean-atomic, criterion-tagged scoringskills/session-dispatch/template for spawning new workstream sessionspackets/versioned release bundles (one zip per release)
This repo is "Use this template" enabled on GitHub. The fastest path:
- Click "Use this template" on GitHub. Name your fork.
- Drop your project files into a working directory next to this repo.
- In Claude Code, Codex, Cursor, Aider, or any AGENTS.md-aware agent,
open the working directory. The agent reads
AGENTS.mdautomatically. - Ask the agent: "Run the ingest skill on the working directory."
The agent will load skills/ingest/SKILL.md, walk through the gates,
and produce a publish-ready packet under packets/. No further setup.
The same four skills are portable to NotebookLM, Claude Projects, custom
Gems, and custom GPTs. Each release attaches a zip
(github-curator-vX.Y.Z.zip) to a GitHub Release. Drop the zip's
contents into the project context of any of those tools and the skills
behave identically because the SKILL.md format is host-neutral.
Apache License 2.0. See LICENSE.
This repo composes existing standards rather than inventing new ones:
- Agent Skills spec: https://agentskills.io/specification
- AGENTS.md standard: https://agents.md
- Distribution layout: https://github.com/vercel-labs/agent-skills
- Cookbook layout: https://github.com/anthropics/claude-cookbooks
- Reference skill registry: https://github.com/anthropics/skills
The four-gate publish-readiness pattern is grounded in the system_directive_protocol governance set authored by 0SxD.