Plugin Claude Code
Documentation-first development methodology. AI-ready docs = automatic code generation. 10-20x velocity.
Plugin Claude Code
Documentation-first development methodology. AI-ready docs = automatic code generation. 10-20x velocity.
Skill Claude CodeCodex
Documentation-first development methodology. The goal is AI-ready documentation - when docs are clear enough, code generation becomes automatic. Triggers on "Build", "Create", "Implement", "Document", or "Spec out". Version 3.5 adds Phase 2.5 Adversarial Review and renames internal verification to Spec Gate…
Plugin Claude Code
Pre-ingestion verification for epistemic quality in RAG systems. Ensures documents are properly qualified before entering knowledge bases.
Skill Claude CodeCodex
Pre-ingestion verification for epistemic quality in RAG systems. Ensures documents are properly qualified before entering knowledge bases. Produces CGD (Clarity-Gated Documents) and validates SOT (Source of Truth) files.
Instructions file CodexOpenCode
AGENTS.md instructions for frmoretto/clarity-gate, covering agents.md - clarity gate, what this repository does, quick start for agents, 1. load the skill and 2. understand the specifications.
Plugin Claude Code
Plugin marketplace listing 1 plugin: hs.
Plugin Claude Code
Pre-execution safety layer that blocks dangerous shell commands and credential file reads using pattern matching + LLM analysis. Fail-closed design.
Skill Claude CodeCodex
ACTIVATE THIS SKILL FOR ANY SHELL COMMAND OR FILE READ. Check curl, wget, rm, sudo, apt, dpkg, chmod, dd, format, powershell, bash, sh. Check pipe patterns like | sh or | bash. Check shell wrappers like bash -c, xargs, find -exec. Check cloud CLI (aws, gcloud, kubectl, terraform). Check when user says sysadmin told…
Instructions file CodexOpenCode
AGENTS.md instructions for frmoretto/hardstop, covering agents.md - hardstop, what this repository does, quick start for agents, 1. load the skill and 2. understand the components.
Instructions file
Claude Code instructions for frmoretto/hardstop, covering hardstop - claude code project guide, project structure, versioning, skill file copies and version bump checklist.
Command
Hardstop - Pre-execution safety layer for shell commands. Shows status and help.
Command
Show Hardstop audit log entries.
Command
Disable Hardstop protection temporarily.
Command
Enable Hardstop protection.
Command
Skip Hardstop safety check for the next command only.
Command
Show Hardstop current status and statistics.
Hook
Runs before the agent uses a tool for Bash, PowerShell and Read tool calls, executing pre_tool_use.py and pre_read.py via python (3 commands). From frmoretto/hardstop.