thevibeworks/claude-code-docs

Everything Anthropic ships for builders, archived and updated 4× daily. 3,900+ files. 12 sources. API, Claude Code, MCP, docs, cookbooks, skills, plugins.

38Stars on the repository
59Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

archive

01

thevibeworks/claude-code-docs

Agent

Agent "archive" from thevibeworks/claude-code-docs, covering archive agent, path parameters, headers, returns and example.

38 yesterday A 0 tokens original MIT

create

02

thevibeworks/claude-code-docs

Agent

Agent "create" from thevibeworks/claude-code-docs, covering create agent, headers, body parameters, returns and example.

38 yesterday A 0 tokens original MIT

list

03

thevibeworks/claude-code-docs

Agent

Agent "list" from thevibeworks/claude-code-docs, covering list agents, query parameters, headers, returns and example.

38 yesterday A 0 tokens copy · 94% MIT

retrieve

04

thevibeworks/claude-code-docs

Agent

Agent "retrieve" from thevibeworks/claude-code-docs, covering get agent, path parameters, query parameters, headers and returns.

38 yesterday A 0 tokens copy · 98% MIT

update

05

thevibeworks/claude-code-docs

Agent

Agent "update" from thevibeworks/claude-code-docs, covering update agent, path parameters, headers, body parameters and returns.

38 yesterday A 0 tokens copy · 94% MIT

versions

06

thevibeworks/claude-code-docs

Agent

Agent "versions" from thevibeworks/claude-code-docs, covering versions, list agent versions, path parameters, query parameters and headers.

38 yesterday A 0 tokens copy · 94% MIT

thevibeworks/claude-code-docs

Agent

Use this agent to verify that a Python Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a Python Agent SDK app has been created or modified.

38 yesterday A 55 tokens copy · 100% MIT

thevibeworks/claude-code-docs

Agent

Use this agent to verify that a TypeScript Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a TypeScript Agent SDK app has been created or modified.

38 yesterday A 56 tokens copy · 100% MIT

claude-security

09

thevibeworks/claude-code-docs

Agent

The dedicated Claude Security orchestrator. Hand it an unattended job — "fully scan this repository and patch what you find; I understand it will use a lot of tokens" — and it runs the whole thing itself: capturing the revision, driving the multi-agent scan through the claude-security:scan workflow, assembling the…

38 yesterday A 104 tokens copy · 100% MIT

explore

10

thevibeworks/claude-code-docs

Agent

Read-only code explorer that the plugin's other agents dispatch to map a codebase — locate files, trace how a flow is wired, find every caller of a symbol, answer "where does X happen".

38 yesterday A 44 tokens copy · 100% MIT

patch-generator

11

thevibeworks/claude-code-docs

Agent

Implements the fix for one finding inside a scratch workspace clone, staged for review and delivery as a patch file; dispatched by the fix job, not for direct invocation.

38 yesterday A 37 tokens copy · 100% MIT

patch-verifier

12

thevibeworks/claude-code-docs

Agent

The single verifier per fix round — reviews the workspace's staged diff against the finding, runs the tests, and states the three confidence claims a patch file must earn; dispatched by the fix job, not for direct invocation.

38 yesterday A 48 tokens copy · 100% MIT

scan-inventory

13

thevibeworks/claude-code-docs

Agent

Restricted read-only repository cartographer dispatched by the Claude Security scan workflow to partition the tree into components and account for every top-level directory; not for direct invocation or vulnerability research.

38 yesterday A 39 tokens copy · 100% MIT

scan-researcher

14

thevibeworks/claude-code-docs

Agent

Restricted read-only vulnerability researcher dispatched by the Claude Security scan workflow; not for direct invocation or general exploration.

38 yesterday B 26 tokens copy · 100% MIT

scan-verifier

15

thevibeworks/claude-code-docs

Agent

Restricted read-only verifier dispatched by the Claude Security scan workflow to vote on one candidate finding; not for direct invocation.

38 yesterday A 27 tokens copy · 100% MIT

architecture-critic

16

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

18

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

19

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

20

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

21

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

22

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