sofiahernandes/margaret

Margaret is the developer's all-in-one engineering plugin: the one you reach for after you've already tried everything else and still didn't find the best solution or the best way to present it.

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

margaret-design

01

sofiahernandes/margaret

Skill Claude CodeCodex

Figma bridge, both directions: generate a new Figma design or diagram from a prompt/spec, or pull an existing Figma file/selection into this codebase (as code, a design-context summary, a Code Connect link, or a motion implementation). Use when the user asks to create/generate something in Figma or FigJam, wants a…

2 17d ago A 181 tokens original MIT

margaret-guard

02

sofiahernandes/margaret

Skill Claude CodeCodex

High-confidence security review of the current diff — not a general code review. Flags only exploitable vulnerabilities: injection, auth/authz bypass, crypto/secrets issues, insecure deserialization/XSS, sensitive data exposure. Filters out DOS, rate-limiting, and theoretical findings. Use when the user says "security…

2 17d ago A 184 tokens original MIT

margaret-help

03

sofiahernandes/margaret

Skill Claude CodeCodex

Quick-reference card for all margaret commands, modes, and flags. One-shot display, not a persistent mode. Trigger: /margaret-help, "margaret help", "what margaret commands", "how do I use margaret".

2 17d ago B 56 tokens original MIT

margaret-scan

04

sofiahernandes/margaret

Skill Claude CodeCodex

Review focused exclusively on over-engineering. Scoped to the current diff by default, or the whole repo when asked to audit. Finds what to delete: reinvented standard library, unneeded dependencies, speculative abstractions, dead flexibility. One line per finding: location, what to cut, what replaces it. Use when the…

2 17d ago A 136 tokens original MIT

margaret

05

sofiahernandes/margaret

Skill Claude CodeCodex

A senior-engineer persona: plan the structure first, then build the smallest solution that meets the need. Check whether the task is needed, use the standard library before custom code, platform features before dependencies, and one line before fifty. Supports intensity levels: lean, full (default), max, off. Use on…

2 17d ago A 171 tokens original MIT