marcelpetrick

RecurrenceRanger — AI skill for Claude Code

AI community

summary project to collect my favorite guidelines for agentic AI (Claude Code CLI and Codex CLI) - find repeating patterns.

How to install RecurrenceRanger

This entry records only its repository, not the path inside it, so there is no exact command to give. Open marcelpetrick/RecurrenceRanger and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What RecurrenceRanger does

summary project to collect my favorite guidelines for agentic AI (Claude Code CLI and Codex CLI) - find repeating patterns.

Alternatives in AI

  • AGENTS.md — Guidelines for AI agents working in this repository 21.7k ★
  • Anthropic Quickstarts — by Anthropic - Offers comprehensive development guides for three distinct AI-powered demo projects with standa 15.4k ★
  • Daymon — Daymon puts your favorite AI to work 24/7. It schedules, remembers, and orchestrates your own virtual team 372 ★

README

Recurrence Ranger

[![Local Pipeline](https://github.com/marcelpetrick/RecurrenceRanger/actions/workflows/local-pipeline.yml/badge.svg?branch=master)](https://github.com/marcelpetrick/RecurrenceRanger/actions/workflows/local-pipeline.yml) [![Quality](https://github.com/marcelpetrick/RecurrenceRanger/actions/workflows/quality.yml/badge.svg?branch=master)](https://github.com/marcelpetrick/RecurrenceRanger/actions/workflows/quality.yml) [![Manual Release](https://github.com/marcelpetrick/RecurrenceRanger/actions/workflows/manual-release.yml/badge.svg)](https://github.com/marcelpetrick/RecurrenceRanger/actions/workflows/manual-release.yml) [![Dependency Drift](https://github.com/marcelpetrick/RecurrenceRanger/actions/workflows/dependency-drift.yml/badge.svg)](https://github.com/marcelpetrick/RecurrenceRanger/actions/workflows/dependency-drift.yml) [![Latest Release](https://img.shields.io/github/v/release/marcelpetrick/RecurrenceRanger?sort=semver)](https://github.com/marcelpetrick/RecurrenceRanger/releases/latest) [![License: GPL v3 or later](https://img.shields.io/badge/license-GPLv3%20or%20later-blue.svg)](LICENSE) [![Python 3.11+](https://img.shields.io/badge/Python-3.11%2B-3776ab.svg)](https://www.python.org/) [![Coverage: 100%](https://img.shields.io/badge/coverage-100%25-brightgreen.svg)](localpipeline.sh) [![Checked with mypy](https://img.shields.io/badge/mypy-checked-2a6db2.svg)](https://mypy-lang.org/) [![Linted with ruff](https://img.shields.io/badge/ruff-linted-d7ff64.svg)](https://docs.astral.sh/ruff/)

Recurrence Ranger keeps a private, reusable SQLite copy of local Claude and Codex conversation records, derives an auditable corpus of the prompts a human actually typed, and turns that corpus into an evidence-backed set of recurring software-project guidelines. Capture preserves the original JSONL bytes; every later stage is reproducible from a recorded watermark.

**Author: Marcel Petrick **

**License: GPLv3 or later. See [`LICENS