Skip to content

Releases: adewale/guardrails-skill

v0.4.2 — Multi-agent Agent Skill support

Choose a tag to compare

@adewale adewale released this 11 Jun 10:55
389a51a

Multi-agent Agent Skill support.

  • Adds Agent Skills compatibility metadata for Codex, OpenCode, Pi, Gemini CLI, and Claude Code.
  • Documents per-agent install/use paths in the README.
  • Adds or updates package.json skill and pi.skills metadata for Git-installed packages.
  • Notes that non-Claude hosts load the Guardrails instructions; Claude Code plugin installs still provide the bundled lifecycle hooks.

v0.4.1

Choose a tag to compare

@adewale adewale released this 09 Mar 22:01

Lessons learned template and example.

What's new

  • Lessons learned entry template — structured format (Context, What happened, Resolution, Rule) with a worked example so agents produce consistent, actionable entries

Install

npx skills add adewale/guardrails-skill

Upgrade

npx skills update

v0.4.0

Choose a tag to compare

@adewale adewale released this 09 Mar 21:59

Bug fix retrospective and commit gate improvements.

What's new

  • Bug fix retrospective — commit gate now requires detection gap analysis, concrete prevention artifact, and pattern scan before allowing bug fix commits
  • once: true on SessionStart — prevents redundant discovery runs
  • Task completion enforcement — Stop hook continues to next slice instead of handing off when planned work remains
  • Cleanup — removed duplicate hook definitions from SKILL.md frontmatter; hooks.json is the single source of truth

Fixed

  • Marketplace source pointed to dead /tmp path; updated to GitHub repo

Install

npx skills add adewale/guardrails-skill

Upgrade

npx skills update

v0.3

Choose a tag to compare

@adewale adewale released this 25 Feb 09:47

Lifecycle hooks and task completion enforcement.

What's new

  • Lifecycle hooks (hooks.json) — automatic registration on install for SessionStart, Stop, and Commit hooks
  • Task completion enforcement — Stop hook now verifies task completion before the agent returns control
  • CHANGELOG.md — version history tracking
  • Verification steps in README

Install

npx skills add adewale/guardrails-skill

Or as a Claude Code plugin:

/plugin marketplace add adewale/guardrails-skill
/plugin install guardrails@guardrails-skill

Upgrade

npx skills update

v0.2

Choose a tag to compare

@adewale adewale released this 22 Feb 21:44

Restructured as a Claude Code plugin.

What's new

  • Plugin manifest and marketplace catalog — install via /plugin marketplace add adewale/guardrails-skill
  • Skill files moved to skills/guardrails/ per plugin directory convention
  • Three install methods: npx skills add, /plugin marketplace add, or git clone

Install

npx skills add adewale/guardrails-skill

Or as a Claude Code plugin:

/plugin marketplace add adewale/guardrails-skill
/plugin install guardrails@guardrails-skill

v0.1

Choose a tag to compare

@adewale adewale released this 22 Feb 21:32

First release of the Guardrails Skill.

Quality gates wired into the agent lifecycle — lifecycle hooks, circuit breaker, config protection, diagnostic escalation, and lessons learned.

Install

npx skills add adewale/guardrails-skill

Or see the README for alternative methods.