Diffs Intune snapshots, ranks drift, and writes a reversible rollback plan.
Project overview
intune-drift-sentry compares two exported Intune snapshots by canonical setting identity, classifies changes by risk, and writes one reverse step for each change. It can emit a receipt that checks whether the rollback covers the diff, but remains offline and read-only; applying Graph-level actions is a separate human-approved step.
Checks Cisco-style configs offline and generates a rollback before deployment.
Project overview
netguard-config validates a proposed Cisco IOS-style configuration without contacting a device. It checks addressing math, duplicate IPs, routes, dangerous access and management lines, then produces an ordered rollback. The tool is a heuristic linter rather than a full IOS parser or simulator, so lab validation and human approval still matter.
Catches hallucinated, typosquatted, and undeclared Python or JS imports.
Project overview
import-sentinel resolves Python and JavaScript/TypeScript imports against the standard library, dependency manifests, and local modules. It flags missing packages, one-edit typosquats of popular names, and real dependencies that are not declared. The offline standard-library tool can scan a project or diff as a pre-commit gate, with heuristics clearly separated from package-index checks.
blast-radius reads a unified diff and reports its scope, severity, and high-reach signals, including committed secrets, authentication changes, deleted tests, deployment files, migrations, and dependency manifests. It can fail a pre-merge gate at a chosen threshold, but the score is a review signal rather than a correctness verdict.
General skillKnowledge managementModel Context Protocol
discord-history-export↗
@DaizeDong·Python
Exports visible Discord channels and threads into readable HTML and JSON.
Project overview
discord-history-export uses a headed Playwright browser for a user login, captures the target server details, exports visible channels and threads, and reorganizes the result into category-based HTML plus parallel JSON. It is a one-shot archive, not sync or monitoring. Automating a user account can conflict with Discord's ToS, and the skill advises changing the password afterward.
Checks code and docs for handover gaps when an engineer leaves.
Project overview
offboarding-auditor examines a departing engineer's code and documentation for knowledge silos, account bindings, unfinished work, dependencies, and test coverage. It scores how independently a new owner could take over, then produces a severity-ranked report and assignable fixes to complete before departure. The focus is inheritability, not code style.
General skillDesign and creative workModel Context Protocol
easyeda-pro-claude-skill↗
@v0id-byte
Verify EasyEDA Pro schematic edits through exported netlists.
Project overview
EasyEDA Pro Claude Skill adds a netlist-first discipline on top of the official API, MCP servers, or computer-use editing. After each change it checks pin-to-net connectivity in the exported text, catching floating wires, silent net merges, and part-swap pin remaps. EasyEDA Pro and an editing channel are required.
tech-audit routes a codebase review into quick, security, release, deep, or full modes across a 13-dimension framework. Stack-aware extensions cover PHP/Laravel, Python/FastAPI, TypeScript/Node, shell, and Docker, while calibrated severity keeps real blockers separate from minor findings. It suits PR checks, release gates, and deeper technical reviews.
Builds Chinese sell-side research packs with metrics, views, and editable memos.
Project overview
China Report Navigator turns a Chinese equity or industry research question into a searchable report pack. It organizes broker coverage, target prices, ratings, valuation, forecasts, and operating metrics while separating official facts from analyst views and agent inference. Outputs include CSV matrices and editable memos; blocked PDFs remain as manual links rather than being fetched by bypassing access controls.
Collection or directoryMarketing, growth and salesClaude Code
OutReach-Stack↗
@alqzowskiy·TypeScript
Writes focused cold email, InMail, follow-ups, and recipient-specific hooks.
Project overview
outreach-stack guides outbound writing through four skills: cold email, LinkedIn messages, follow-ups, and recipient research. It asks forcing questions before drafting, respects each channel's length and CTA limits, and produces variants with different strategic outcomes instead of cosmetic rewrites. A shared linter removes common bot-like phrasing; Bun is optional for local voice memory and linting.
Builds self-contained interactive concept lessons with parables, quizzes, and flashcards.
Project overview
Socratic Mirror creates one interactive HTML lesson for a concept. Two unrelated parables introduce the shared mechanism, followed by staged multiple-choice questions on comprehension, misconceptions, analogy, recall, and transfer; each first answer locks and receives immediate feedback. Pages work offline without dependencies, but the method intentionally uses recognition questions rather than free-text explanations.
Turns itineraries into structured, illustrated DOCX or HTML travel roadbooks.
Project overview
travelguide-composer parses Markdown, DOCX, XLSX, or PDF itineraries, catalogs missing structural details, and delegates prose for each gap to the companion travelguide-copywriter skill. It then compiles a roadbook or interactive guide with photos, maps, and climate information in one of six styles. The companion skill and Node/Python dependencies are required.
Sharpens field observations through service, business, and trend lenses.
Project overview
Watson turns a brief field observation into three distinct takes: Service Design, Business Model, and Trend. Each lens adds one Socratic question, with an optional deepen mode for a fuller analysis. Saving is opt-in and writes a structured Markdown note only after the user asks, so the default experience remains chat-only.
Adds Pagou.ai PIX payments to existing web projects with verified webhooks.
Project overview
Pagou PIX Integrator inspects an existing project, proposes a plan, and then adds PIX payment creation, HMAC-verified webhooks, cancellation, refunds, reconciliation, tests, and observability. It supports Next.js, Laravel, WordPress, WooCommerce, and a generic adapter. The integration is deliberately PIX-only and production-API-only; local development uses the bundled mock server.
Turns a rough app idea into a spec and stepwise build kickoff package.
Project overview
vibe-prompt interviews you about an app idea, then produces a concise spec, an initial plan-mode build prompt, an ordered sequence of independently verifiable feature prompts, a workflow checklist, and a short rationale. It encourages one vertical slice at a time with real-app verification. The plan-mode workflow is tailored to Claude Code, even though the prompts can travel elsewhere.
Guides cross-client Ethereum JSON-RPC changes and conformance testing.
Project overview
rpcwright teaches an agent to change an Ethereum execution-layer JSON-RPC method across the client, execution-apis, test generation, and Hive rpc-compat. It covers build plumbing, OpenRPC semantics, local fixture generation, and cross-client replay, including traps such as a green run that executed no tests. Guidance is verified for go-ethereum and Nethermind, and best-effort for other clients.
Applies OCULUS brand colors, typography, logo, and writing rules to Claude work.
Project overview
OCULUS Design System packages the company's visual and writing guidelines as a Claude skill for documents, presentations, print, web, and app interfaces. It includes the O-Blue palette, Eurostile and Segoe UI typography, logo spacing rules, text notation, CSS/JSON tokens, and assets. Brand assets remain the property of OCULUS and require authorized use.
General skillPersonal and daily lifeModel Context Protocol
Kibble↗
@lazyfoxjumps
Turns completed actions into pet rewards and saved rest instead of guilt-driven to-dos.
Project overview
Kibble is a reverse to-do skill: log what you completed, let a dog or cat celebrate it, and treat surplus effort as rest already earned. The bowl shifts from encouragement to a stop-and-recharge prompt as the day grows, while local Markdown remains the primary record. Obsidian and Notion sync are optional.