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.5k 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 (1.4k 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 (401 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 (222 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 (218 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 (203 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 (202 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 (47 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 199

  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.5k 307

  3. auto-gtm auto-gtm Public

    Python 406 28

  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 203 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 1.4k 86

  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 224 11

Repositories

Showing 10 of 12 repositories