Skip to main content

Browse the directory

Showing 25 resources for "diff"
Saved
Active

1 trusted · 24 review in this set — compare to see which signals differ.

Trust snapshot

25 results in this view

Claimed
0%(0/25)

3 trust signals differ in this sample: Package trust, Source provenance, Submitter

Signals differ on Package trust, Source provenance, Submitter — add entries to compare before you install.

Rollout signal scan

2 rollout risk signals in current results

Biggest gaps: metadata review, package integrity. 0 entries have 2+ required gaps.

12 scanned

Install payload

Install payload is broadly covered in current results.

good

92% (11/12)

Adoption queue

Browse adoption queue · balanced

0/25 visible results are ready for staged adoption under this preset.

ready 0caution 8hold 0
caution

70/100

Request metadata review from maintainers or internal owners.

skills/cloudflare-workers-ai-edge · trust trusted · confidence 83%

caution

50/100

Request metadata review from maintainers or internal owners.

Collect package checksum or signed artifact information.

commands/documentation-refresh · trust review · confidence 67%

caution

50/100

Request metadata review from maintainers or internal owners.

Collect package checksum or signed artifact information.

guides/checkpointing-claude-code-changes-before-risky-refactors · trust review · confidence 67%

Desktop Commander MCP Server

1 blockers: Metadata review

caution

50/100

Request metadata review from maintainers or internal owners.

Collect package checksum or signed artifact information.

mcp/desktop-commander-mcp-server · trust review · confidence 67%

File Size Warning Monitor - Hooks

1 blockers: Metadata review

caution

50/100

Request metadata review from maintainers or internal owners.

Collect package checksum or signed artifact information.

hooks/file-size-warning-monitor · trust review · confidence 67%

Decision confidence

Decision confidence scan · balanced

1/25 results are high-confidence for the selected preset.

high 1medium 7low 0

Desktop Commander MCP Server

Address Metadata review, Package integrity before broader rollout.

medium

54/100

Missing: Metadata reviewMissing: Package integrity

mcp/desktop-commander-mcp-server · trust review

File Size Warning Monitor - Hooks

Address Metadata review, Package integrity before broader rollout.

medium

54/100

Missing: Metadata reviewMissing: Package integrity

hooks/file-size-warning-monitor · trust review

Freshness distribution

Mostly fresh with a few aging entries

Median age 46 days; 11 fresh, 1 aging or stale of 12 scanned.

median 46d

Aging

91–180 days

0%

0 entries

Stale

> 180 days

8%

1 entry

Theme distribution

Themes are broadly spread across this view

100 distinct themes with no dominant one. Most common: claude-code, code-review, security.

Diverse

100 distinct themes across 24 scanned

Cloudflare logo

Run AI inference and serverless functions on Cloudflare Workers AI: call hosted models like Llama, Whisper, and Stable Diffusion through the Workers AI binding, deploy with wrangler, and use D1/R2/KV storage plus the free daily Neuron allocation.

Level:advancedType:generalVerified:draft
Safety ✓ Privacy ✓

Community slash command runbook to refresh stale project documentation after code changes: use git history to find affected docs, compare README commands to package scripts, and flag broken internal links before opening a docs PR.

Invocation:/documentation-refresh [since-ref]
Safety ✓ Privacy ✓

Community slash command runbook for OpenAPI contract review: lint base and head spec files with the documented Spectral CLI, compare rule failures, and classify release impact before merging API changes.

Invocation:/openapi-diff-review <base-spec> <head-spec>
Safety ✓ Privacy ✓

Community slash command runbook for adding minimal automated tests around a changed module: inspect the git diff, mirror repository test conventions, and draft focused unit or integration tests using Anthropic develop-tests guidance.

Invocation:/targeted-test-generation <file-or-symbol>
Safety ✓ Privacy ✓

Slash command that reviews a pull request diff for security regressions: authentication and authorization gaps, injection surfaces, secret exposure, unsafe deserialization, and dependency risk introduced by the change.

Invocation:/pr-security-review [pr-number]
Safety ✓ Privacy ✓
WebClaw logo

Local-first MCP server for web scraping, crawling, URL mapping, batch extraction, structured extraction, summarization, diffing, brand extraction, and optional hosted API fallback for bot-protected pages.

