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

plugin.json.tessl-plugin/

{
  "name": "jbaruch/coding-policy",
  "version": "0.3.164",
  "description": "General-purpose coding policy for Baruch's AI agents",
  "private": false,
  "skills": [
    "skills/release",
    "skills/onboard-repo",
    "skills/adopt-fork-pr",
    "skills/migrate-to-plugin"
  ],
  "rules": [
    "rules/commit-conventions.md",
    "rules/sync-before-work.md",
    "rules/testing-standards.md",
    "rules/error-handling.md",
    "rules/dependency-management.md",
    "rules/file-hygiene.md",
    "rules/ci-safety.md",
    "rules/no-secrets.md",
    "rules/code-formatting.md",
    "rules/language-diagnostics.md",
    "rules/context-artifacts.md",
    "rules/context-writing-style.md",
    "rules/rule-frontmatter.md",
    "rules/skill-authoring.md",
    "rules/script-delegation.md",
    "rules/script-as-black-box.md",
    "rules/stateful-artifacts.md",
    "rules/agent-worktree-isolation.md",
    "rules/boy-scout.md",
    "rules/external-repo-contributions.md",
    "rules/reviewer-feedback-reading.md",
    "rules/review-severity.md",
    "rules/response-clarity.md",
    "rules/ship-on-green.md",
    "rules/hook-action-reporting.md"
  ],
  "hooks": {
    "SessionStart": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "bash",
            "args": [
              "${TESSL_PLUGIN_DIR}/hooks/check-policy-freshness.sh"
            ]
          },
          {
            "type": "command",
            "command": "bash",
            "args": [
              "${TESSL_PLUGIN_DIR}/hooks/check-git-sync.sh"
            ]
          },
          {
            "type": "command",
            "command": "bash",
            "args": [
              "${TESSL_PLUGIN_DIR}/hooks/check-tessl-latest.sh"
            ]
          }
        ]
      }
    ]
  },
  "nativeHooks": {
    "claude-code": {
      "Stop": [
        {
          "hooks": [
            {
              "type": "command",
              "command": "bash",
              "args": [
                "${TESSL_PLUGIN_DIR}/hooks/stop-handoff-hygiene.sh"
              ]
            }
          ]
        }
      ]
    },
    "codex": {
      "Stop": [
        {
          "hooks": [
            {
              "type": "command",
              "command": "bash \"${TESSL_PLUGIN_DIR}/hooks/stop-handoff-hygiene.sh\""
            }
          ]
        }
      ]
    }
  }
}

.tessl-plugin

plugin.json

README.md

tile.json