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

__main__.pyskills/herdr-teamlead/teamlead/

"""`python3 -m teamlead` entry point."""

import sys

from .cli import main

if __name__ == "__main__":
    sys.exit(main())

skills

README.md

tile.json