tk-logl

20 mods across 1 repository, 4 stars between them.

sentinel

01

tk-logl/sentinel

Plugin Claude Code

Universal AI code quality enforcement — prevents 47 common AI mistakes.

4 5mo ago A tokens not measured original MIT

sentinel

02

tk-logl/sentinel

Plugin Claude Code

Universal AI code quality enforcement — prevents 47 common AI mistakes, enforces surgical edits, blocks dummy code, manages context memory, task lifecycle tracking, context-aware analysis.

4 5mo ago A tokens not measured original MIT

sentinel-reviewer

03

tk-logl/sentinel

Agent

Use this agent for code quality review that checks against 47 AI mistake patterns. Use when reviewing code changes, PRs, or completed implementations. Detects false completions, abandoned test code, scope reduction, and all common AI coding anti-patterns.

4 5mo ago A 56 tokens original MIT

sentinel-verifier

04

tk-logl/sentinel

Agent

Use this agent to verify task completion with evidence. Checks that tests actually pass, builds succeed, no dummy code remains, no unchecked items, and the full scope was delivered without reduction. Prevents false completion claims.

4 5mo ago A 48 tokens original MIT

check

05

tk-logl/sentinel

Command

Run a comprehensive rule compliance check on the current project.

4 5mo ago A 12 tokens original MIT

header

06

tk-logl/sentinel

Command

Generate or update a file header comment for the specified file.

4 5mo ago A 13 tokens original MIT

init

07

tk-logl/sentinel

Command

Initialize sentinel in the current project — creates .sentinel/ directory and configuration.

4 5mo ago A 17 tokens original MIT

mutate

08

tk-logl/sentinel

Command

Run targeted mutation testing on specified files to validate test quality.

4 5mo ago A 14 tokens original MIT

UserPromptSubmit

09

tk-logl/sentinel

Hook

Runs when you submit a prompt, before the agent sees it, executing scope-guard.sh and task-scope-guard.sh via bash (2 commands). From tk-logl/sentinel.

4 5mo ago A tokens not measured copy · 61% MIT

SessionStart

10

tk-logl/sentinel

Hook

Runs when a session starts, executing session-init.sh via bash. From tk-logl/sentinel.

4 5mo ago A tokens not measured copy · 58% MIT

PreToolUse

11

tk-logl/sentinel

Hook

Runs before the agent uses a tool for Write, Edit, Bash and Task tool calls, executing pre-edit-gate.sh, deny-dummy.sh, surgical-change.sh, secret-scan.sh, scope-reduction-guard.sh, tdd-enforce.sh, pre-write-ast.sh, env-safety.sh and subagent-context.sh via bash (9 commands). From tk-logl/sentinel.

4 5mo ago A tokens not measured copy · 61% MIT

PostToolUse

12

tk-logl/sentinel

Hook

Runs after a tool call finishes for Write, Edit, Bash and TaskUpdate tool calls, executing post-edit-verify.sh, file-header-check.sh, ast-quality-gate.py, ast-quality-gate-ts.js, post-edit-lint.sh, ast-grep-gate.sh, spec-auto-test.sh, error-logger.sh, task-automark.sh and task-completion-gate.sh via bash (10…

4 5mo ago A tokens not measured copy · 55% MIT

PostToolUseFailure

13

tk-logl/sentinel

Hook

Runs when a tool call fails, executing error-logger.sh via bash. From tk-logl/sentinel.

4 5mo ago A tokens not measured original MIT

PreCompact

14

tk-logl/sentinel

Hook

Runs before the context is compacted, executing state-preserve.sh via bash. From tk-logl/sentinel.

4 5mo ago A tokens not measured copy · 58% MIT

Stop

15

tk-logl/sentinel

Hook

Runs when the agent finishes a response, executing completion-check.sh and spec-verify.sh via bash (2 commands). From tk-logl/sentinel.

4 5mo ago A tokens not measured copy · 61% MIT

SessionEnd

16

tk-logl/sentinel

Hook

Runs when a session ends, executing session-save.sh via bash. From tk-logl/sentinel.

4 5mo ago A tokens not measured copy · 55% MIT

ai-mistakes

17

tk-logl/sentinel

Skill Claude CodeCodex

Reference guide for 47 common AI coding mistake patterns. Use when you need to check code against known anti-patterns, or when reviewing changes for quality issues.

4 5mo ago A 37 tokens original MIT

checklist

18

tk-logl/sentinel

Skill Claude CodeCodex

Pre-implementation checklist workflow. Use before writing any source code to analyze impact, choose approach, and document blast radius. This is your blueprint — fill it with real analysis.

4 5mo ago A 38 tokens original MIT

file-headers

19

tk-logl/sentinel

Skill Claude CodeCodex

Generate and manage file header comments for key source files. Headers describe the file's role, co-modify files, invariants, and verification commands. Use for files over 200 lines.

4 5mo ago A 42 tokens original MIT

memory-guard

20

tk-logl/sentinel

Skill Claude CodeCodex

Protect against context loss during compaction and session changes. Structured state preservation with 5-section format and multi-location recovery chain.

4 5mo ago A 29 tokens original MIT