·specstory-guard
</>

specstory-guard

specstoryai/agent-skills

Install a pre-commit hook that scans .specstory/history for secrets before commits. Run when user says "set up secret scanning", "install specstory guard", "protect my history", or "check for secrets".

44Installs·0Trend·@specstoryai

Installation

$npx skills add https://github.com/specstoryai/agent-skills --skill specstory-guard

SKILL.md

A pre-commit guardrail that scans .specstory/history for potential secrets and blocks commits until they are removed or redacted.

| /specstory-guard | Install the pre-commit hook | | /specstory-guard install | Install the pre-commit hook | | /specstory-guard scan | Run a manual scan without installing | | /specstory-guard check | Alias for scan |

| AWS Keys | AKIA..., awssecretaccesskey | | API Tokens | Bearer ..., token: ... | | Private Keys | -----BEGIN RSA PRIVATE KEY----- | | GitHub Tokens | ghp..., githubpat... | | Generic Secrets | password=, secret=, apikey= |

Install a pre-commit hook that scans .specstory/history for secrets before commits. Run when user says "set up secret scanning", "install specstory guard", "protect my history", or "check for secrets". Source: specstoryai/agent-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/specstoryai/agent-skills --skill specstory-guard
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is specstory-guard?

Install a pre-commit hook that scans .specstory/history for secrets before commits. Run when user says "set up secret scanning", "install specstory guard", "protect my history", or "check for secrets". Source: specstoryai/agent-skills.

How do I install specstory-guard?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/specstoryai/agent-skills --skill specstory-guard Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/specstoryai/agent-skills