CtrlK
BlogDocsLog inGet started
Tessl Logo

jbaruch/coding-policy

General-purpose coding policy for Baruch's AI agents

76

Quality

95%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Overview
Quality
Evals
Security
Files

__init__.pyskills/herdr-teamlead/teamlead/

"""teamlead - load-balance coding agents running inside Herdr.

Python 3 standard library only. The `herdr` CLI is the sole external
dependency and is reached through :mod:`teamlead.herdr`, which is injected
into every caller so tests never touch the real binary.
"""

__version__ = "0.1.0"

SCHEMA_VERSION = 1

skills

README.md

tile.json