Skip to content
@tigerless-labs

tigerless-labs

An open AI research lab shipping tools, agents, and experiments across the AI development stack.
Tigerless Labs

Tigerless Labs

An open AI research lab shipping tools, agents, and experiments across the AI development stack.

tigerless.ai  ·  tigerless.com

Agent harness

Tools that change how your coding agent works — and show you what it is actually doing.

  • autoharness (4.4k stars) — A self-learning skill layer for Claude Code: distills skills from your real sessions, updates them as you work, and prunes the ones that go unused.
  • cost-xray (2.1k stars) — See what Claude Code and Codex actually send to the API — and what each part costs.
  • agent-memory (958 stars) — Long-term memory that gives any agent a retrieval engine's ranking over a filesystem it can just read.

Agent skills

Skills that put the agent to work on everything around the code — design, research, distribution.

  • auto-gtm (465 stars) — A Claude Code / Codex plugin that drafts your X and Reddit posts from your PRs and the day's hot threads — drafts only, never posts for you.
  • seo-ops (352 stars) — Give it a URL, get a crawler's-eye pass/fail report on the site's SEO foundation — 26 structural checks, zero LLM, deterministic. An Agent Skill and plugin for Claude Code and Codex.
  • design-harness (223 stars) — Feed your agent papers and half-formed ideas; it links them into a system design you can defend. An Agent Skill for Claude Code and any SKILL.md-compatible agent.
  • paper-radar (204 stars) — Finds the AI papers 28 labs put on arXiv over any date range, and separates the ones a company led from the ones it only appears on.
  • influencer-discovery (208 stars) — Finds creators who bring their own audience — followers, readers, subscribers — across 15 channels, and appends their public contact info to a Google Sheet. An Agent Skill for Claude Code.

Guardrails

  • phi-boundary-gate (204 stars) — PHI boundary reports for healthcare and insurance AI workflows — across prompts, RAG, tools, memory, and logs.
  • pr-test-guard (69 stars) — Lightweight, rule-based checks for missing, weak, and uncovered tests in pull requests.

More in the works — built in the open, shipped fast.

© Tigerless · tigerless.ai · tigerless.com

Pinned Loading

  1. cost-xray cost-xray Public

    See what Claude Code and Codex actually send to the API — and what each part costs.

    Python 2.1k 217

  2. autoharness autoharness Public

    Autoharness — a self-learning skill layer for Claude Code — distills skills from your real sessions, updates them as you work, and prunes the ones that stop getting used. No daemon, no benchmark.

    Python 4.4k 312

  3. auto-gtm auto-gtm Public

    Python 465 31

  4. paper-radar paper-radar Public

    Finds the AI papers 28 tech companies put on arXiv over any date range, and splits lead authorship from bylines. A SKILL.md agent skill — no ML, no state, stdlib only.

    Python 204 32

  5. agent-memory agent-memory Public

    Long-term memory runtime for AI agents — plain Markdown as the source of truth, local ranked retrieval, and an independent sleep-time Manage layer. Claude Code and Codex share one store. No API key.

    Python 959 61

  6. seo-ops seo-ops Public

    SEO foundation checks as an Agent Skill: give it a URL, get a crawler's-eye pass/fail report with evidence. 26 structural checks, zero LLM, deterministic.

    Python 352 15

Repositories

Showing 10 of 13 repositories
  • .github Public
    tigerless-labs/.github's past year of commit activity
    Shell 0 0 0 0 Updated Sep 20, 2026
  • codex-agent Public Forked from openai/codex

    Lightweight coding agent that runs in your terminal

    tigerless-labs/codex-agent's past year of commit activity
    Rust 0 Apache-2.0 19,722 0 0 Updated Sep 18, 2026
  • agent-memory Public

    Long-term memory runtime for AI agents — plain Markdown as the source of truth, local ranked retrieval, and an independent sleep-time Manage layer. Claude Code and Codex share one store. No API key.

    tigerless-labs/agent-memory's past year of commit activity
    Python 959 MIT 61 5 16 Updated Sep 18, 2026
  • pr-test-guard Public

    Lightweight, rule-based checks for missing, weak, and uncovered tests in pull requests.

    tigerless-labs/pr-test-guard's past year of commit activity
    Python 69 MIT 7 0 0 Updated Sep 17, 2026
  • autoharness Public

    Autoharness — a self-learning skill layer for Claude Code — distills skills from your real sessions, updates them as you work, and prunes the ones that stop getting used. No daemon, no benchmark.

    tigerless-labs/autoharness's past year of commit activity
    Python 4,407 MIT 312 35 25 Updated Sep 4, 2026
  • cost-xray Public

    See what Claude Code and Codex actually send to the API — and what each part costs.

    tigerless-labs/cost-xray's past year of commit activity
    Python 2,110 MIT 217 9 5 Updated Sep 1, 2026
  • design-harness Public

    Feed your agent papers and half-formed ideas — it links them into a system design you can defend. Markdown keeps the record; a visual canvas makes it readable. An Agent Skill for Claude Code & any SKILL.md-compatible agent.

    tigerless-labs/design-harness's past year of commit activity
    Python 223 33 1 1 Updated Sep 1, 2026
  • auto-gtm Public
    tigerless-labs/auto-gtm's past year of commit activity
    Python 465 MIT 31 3 2 Updated Sep 1, 2026
  • paper-radar Public

    Finds the AI papers 28 tech companies put on arXiv over any date range, and splits lead authorship from bylines. A SKILL.md agent skill — no ML, no state, stdlib only.

    tigerless-labs/paper-radar's past year of commit activity
    Python 204 32 0 0 Updated Sep 1, 2026
  • influencer-discovery Public

    Influencer discovery & contact enrichment pipeline that runs as a Claude Code skill — 15 channels, stdlib only, appends to a Google Sheet

    tigerless-labs/influencer-discovery's past year of commit activity
    Python 208 32 0 0 Updated Sep 1, 2026