Source-backed agent for reviewing local-first Jupyter notebook workflows that use Jupytext text notebooks, paired notebooks, command-line sync, and version-control friendly reproducibility checks.

Source-backed rules for registry repositories that must keep contributor PRs focused on source files while generated indexes, feeds, downloads, search data, README output, and previews are rebuilt by trusted automation.

Hugging Face logo
Hugging Face Diffusersby Hugging Face · submitted by oktofeesh1

Apache-2.0 library for pretrained diffusion model pipelines, schedulers, adapters, optimization, and training workflows for image, video, and audio generation in PyTorch.

PostToolUse hook that flags two review hazards as Claude writes files: edits to generated or vendored artifacts (lockfiles, minified bundles, source maps, dist/build output, snapshots, protobuf output) and oversized diffs that change more lines than a configurable threshold versus the committed version.

Trigger:PostToolUse
Safety ✓ Privacy ✓

PostToolUse hook that catches unintended UI changes by pixel-diffing a just-saved screenshot against its baseline with odiff.

Trigger:PostToolUse
Safety ✓ Privacy ✓

Read-only Claude Code PostToolUse hook that runs shfmt diff checks after Claude writes or edits shell scripts, surfacing POSIX shell, Bash, Zsh, and mksh formatting drift without rewriting files or executing scripts.

Trigger:PostToolUse
Safety ✓ Privacy ✓

Validates translation files for missing keys and ensures consistency across different language files.

Trigger:PostToolUse
Safety ✓ Privacy ✓

Expert reg-suit review skill for evaluating rendered UI image baselines, thresholds, snapshot storage, report artifacts, and visual QA release readiness.

Level:expertType:capability-packVerified:validated
Safety ✓ Privacy ✓
GitLab logo

Source-backed agent that operates Claude Code inside GitLab CI pipelines — triaging pipeline failures, generating MR descriptions, running automated code review on diffs, and reporting findings back to merge requests via the GitLab API through a narrow write proxy and explicit prompt-injection boundaries.

MCP server for parsing Korean HWP, HWPX, HWPML, PDF, XLSX, and DOCX files into Markdown, with tools for metadata extraction, page ranges, tables, document diffs, form extraction, and HWPX form filling.

A practical walkthrough of Claude Code checkpointing: how automatic checkpoints capture code before each edit, how to rewind and summarize with /rewind, the difference between restore and summarize, and the limitations you must know before a risky refactor.

Desktop Commander logo

Local MCP server that gives AI assistants terminal control, process management, filesystem operations, search, diff editing, and document handling for desktop automation and development workflows.

A practical walkthrough of least-privilege permission design in the Claude Agent SDK. Learn the evaluation order (hooks → deny → mode → allow → canUseTool), how allowedTools and disallowedTools differ, the six permission modes, and how to lock an agent to a fixed tool surface with dontAsk.

A practical walkthrough of managing Claude Code sessions: resuming with --continue, --resume, and --from-pr, naming sessions, using the session picker, branching to try a different approach, and where transcripts are stored.

A source-backed review workflow for pull requests that include AI-generated code. Treat generated diffs as untrusted implementation work, verify behavior in CI, inspect security-sensitive paths first, and merge only after a reviewer-owned checklist passes.

Source-backed rules for reviewing TypeScript API client compatibility before merge, with exported type-surface diffs, inferred router inputs and outputs, runtime validator alignment, downstream compile checks, and privacy-safe evidence.

Hugging Face logo
Hugging Face PEFTby Hugging Face · submitted by oktofeesh1

Apache-2.0 library for parameter-efficient fine-tuning of large pretrained models with adapters, LoRA, prompt tuning, Transformers, Diffusers, and Accelerate.

Alerts when files exceed size thresholds that could impact performance. This PostToolUse hook provides comprehensive file size monitoring when files are created or modified, automatically detecting files that exceed recommended size thresholds for different file types and providing optimization suggestions.

Trigger:PostToolUse
Safety ✓ Privacy ✓

Install and use the official Claude Code security-guidance plugin before merge: per-edit pattern warnings, end-of-turn and commit git-diff review, and team rollout for command injection, XSS, eval, and dangerous file edits.