giggsoinc/raven

AI-native engineering discipline for Claude Code · 60 skills · 10 guard agents · CVE scanning · secret detection · audit logs

5Stars on the repository
65Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

architecture-guard

01

giggsoinc/raven

Agent

Use PROACTIVELY when new code files are created. During coding — advises only, never blocks. At git commit — missing architecture doc becomes a hard block via pre-commit hook after 24 hours grace period. Ensures .raven/architecture.md exists and is versioned.

5 2d ago A 62 tokens original MIT

claude-mem

02

giggsoinc/raven

Agent

Use PROACTIVELY at session start and end to manage persistent memory. At start: run ide-boot.py; if load=1 Read CARD.md. At end: obsidian-log writes vault + CARD. Canonical vault is /RavenVault (humans). Agent boot is the card.

5 2d ago A 66 tokens original MIT

db-guard

03

giggsoinc/raven

Agent

Database discipline enforcer. Fires on PostEdit for any source file. Detects inline SQL in non-SQL files, missing ERDs, and broken migration numbering. Spawned as a sub-agent by db-specialist pre-flight. Also runs independently on every file save via PostEdit hook.

5 2d ago A 62 tokens original MIT

guard-git-watch

04

giggsoinc/raven

Agent

Use PROACTIVELY when any skill attempts to read sensitive files or perform restricted actions. Watches for unexpected reads of manifest.secrets.json, .env, SSH keys, or modifications to settings.json or manifest.json by non-approved processes. Hard blocks and alerts.

5 2d ago A 57 tokens original MIT

manifest-checker

05

giggsoinc/raven

Agent

Use PROACTIVELY before any coding action, file creation, or tool use. Verifies .raven/manifest.json exists, is valid JSON, and has all required fields. Hard stops if manifest missing — this is the only agent that hard blocks during coding. All other agents advise only.

5 2d ago A 64 tokens original MIT

odoo-guard

06

giggsoinc/raven

Agent

Odoo discipline enforcer. Spawned by odoo-specialist pre-flight and fires on PostEdit for .py and .xml files. Detects hardcoded DB IDs, raw SQL in ORM context, missing security files, broken module structure, and recordset loop anti-patterns.

5 2d ago A 62 tokens original MIT

salesforce-guard

07

giggsoinc/raven

Agent

Salesforce discipline enforcer. Spawned by salesforce-specialist pre-flight and fires on PostEdit for .cls, .trigger, .js, .html files. Detects hardcoded IDs, SOQL inside loops, DML inside loops, missing bulk patterns, and non-DX file structure.

5 2d ago A 66 tokens original MIT

skill-guard

08

giggsoinc/raven

Agent

Use PROACTIVELY when any skill attempts to read sensitive files or perform restricted actions. Watches for unexpected reads of manifest.secrets.json, .env, SSH keys, or modifications to settings.json by non-approved processes. Hard blocks and alerts on any violation.

5 2d ago A 56 tokens original MIT

stack-validator

09

giggsoinc/raven

Agent

Use PROACTIVELY when any import or library is detected in code. During coding — warns and starts approval flow but does not block. At git commit — unapproved libraries are hard blocked via pre-commit hook until approval flow completes. Polars preferred over Pandas.

5 2d ago A 58 tokens original MIT

style-enforcer

10

giggsoinc/raven

Agent

Use PROACTIVELY when reviewing or editing code files to advise on Giggso style standards. During coding — advise only, never block. At git commit — all style violations become hard blocks via pre-commit hook. Checks line count, type hints, docstrings, logging, naming.

5 2d ago A 63 tokens original MIT