Skill Claude CodeCodex
A code-review guide based on the OWASP Top 10, a widely used list of common web-application security risks.
Skill Claude CodeCodex
A code-review guide based on the OWASP Top 10, a widely used list of common web-application security risks.
Skill Claude CodeCodex
A code-review guide for finding silent failures: errors or missing values that are hidden instead of reported.
Skill Claude CodeCodex
A code-review guide for designing software that is easier to test by keeping dependencies and side effects separate from core logic.
Skill Claude CodeCodex
A root-cause analysis method that tests competing explanations until one is supported by evidence.
Skill Claude CodeCodex
A pull-request helper that reads a preview link and test steps, then uses a browser to capture a screenshot or video of the tested page.
Skill Claude CodeCodex
A test-first coding process based on TDD, or test-driven development: write a failing test, make it pass, then improve the code.
Instructions file
Instructions for thkt/dotclaude, covering claude.md, foundation, outcome-driven, backcasting and rules.
Plugin Claude Code
Plugin marketplace listing 5 plugins: sentinels, guardrails, formatter, gates, shields.
Plugin Claude Code
CLI utilities for sentinels plugin marketplace.
Skill Claude CodeCodex
Install binary dependencies for sentinels plugins. Use when user mentions バイナリインストール, install binaries, sentinels install, ツールインストール.
Plugin Claude Code
PostToolUse hook for Claude Code. Auto-formats files after Write/Edit using oxfmt/biome.
Hook
Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing wrapper.sh. From thkt/sentinels.
Plugin Claude Code
PostToolUse hook for Claude Code. Parallel quality gates (lint, type-check, test, knip, tsgo, litmus, circular) on Write/Edit/MultiEdit.
Plugin Claude Code
PreToolUse hook for Claude Code. oxlint auto-provision + custom security rules on Write/Edit.
Plugin Claude Code
Security hook for Claude Code. Command guard (PreToolUse Bash) + file ACL (PermissionRequest).