browser-record
vmain
io.github.ruvnet/ruflo/browser-record
Open a named, traced browser session into an RVF cognitive container with a ruvector trajectory recording every action
共 23,480 个资源
vmain
io.github.ruvnet/ruflo/browser-record
Open a named, traced browser session into an RVF cognitive container with a ruvector trajectory recording every action
vmain
io.github.ruvnet/ruflo/browser-login
Drive an authentication flow once, sanitize cookies through AIDefence, and vault a reusable cookie handle in browser-cookies for future sessions
vmain
io.github.ruvnet/ruflo/browser-test
UI test recipe -- composes browser-record (capture) + browser-replay (verify) so every test produces a replayable RVF artifact, not an ephemeral run
vmain
io.github.ruvnet/ruflo/browser-form-fill
Fill a web form by mapping field-name → value, with optional template lookup from browser-templates for known forms
vmain
io.github.ruvnet/ruflo/browser-extract
Extract structured data via stored browser-templates or one-shot DOM queries, with mandatory AIDefence PII + prompt-injection gates before content reaches the model
vmain
io.github.ruvnet/ruflo/browser-auth-flow
Probe a site's authentication flow for redirect leaks, missing CSRF, weak session cookies, and OAuth misconfiguration; produces an auth findings.md
vmain
io.github.ruvnet/ruflo/adr-review
Review code changes against accepted ADRs for compliance violations
vmain
io.github.ruvnet/ruflo/git-workflow
Advanced git workflows with branch management, conflict resolution, and PR lifecycle
vmain
io.github.ruvnet/ruflo/security-scan
Run full security scans on the codebase using Ruflo security tools. Use when reviewing PRs for security regressions, auditing auth/input-handling code, before production deploys, or when the user asks for a security check at quick/standard/deep depth.
vmain
io.github.ruvnet/ruflo/api-docs
Generate API documentation from source code with JSDoc and OpenAPI support
vmaster
io.github.nrwl/nx/review-pr
Deep code review of a single open PR in nrwl/nx. Sets up an isolated worktree, runs the pr-review-toolkit review agents, the reproduce-verifier agent (grounds the review in the linked issues and, when runnable locally, executes the repro on master vs PR), the alternative-approach agent (independently designs competing solutions and contrasts them with the PR's choice), the performance-analyzer agent (checks the changes don't waste CPU or memory and execute quickly at workspace scale), and the security-analyzer agent (hunts injection-class vulnerabilities — command injection, zip-slip, SSRF, credential leakage — across real trust boundaries), surfaces only critical and important findings (plus strengths; nice-to-have suggestions are dropped), and saves a GitHub-flavored draft to ~/.nx-pr-reviews/<NUMBER>.md for the reviewer to read (nothing is posted). Use when you want a thorough review of one PR.
vlatest
io.mcp-cn.modelcontextprotocol/server-github
连接GitHub的MCP服务器,支持仓库管理、问题跟踪、代码搜索等功能
vlatest
io.mcp-cn.cos-mcp
腾讯云对象存储(COS)的MCP服务器,支持文件上传、下载和管理
vmain
io.github.BuilderIO/agent-native/design-systems
Manage and apply Design app brand systems. Use when creating, importing, linking, inspecting, or following design-system tokens, assets, fonts, logos, and custom instructions.
vmain
io.github.BuilderIO/agent-native/design-generation
Generate or refine complete interactive HTML prototypes in Design. Use when creating screens, variants, Alpine/Tailwind prototypes, tweaks, or visual refinements from a prompt or selected design.
vmain
io.github.Arize-ai/phoenix/phoenix-design
Design system conventions for the Phoenix frontend — layout, dialogs, error display, BEM CSS class naming, and CSS design tokens. Use when building UI, naming CSS classes, creating or consuming tokens, handling errors, or designing dialog interactions in app/src/.
vdev
io.github.ethereum/ethereum-org-website/design-system
Use when building, refactoring, or styling any UI in the ethereum.org Next.js site (`src/components/`, `app/`, `src/styles/`, `public/content/`, or any `.tsx`/`.mdx`/`.css` change that affects the rendered UI). Provides canonical component choices, design tokens, RTL/i18n rules, server/client guidance, and the "use a variant, not a new component" pattern for the project's Tailwind v4 + Radix + shadcn-style design system.
vlatest
io.mcp-cn.tavily-mcp
基于Tavily的智能搜索MCP服务器,提供高质量的网络搜索结果
vlatest
io.mcp-cn.jinzcdev/leetcode-mcp-server
LeetCode的MCP服务器,支持LeetCode的读取和写入
vlatest
io.mcp-cn.mongodb-mcp-server
MongoDB的MCP服务器,支持MongoDB的读取和写入
vmain
io.github.dotnet/maui/code-review
Deep code review of PR changes for correctness, safety, and MAUI conventions. Uses independence-first assessment (code before narrative) and delegates to the maui-expert-reviewer agent for per-dimension sub-agent evaluation. Triggers on: "review code for PR", "code review PR", "analyze code changes", "check PR code quality". Do NOT use for: summarizing PRs, describing what changed, general PR questions, running tests, or fixing code.
vmain
io.github.flutter/agent-plugins/api-review
Reviews the specified code against the canonical API Design guidelines. Use this skill when the user asks for an API review or to check code against API design principles.
vmain
io.github.microsoft/fast/testing
Use this skill when running or writing tests in the FAST monorepo — local test execution, CI workflows, Playwright fixtures, and WebUI integration testing.
vmaster
io.github.PostHog/posthog/writing-kea-logics
Guide for writing or reviewing PostHog kea logic files (`*Logic.ts` / `*Logic.tsx`). Use when creating a new logic, adding actions/reducers/selectors/listeners/loaders/forms/router bindings, choosing between reducer vs selector vs cache, deciding between listeners and `kea-subscriptions`, wiring React with `useValues`/`useActions`/`BindLogic`, or onboarding to kea conventions. Read keajs.org for upstream API; this skill captures PostHog-specific conventions and idioms.