efitz-skills
01Plugin Claude Code
efitz's personal Claude Code skills, commands, and tools.
Repository for my AI agent skills, organized as "plugins" and usable as a Claude or Codex marketplace
Plugin Claude Code
efitz's personal Claude Code skills, commands, and tools.
Plugin Claude Code
Portable CATS API fuzzing toolkit: bootstrap per-repo config (init), run fuzz campaigns via config-declared hooks (run), query and render results from SQLite (report), triage true positives into a remediation plan (analyze), and manage declarative false-positive rules (fp).
Plugin Claude Code
Dependency discovery toolkit: enumerate what a system depends on across six categories — packages (package), out-of-project services (service), configuration (config), secrets and permissions (security), OS and cloud resources (platform), and network paths (network) — each with the timeout, retry, fallback, and health.
Plugin Claude Code
Update dependencies safely across Go, Python, and Node ecosystems. Use when the user asks to bump, update, or upgrade dependencies, packages, or deps; run a dependency bump/upgrade; fix Dependabot or security advisories; or refresh outdated packages. Triggers on phrasings like 'bump the deps', 'bump dependencies on…
Plugin Claude Code
Developer toolkit (sem-powered): annotate code with durable SEM@ intent markers (sem-annotate), keep them maintained via a project convention (sem-auto), and find dead code + duplication and produce a ranked plan (dedupe). Uses the sem CLI entity graph. Supports Go, TypeScript/JavaScript, and Python.
Plugin Claude Code
Environment readiness toolkit: checks whether the CLI tools, config files, and auth sessions the other plugins depend on are present and working (check). Reports what's missing, why it matters, and how to fix it; report-only by default, with an explicit --fix mode that confirms and installs declared remedies for the…
Plugin Claude Code
GitHub workflow toolkit: pick the next issue to work on from a milestone/backlog (backlog) and file detailed issues into a repo/Project using a locally-provisioned metadata cache (create-issue). Use for issue triage and issue filing.
Plugin Claude Code
Integration test design toolkit: discover a project's test conventions (conventions), assess the quality of the tests it already has (critique), find its state-establishment affordances (state), and synthesize a full integration test design from customer journeys (design). Read-only discovery; requires the profile…
Plugin Claude Code
Localization/i18n toolkit: analyze missing keys, measure coverage, detect non-localizable strings, translate, validate translations, update JSON locale files, and backfill every locale. Use for i18n auditing, translation, and locale-file maintenance.
Plugin Claude Code
Interact with a local classic (file-based) Logseq graph: capture notes/TODOs into journals or pages, answer questions from the graph, lint it for consistency, merge/restructure pages, and import notes from an Obsidian vault. Hybrid access: reads files directly, writes via the Logseq local HTTP API when the app is…
Plugin Claude Code
OpenAPI workflow toolkit: locate and record the project's OpenAPI and Arazzo specs (init), and generate an Arazzo 1.0 workflow spec from the confirmed customer-journeys doc mapped onto real operations (arazzo). Prose-driven with human gates; validators used when installed.
Plugin Claude Code
Project discovery toolkit: identify what a codebase is built with (stack), what its documentation says it must do (docs), how it deploys and what it depends on (topology), and what workflows its users actually perform (journeys). Read-only; emits versioned JSON contracts for downstream consumers.
Plugin Claude Code
Security toolkit: vet plugins/skills before install (vet-plugin) and audit code for race conditions and concurrency bugs (race-cond). Use before installing third-party agent extensions or when reviewing concurrent code.