ChronoAIProject

36 mods across 3 repositories, 80 stars between them.

consensus-rnd

25

ChronoAIProject/consensus-rnd

Plugin Claude Code

A plugin for getting several isolated agent perspectives on a question and comparing them against a fixed record of facts.

24 4d ago A tokens not measured original MIT

ChronoAIProject/consensus-rnd

Instructions file CodexOpenCode

A set of project instructions for consensus-rnd, a reusable collection of development skills for building agreement from multiple viewpoints. It explains the project context and points to related agent instructions.

24 4d ago A 4 tokens copy · 100% MIT

ChronoAIProject/consensus-rnd

Instructions file

Contributor instructions for consensus-rnd, a cross-platform collection of agent skills for Claude Code, Codex, Cursor, and Gemini. It describes a consensus-based development approach and the repository’s structure.

24 4d ago A 4,252 tokens original MIT

ChronoAIProject/consensus-rnd

Instructions file Gemini CLI

Instructions for Gemini users of consensus-rnd, a collection of skills for consensus-based software development. They explain where each skill lives and when to load it.

24 4d ago A 140 tokens original MIT

sshx

29

ChronoAIProject/consensus-rnd

Skill Claude CodeCodex

Use when a high-risk or multi-angle decision needs worker-delegated inline consensus with isolated perspectives, fixed truth tables, and no daemon, GitHub, git, label, or release orchestration.

24 4d ago A 43 tokens original MIT

Ornn CLAUDE.md

30

ChronoAIProject/Ornn

Instructions file

Instructions for ChronoAIProject/Ornn, covering claude.md — chrono-ornn, product positioning, tech stack, architecture and code standards.

20 8d ago A 6,198 tokens original Apache-2.0

api-fetch-wrapper

31

ChronoAIProject/Ornn

Skill Claude CodeCodex

Wrap a public HTTP API (Open-Meteo weather as the demo) with credential handling, error normalisation, and a single retry on transient network failures. Demonstrates the production-shaped baseline for any "skill that calls an external service" — env-based secrets, structured error output, no leaked API keys in logs…

20 8d ago A 121 tokens original Apache-2.0

csv-processor

32

ChronoAIProject/Ornn

Skill Claude CodeCodex

Read a CSV file from disk, compute per-column min/mean/max for every numeric column, emit the result as JSON. Stdlib-only Python; no pandas, no numpy. Demonstrates the simplest possible "give me a file path, get back structured analysis" skill — a deliberate baseline for any skill that processes tabular data locally…

20 8d ago A 79 tokens original Apache-2.0

text-summarizer

33

ChronoAIProject/Ornn

Skill Claude CodeCodex

Summarise a chunk of text down to roughly length words using the agent's configured LLM provider. Input shape { text: string, length?: number } on stdin, JSON; output shape { summary: string } on stdout, JSON. Minimal: 50 lines, no streaming, no retries — a deliberate baseline so the wiring is visible. For a…

20 8d ago A 106 tokens original Apache-2.0

ChronoAIProject/Ornn

Skill Claude CodeCodex

Unified operational manual for AI agents driving the Chrono AI service stack — NyxID (identity, services, orgs, OAuth clients, proxy) AND Ornn (skill lifecycle — search, pull, install, execute, build, upload, share). One skill, two halves, one identity bootstrap, one set of failure-mode diagnostics. Replaces the…

20 8d ago C 151 tokens original Apache-2.0

ChronoAIProject/Ornn

Skill Claude CodeCodex

The manual an AI agent loads to operate Ornn — the model-agnostic skill-lifecycle API (an npm-style registry + CLI for agent skills) — via the NyxID CLI (nyxid proxy request ornn-api …). Load and follow this skill WHENEVER the user asks to do anything with Ornn skills or skillsets. Skills: search Ornn or find a skill…

20 8d ago A 337 tokens original Apache-2.0

ChronoAIProject/Ornn

Skill Claude CodeCodex

Operational manual for AI agents using the Ornn skill-lifecycle API via direct HTTPS with a NyxID bearer token (curl -H "Authorization: Bearer $TOKEN" …). Once loaded, the host agent can search / pull / execute / build / upload / share skills end-to-end. Authoritative contract between Ornn and the agent. Pair this…

20 8d ago A 106 tokens original Apache-2.0