giggsoinc

65 mods across 1 repository, 5 stars between them.

raven

01

giggsoinc/raven

Plugin Claude Code

Plugin marketplace listing 1 plugin: raven.

5 2d ago A tokens not measured original MIT

raven

02

giggsoinc/raven

Plugin Claude Code

AI codes fast. Raven enforces Discipline — Strategic Thinking, Scalable Structure, Security at Source. A plan attacked from three angles before any edit, approved by you; every prompt routed to the right one of 61 specialists, never silently; and local guards that block secrets, vulnerable libraries, and edits until…

5 2d ago A tokens not measured original MIT

UserPromptSubmit

03

giggsoinc/raven

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, executing triage-router.py, architect-router.py, model-router.py, cve-prompt-guard.py and push-approve.py via python3 with --hook (5 commands). From giggsoinc/raven.

5 2d ago A tokens not measured original MIT

PreToolUse

04

giggsoinc/raven

Hook Claude Code

Runs before the agent uses a tool for Write, Edit, MultiEdit, NotebookEdit and Bash tool calls, executing route-gate.py and push-gate.py via python3 (2 commands). From giggsoinc/raven.

5 2d ago A tokens not measured original MIT

SessionStart

05

giggsoinc/raven

Hook Claude Code

Runs when a session starts, executing session-start.py, ide-boot.py, model-router.py and run_costs.py via python3 with --session-start (5 commands). From giggsoinc/raven.

5 2d ago A tokens not measured original MIT

PostToolUse

06

giggsoinc/raven

Hook Claude Code

Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing db-guard.py and secret-scan.py via python3 with --changed-files-only (2 commands). From giggsoinc/raven.

5 2d ago A tokens not measured original MIT

Stop

07

giggsoinc/raven

Hook Claude Code

Runs when the agent finishes a response, executing token-meter-write.py, token-guard.py, dashboard.py, obsidian-log.py, knowledge-extract.py, session-gate.py and code-xray.py via python3 with --html, --current-project, --if-stale, --quiet, --delta and --session (7 commands). From giggsoinc/raven.

5 2d ago A tokens not measured original MIT

raven

08

giggsoinc/raven

Settings file Claude Code

Raven v5.0 — Automated governance gate via Andie.

5 2d ago A tokens not measured original MIT

router

09

giggsoinc/raven

Skill Claude CodeCodex

Toggle the Raven model router. /router enables advisory Haiku-subagent delegation for simple prompts, /router off disables it, /router status shows the current mode. The primary session model is never changed — that is set only via /model.

5 2d ago A 51 tokens original MIT

raven-router

10

giggsoinc/raven

Cursor rule Cursor

Raven router and cost must run every user turn.

5 2d ago A 247 tokens original MIT

giggsoinc/raven

Instructions file GitHub Copilot

Instructions for giggsoinc/raven, covering raven — github copilot / vs code and first load (same ux every ide).

5 2d ago A 256 tokens original MIT

raven

12

giggsoinc/raven

MCP server Claude CodeCodexCursor +2

MCP server "raven" as configured in giggsoinc/raven. Runs ${workspaceFolder}/mcp/server.py with python3.

5 2d ago A tokens not measured original MIT

raven AGENTS.md

13

giggsoinc/raven

Instructions file CodexOpenCode

Instructions for giggsoinc/raven, covering agents.md — grok / codex / cursor boot and first load (same ux every ide).

5 2d ago A 999 tokens original MIT

raven CLAUDE.md

14

giggsoinc/raven

Instructions file

Instructions for giggsoinc/raven, covering claude.md — raven discipline engine v5.5.6, first load (memory), step 0 — model toast (before andie, before tools), step 0.5 — intent (plan / debug / direct) and step 1 — gate check (default = raven, opt-out = lucky).

5 2d ago A 3,506 tokens original MIT

raven GEMINI.md

15

giggsoinc/raven

Instructions file Gemini CLI

Instructions for giggsoinc/raven: Fallback: python3 "${CLAUDEPLUGINROOT}/scripts/ops/raven-first.py" --boot.

5 2d ago A 246 tokens original MIT

architecture-guard

16

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

17

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

18

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

19

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

20

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

21

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

22

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

23

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

24

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