Route each code review to a model matched to the diff's complexity.
Project overview
Adaptive Review inspects free signals such as changed lines, file count, directory spread, and security keywords before choosing a fast, medium, or deep review path. Its thresholds are editable for different repositories, and an OpenClaw edition can route to OpenAI-compatible local models such as Ollama or vLLM instead of Claude tiers.
Audit AI agent definitions for scope, hallucination, robustness, and security gaps.
Project overview
This Claude Code skill reviews Markdown-based agent definitions across 11 areas, including scope boundaries, evidence requirements, tool discipline, failure handling, security, and model fit. It returns PASS, WARN, or FAIL findings with exact line references and concrete fixes, and can be used with agent formats from Claude Code, Cursor, Codex, and similar tools.
Turn Gmail messages into structured, browser-based dashboards.
Project overview
Capsulate turns a tracking request into a Gmail search, an extraction schema, local structured data, and a self-contained HTML dashboard that opens in the browser. Gmail messages are fetched through the gws CLI and results stay under ~/.capsulate, but email snippets are sent to Anthropic's API for extraction, which matters for sensitive inboxes.
Plan software architecture through interviews, tradeoff choices, and simplicity checks.
Project overview
The skill interviews you about scope, constraints, and style preferences, presents viable pattern choices, and challenges unnecessary complexity before drafting the architecture. Its output covers structure, components, data flow, risks, migration or implementation tasks, and Mermaid diagrams. It supports greenfield planning, architecture reviews, and restructuring, with tailored references for Node/Express, Unity, and C++/CMake.
Turn project state into a pasteable handoff for another AI tool.
Project overview
Context Bridge packages your stack, closed decisions, constraints, current state, and next task into a copyable Context Block for Cursor, ChatGPT, Gemini, Claude Code, and other tools. It can generate a handoff from the current session or decompile a messy conversation into a cleaner brief, including a compact memory block.
Turn freelance project notes into case studies and client-facing copy.
Project overview
CaseForge interviews freelancers, consultants, and solopreneurs about a completed project, then produces four reusable outputs: a full case study, a short proposal or profile version, a LinkedIn post, and a testimonial request email. It runs as a single Claude skill and does not require coding or an API key.
Write and evaluate ideas in the voice of the Higher network.
Project overview
This Claude skill helps Higher community members and onchain creators draft posts, manifestos, and onboarding copy in a short, direct voice. It can also evaluate an idea against four Higher principles and return a structured verdict. Install the SKILL.md in Claude Code or paste it into custom instructions.
Create tighter execution contracts for cheaper, better-scoped coding sessions.
Project overview
code-agent-finops helps diagnose coding sessions that drifted, spent too many credits, passed tests while violating design intent, or repeatedly reloaded excessive context. It produces a calibrated prompt contract for the next session with explicit scope, semantic requirements, validation boundaries, and a stop condition. The method works well for bounded implementation tasks rather than open-ended architecture or brainstorming.
Monitor websites and query structured changes by source, date, or keyword.
Project overview
Changeflow lets an agent create website monitoring sources, list their status, search detected changes by source, date, or keyword, trigger immediate checks, and pause or resume monitoring. It works with Claude Code, Cursor, and other Agent Skills hosts, but requires a Changeflow account and API token rather than running as a self-contained crawler.
General skillTesting and debuggingModel Context Protocol
bugshot-skill
@Sreelal727·HTML
Let Claude inspect browser failures, fix the source, and verify the page again.
Project overview
With Claude in Chrome connected to a running development server, the skill captures the viewport, console errors, failed network requests, and page structure, then traces the problem back to source files. It can edit the code and recheck the browser, or instead produce an HTML report, file a GitHub issue, or watch for new errors.
Search curated MCP servers and read Chinese AI tool briefings.
Project overview
Search a curated catalog of more than 3,900 MCP servers from Claude Code and receive Chinese descriptions, editorial notes, star counts, and copyable installation commands. The same skill also returns a daily AI briefing and weekly trending tools, making it useful for Chinese-speaking developers who want discovery and setup in one workflow.
Generate financial-system BRDs from documents, transcripts, or guided questions.
Project overview
BRD Specialist turns an existing PDF or DOCX, a raw meeting transcript, or a guided questionnaire into a complete business requirements document for financial-system projects. It is designed for Claude with code execution and handles document tooling through dependencies such as docx, Poppler utilities, and Pandoc, making it suitable for payments, compliance, funds, and similar requirements work.
Generate images through Neta from an OpenClaw skill and return a usable URL.
Project overview
Enter a text prompt in this OpenClaw skill to generate an image through the Neta API and receive a single URL for embedding or download. The command supports several size presets and can take a picture UUID as a style reference. It requires Node.js 18 or later and a valid NETA_TOKEN.
Analyze Google Ads search terms, budgets, and account health.
Project overview
Google Ads Pilot helps media buyers review exported search-term data, CSV files, or a written account description. It can suggest negative keywords, budget shifts, account fixes, weekly analysis, and RSA copy, while its core method checks search intent, the triggering keyword, and ad-group fit so each recommendation has an explicit reason.
Publish local HTML through a temporary tunnel, Pages hosting, or a custom domain.
Project overview
Start with the lightest launch option for a local HTML folder or development server: create a temporary Cloudflare Tunnel URL, move to a persistent Pages deployment when needed, and optionally connect a domain the user purchases separately. Tunnel links stop working with the process. Pages requires a Cloudflare account and API token, while domain purchase remains manual and automated DNS setup needs a separate scoped token.
Make enterprise architecture decisions with TOGAF 10 guidance.
Project overview
Use it as a peer-level advisor for platform choices, governance exceptions, capability maturity, transition architectures, and roadmaps. Responses lead with a recommendation, connect the reasoning to ADM phases, the Content Framework, reference models, or governance mechanisms, and close with the matrices and diagrams worth producing. It is designed for practitioners who already understand TOGAF terminology.
Add risk-tiered notices, approval gates, and audit logging to Claude Code actions.
Project overview
Classify Claude Code actions such as reads, file writes, network requests, credential handling, and destructive commands into proportional risk tiers. Routine work can continue, while sensitive actions trigger notices, approval pauses, or stops and are logged for review. This repository is the Markdown-only skill, so enforcement depends on model compliance; the companion plugin adds deterministic hooks.
Audit API security and SOC 2 controls in four guided phases.
Project overview
Guide Claude Code through architecture review, code audit, API attack testing, and SOC 2 CC6, CC7, and CC8 checks. The materials cover injection, JWT flaws, IDOR, SSRF, cryptography, uploads, and Playwright security probes across several backend stacks. The workflow treats critical findings, missing authentication or validation, and hardcoded secrets as blocking issues.