thevibeworks

65 mods across 4 repositories, 54 stars between them.

claude-security

49

thevibeworks/claude-code-docs

Skill Claude CodeCodex

The Claude Security menu — pick a job: scan the codebase (the whole repository or a scoped part of it), scan changes (this branch's or a pull request's diff, or one commit), or suggest patches (findings turned into targeted patch files, each verified by a panel of agents, that you apply when you choose).

38 yesterday A 72 tokens copy · 100% MIT

code-modernization

50

thevibeworks/claude-code-docs

Plugin Claude Code

Modernize legacy codebases (COBOL, legacy Java/C++/.NET, monolith web apps) with a structured preflight / assess / map / extract-rules / brief / (reimagine | transform | uplift) / harden / status workflow. Cross-stack rewrites, greenfield reimagining, and same-stack version uplifts (e.g. .NET Framework → .NET 8); an…

38 yesterday A tokens not measured copy · 100% MIT

architecture-critic

51

thevibeworks/claude-code-docs

Agent

Reviews proposed target architectures and transformed code against modern best practice. Adversarial — looks for over-engineering, missed requirements, and simpler alternatives.

38 yesterday B 33 tokens copy · 100% MIT

thevibeworks/claude-code-docs

Agent

Mines domain logic, calculations, validations, and policies from legacy code into testable Given/When/Then specifications. Use when you need to separate "what the business requires" from "how the old code happened to implement it.".

38 yesterday B 53 tokens copy · 100% MIT

legacy-analyst

53

thevibeworks/claude-code-docs

Agent

Deep-reads legacy codebases (COBOL, Java, .NET, Node, anything) to build structural and behavioral understanding. Use for discovery, dependency mapping, dead-code detection, and "what does this system actually do" questions.

38 yesterday B 54 tokens copy · 100% MIT

scaffolder

54

thevibeworks/claude-code-docs

Agent

Scaffolds one service of a reimagined system from the approved architecture and spec — project skeleton, domain model, API stubs, executable acceptance tests. Write access is scoped to its own service directory under modernized/.

38 yesterday A 49 tokens copy · 100% MIT

security-auditor

55

thevibeworks/claude-code-docs

Agent

Adversarial security reviewer — OWASP Top 10, CWE, dependency CVEs, secrets, injection. Use for security debt scanning and pre-modernization hardening.

38 yesterday B 39 tokens copy · 100% MIT

test-engineer

56

thevibeworks/claude-code-docs

Agent

Writes characterization, contract, and equivalence tests that pin down legacy behavior so transformation can be proven correct. Use before any rewrite.

38 yesterday B 30 tokens copy · 100% MIT

uplift-migrator

57

thevibeworks/claude-code-docs

Agent

Migrates ONE project/module of an in-flight same-stack version uplift by applying a proven pilot playbook — minimal diff, then runs that unit's real build to prove it. Refuses to migrate anything if no playbook exists yet. Write access is scoped to its own unit's directory inside the uplift working copy under…

38 yesterday A 87 tokens copy · 100% MIT

thevibeworks/claude-code-docs

Agent

Identifies the breaking changes between two versions of the SAME stack (e.g. .NET Framework 4.8 → .NET 8, Java 8 → 17/21, Spring Boot 2 → 3) that actually bite a given codebase, and drives the ecosystem's migration tooling. Use for same-stack uplifts, where code is preserved and tweaked — not rewritten from intent.…

38 yesterday A 134 tokens copy · 100% MIT

deva AGENTS.md

60

thevibeworks/deva

Instructions file CodexOpenCode

Instructions for thevibeworks/deva: Repo guidance for coding agents lives in CLAUDE.md (architecture, issue-based development workflow) and workflows/ (issue, commit, PR, release conventions). Read those before changing anything.

13 5d ago A 92 tokens original MIT

deva CLAUDE.md

61

thevibeworks/deva

Instructions file

Instructions for thevibeworks/deva, covering claude.md, deva architecture: container-based agent sandboxing and we're following issue-based development (ibd) workflow.

13 5d ago A 306 tokens original MIT

deva-clean

62

thevibeworks/deva

Skill Claude CodeCodex

Disk cleanup for deva container workspaces - reclaim space without touching bind mounts or unpushed work. Use when the user wants disk space reclaimed in a deva workspace, asks to remove stale worktrees, or a disk-full symptom traces into the workspace. Deleting a single known build dir needs no skill - just delete it.

13 5d ago C 71 tokens original MIT

deva-cloak

63

thevibeworks/deva

Skill Claude CodeCodex

Drive CloakBrowser stealth Chromium inside the deva cloak container - a headed, anti-detection browser for scraping, automation, or checking a site the way a real browser sees it. Use when the task needs a browser that bypasses bot detection (Cloudflare, FingerprintJS, reCAPTCHA scoring), or when the user asks to…

13 5d ago A 123 tokens original MIT

barkme-mcp-server

65

thevibeworks/barkme-mcp-server

MCP server Claude CodeCodexCursor +2

A Model Context Protocol (MCP) server that provides iOS push notifications through the Bark service. Runs locally from the @vibeworks/barkme-mcp-server npm package.

3 12mo ago A tokens not measured original MIT