Filip-Podstavec

42 mods across 1 repository, 68 stars between them.

PostToolUse

25

Filip-Podstavec/claude-leverage

Hook

Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing ai-first-nudge.sh. From Filip-Podstavec/claude-leverage.

68 29d ago A tokens not measured original MIT

Stop

26

Filip-Podstavec/claude-leverage

Hook

Runs when the agent finishes a response, executing security-nudge.sh. From Filip-Podstavec/claude-leverage.

68 29d ago A tokens not measured copy · 56% MIT

adr-new

27

Filip-Podstavec/claude-leverage

Skill Claude CodeCodex

USE WHEN a load-bearing architectural decision is being made in conversation (database / framework / auth model / integration choice, or explicit rejection of an alternative) — one likely to be re-litigated in 6 months without the rationale. Bootstraps a numbered MADR ADR in docs/adr/, asks for context + decision +…

68 29d ago A 106 tokens original MIT

arch-map

28

Filip-Podstavec/claude-leverage

Skill Claude CodeCodex

USE WHEN setting up a repo for AI-first work, after a major directory restructure, or when an agent needs structured answers like "which modules are stable?" / "what's the public surface of X?" that the prose AGENTS.md doesn't give cheaply. Bootstraps or refreshes architecture.yml at repo root — machine-readable…

68 29d ago A 120 tokens original MIT

codex-sandbox

29

Filip-Podstavec/claude-leverage

Skill Claude CodeCodex

USE WHEN setting up Codex CLI in a project, tightening sandbox for prod/CI, or when user asks about Codex permissions. Interactive helper for per-project .codex/config.toml: dev / prod / custom profiles, idempotent via markers, preserves unmanaged config below the block. Codex-only artifact.

68 29d ago B 75 tokens original MIT

conventions-init

30

Filip-Podstavec/claude-leverage

Skill Claude CodeCodex

USE WHEN setting up a repo for AI-first work (after /init-repo), or when the context-surface hook should start feeding repo conventions to agents before edits. Drafts conventions.yml at repo root: per-kind casing (inferred from the code), a vague-name denylist seed, directory roles, and a hand-filled house-rules…

68 29d ago A 124 tokens original MIT

dynamic-check

31

Filip-Podstavec/claude-leverage

Skill Claude CodeCodex

USE WHEN the user explicitly asks to verify that this repo's DECLARED build/test/lint commands actually run ("does the quickstart work?", "validate the commands in AGENTS.md"), typically after /repo-doctor or /repo-doctor --semantic raised suspicion. Executes only commands the repo itself declares (AGENTS.md…

68 29d ago D 124 tokens original MIT

explain-diff

32

Filip-Podstavec/claude-leverage

Skill Claude CodeCodex

USE WHEN about to open a PR, when teammate asks "what's in this diff?", or when returning to a branch and needing self-orientation. Three modes: --for pr|review|self. Reads git diff HEAD (or passed range), returns 3–5 bullet plain-English narration. Read-only — defers security/test concerns to other skills.

68 29d ago A 80 tokens original MIT

glossary-init

33

Filip-Podstavec/claude-leverage

Skill Claude CodeCodex

USE WHEN setting up a repo for AI-first work, when an agent hallucinates domain term meaning, or when user asks to bootstrap / extend the repo's domain glossary. Surfaces candidate terms by identifier frequency, asks the user for 1-sentence definitions, writes GLOSSARY.md at repo root. Idempotent — re-running adds new…

68 29d ago A 119 tokens original MIT

init-repo

34

Filip-Podstavec/claude-leverage

Skill Claude CodeCodex

USE WHEN starting work in a project that lacks a claude-leverage AGENTS.md (no claude-leverage: marker blocks at git root), or when user asks to set up the stack here. Drops AGENTS.md + .gitignore patterns + optional language-specific logging template + optional CLAUDE.md routing snippets. Interactive, idempotent via…

68 29d ago A 79 tokens original MIT

log-structured

35

Filip-Podstavec/claude-leverage

Skill Claude CodeCodex

USE WHEN auditing logging in a legacy codebase, after adopting the JSON-lines spec, or when user asks to clean up logging. Finds print/console.log/interpolated logger calls and suggests spec- compliant replacements per AGENTS.md. Read-only — never auto-rewrites. Templates per language in templates/logging/.

68 29d ago A 69 tokens original MIT

process-diagram

36

Filip-Podstavec/claude-leverage

Skill Claude CodeCodex

USE WHEN documenting a non-obvious workflow prose explains poorly, or when user describes a multi-step process and asks for a visualization. Generates a mermaid sequenceDiagram or flowchart, optional insertion into target markdown between idempotent markers, mmdc validation in a 3-retry loop.

68 29d ago A 65 tokens original MIT

refresh-context-map

37

Filip-Podstavec/claude-leverage

Skill Claude CodeCodex

USE WHEN AIDEV anchors / per-dir AGENTS.md / ADRs have changed in this repo and the smart-context-surfacing PreToolUse hook needs an updated manifest. Rebuilds .claude-leverage-context-map.json at the repo root by running scripts/build-context-map.py. Read-only on source — only writes the manifest.

68 29d ago A 75 tokens original MIT

repo-doctor

38

Filip-Podstavec/claude-leverage

Skill Claude CodeCodex

USE WHEN inheriting a legacy repo, when user asks "what's missing for AI-first work here?", "is this repo agent-ready?", "audit my repo", "is anything out of sync with the code?", or when the bare-repo-nudge / cheatsheet hook suggests a checkup. Read-only AI-readiness audit — scores 24 dimensions across Foundation…

68 29d ago A 316 tokens original MIT

repo-map

39

Filip-Podstavec/claude-leverage

Skill Claude CodeCodex

USE WHEN adding/renaming/removing a top-level dir, before a release, or when user asks to regenerate the README architecture diagram. Refreshes the mermaid block in README between markers (surrounding content untouched). Optional dep-graph block via madge/pydeps.

68 29d ago A 70 tokens original MIT

security-review

40

Filip-Podstavec/claude-leverage

Skill Claude CodeCodex

USE BEFORE committing security-sensitive changes (auth, crypto, routes, user-input handling, secret loading, templates), or when the security-nudge Stop hook suggests it. Audits the current diff for OWASP-Top-10-shaped issues + deps typosquatting. Read-only. Delegates to the security-reviewer Sonnet subagent shipped…

68 29d ago A 91 tokens original MIT

session-log

41

Filip-Podstavec/claude-leverage

Skill Claude CodeCodex

USE WHEN ending a substantial working session — user says "thanks/tomorrow/wrap up", or session shipped 3+ commits with no log today, or user asks for a summary. Distills the conversation into docs/sessions/YYYY-MM-DD- .md (context, what was done, key decisions, open questions, next steps). Hard cap 80 lines.…

68 29d ago A 97 tokens original MIT

stack-check

42

Filip-Podstavec/claude-leverage

Skill Claude CodeCodex

USE WHEN the stack-freshness SessionStart hook nudges ("stack last checked 42d ago"), or when user asks to check dep versions. Verifies Claude Code + Codex + plugin + CLI deps vs stack.toml (per-OS update commands), flags stale AIDEV-TODO/QUESTION anchors (deadline-aware), and sanity-checks AGENTS.md size + imports.…

68 29d ago A 94 tokens original MIT