Skip to main content
Run any Skill in Manus
with one click
GitHub repository

browse

browse contains 65 collected skills from ulpi-io, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
65
Stars
13
updated
2026-04-14
Forks
0
Occupation coverage
6 occupation categories · 100% classified
repository explorer

Skills in this repository

browse-aeo
market-research-analysts-and-marketing-specialists-131161

Answer Engine Optimization (AEO) audit and SERP analysis for AI-generated answers. Analyzes pages for AEO readiness (structured data, FAQ patterns, heading hierarchy, meta quality) and checks how queries appear in AI-powered search results (Google AI Overviews, Perplexity, ChatGPT Search). Uses the browse CLI for all page interaction.

2026-04-14
browse-config
software-developers

Guided configuration generator for the browse CLI's camoufox integration. Asks the user questions to build a browse.json camoufox section or a named profile JSON file for stealth, fast-scraping, Google-safe, or custom setups.

2026-04-14
browse-geo
software-developers

Generative Engine Optimization (GEO) monitoring — track brand and domain visibility across AI-powered search engines: Google AI Overviews, Perplexity, and ChatGPT Search. Run multi-query sweeps, detect citations, measure domain presence, and generate cross-engine visibility reports. Uses the browse CLI with camoufox for stealth.

2026-04-14
browse-seo
market-research-analysts-and-marketing-specialists-131161

SEO auditing for AI agents using the browse CLI. Extracts meta tags, headings, structured data, performance metrics, link structure, and mobile rendering. Generates actionable audit reports with findings and recommendations. Works with any URL.

2026-04-14
browse
software-developers

Fast web browsing, web app testing, and native app automation for AI coding agents. Persistent headless Chromium for web. Android, iOS, and macOS app automation via accessibility APIs. Browse URLs, read content, click elements, fill forms, run JavaScript, take screenshots, automate native apps — all through the same CLI and @ref workflow. ~100ms per command. Auto-installs Android toolchain. Works with Claude Code, Cursor, Cline, Windsurf, and any agent that can run Bash.

2026-04-14
browse-stealth
software-developers

Stealth browsing with the camoufox runtime for AI agents. Covers Cloudflare Turnstile bypass, Google anti-bot evasion, authenticated sessions, and proxy rotation. Uses the browse CLI with --runtime camoufox and named camoufox profiles.

2026-04-14
browse-qa
software-quality-assurance-analysts-and-testers

QA a web or app feature from a ticket, URL, acceptance criteria, or plain-language description, then generate reusable browse flows for regression coverage. Uses the `browse` skill for the actual browser or simulator interaction and keeps the QA loop focused on scenarios, evidence, and report quality.

2026-04-01
browse
software-developers

Fast web browsing, web app testing, and native app automation for AI coding agents. Persistent headless Chromium for web. Android, iOS, and macOS app automation via accessibility APIs. Browse URLs, read content, click elements, fill forms, run JavaScript, take screenshots, automate native apps — all through the same CLI and @ref workflow. ~100ms per command. Auto-installs Android toolchain. Works with Claude Code, Cursor, Cline, Windsurf, and any agent that can run Bash.

2026-04-01
plan-founder-review
software-developers

Technical founder review of a plan before execution. Reads a plan from .ulpi/plans/<name>.md, verifies file paths exist, checks markdown/JSON consistency, challenges scope and architecture decisions, audits prerequisites/contracts/risk coverage/test gaps, scores sections, and delivers a verdict (APPROVE/REVISE/REJECT). Invoke via /plan-founder-review or when user says "review my plan", "check the plan".

2026-04-01
plan-to-task-list-with-dag
software-developers

Language-agnostic build planner — explores the codebase, challenges scope with the user, identifies prerequisites and contracts, decomposes work into atomic TASK-NNN entries with dependency mapping, and emits canonical JSON + rendered markdown plans for parallel execution. Use when you need a structured task DAG that is safe to execute, not just easy to read.

2026-04-01
run-parallel-agents-feature-build
software-developers

Orchestrate multiple specialized agents working in parallel when building independent features. Use when the task list contains 3+ unrelated tasks that don't share state or files. Matches each task to the right expert agent and launches them concurrently via the Agent tool with worktree isolation. Supports all available subagent types.

2026-04-01
run-parallel-agents-feature-debug
software-developers

Orchestrate multiple specialized agents working in parallel to debug independent problems. Use when encountering 3+ unrelated bugs or test failures in isolated modules. Matches each problem to the right expert agent and launches them concurrently via the Agent tool with worktree isolation. Supports all available subagent types.

2026-04-01
start
software-developers

MANDATORY for starting any conversation or task. Establishes required workflows: discovering and using skills, invoking the Skill tool before announcing usage, performing brainstorming before coding, creating TodoWrite todos for all checklists, and selecting/invoking the correct specialized agent persona for the task domain.

2026-04-01
run-parallel-agents-feature-build
software-developers

Automatically orchestrate multiple specialized agents working in parallel when building independent features, modules, or performing separate investigations. Use when the task list contains 3+ unrelated features/tasks that don't share state, don't have execution dependencies, and can be understood independently. Match each feature to the right expert agent (Laravel, Next.js, React, Node, NestJS, Remix, Express, Expo, Flutter, Magento) and run them concurrently to maximize development speed.

2026-03-29
start
software-developers

MANDATORY for starting any conversation or task. Establishes required workflows: discovering and using skills, invoking the Skill tool before announcing usage, performing brainstorming before coding, creating TodoWrite todos for all checklists, and selecting/invoking the correct specialized agent persona for the task domain.

2026-03-29
plan-founder-review
software-developers

Technical founder review of a plan before execution. Reads a plan from plans/<name>.md, verifies file paths exist, challenges scope and architecture decisions, audits risk coverage and test gaps, scores sections, and delivers a verdict (APPROVE/REVISE/REJECT). Invoke via /plan-founder-review or when user says "review my plan", "check the plan".

2026-03-29
plan-to-task-list-with-dag
software-developers

Interactive build planner — explores codebase via CodeMap, challenges scope with user, decomposes features into atomic TASK-NNN entries with dependency mapping and priority assignment, produces machine-parseable task plans for parallel agent execution. Use when you need to break a feature, bug fix, or project into a structured DAG of tasks for parallel agent execution.

2026-03-29
run-parallel-agents-feature-debug
software-developers

Automatically orchestrate multiple specialized agents working in parallel to debug, diagnose, and fix independent problems across different subsystems. Use when encountering 3+ unrelated bugs, test failures, or issues in isolated modules that don't share root causes. Match each problem to the right expert agent (Laravel, Next.js, React, Node, NestJS, Remix, Express, Expo, Flutter, Magento) to diagnose and resolve issues concurrently, maximizing debugging efficiency.

2026-03-29
ast-grep
software-developers

Structural code search via AST patterns. Find code by structure, not text — async functions without error handling, specific API call patterns, missing guards. Use when grep/ripgrep can't express what you need. Requires ast-grep CLI.

2026-03-28
branch-review-before-pr
software-quality-assurance-analysts-and-testers

Pre-landing PR review. Analyzes diff against main for structural issues that tests don't catch: query safety, race conditions, trust boundary violations, conditional side effects, and more. Critical findings block /ship and /create-pr. Invoke via /branch-review-before-pr or when integrated as a gate in ship workflows.

2026-03-28
bugfix
software-developers

Fix bugs found by /find-bugs, reported by the user, or encountered during development. Systematically reproduces, diagnoses root cause, plans minimal fix, implements with regression tests, verifies no regressions, and reports results. Includes bug-type-specific fix playbooks for security, logic, async, null safety, race conditions, and more. Includes framework-specific reference files for 18 frameworks/languages (Express, React, Next.js, Fastify, Hono, Remix, Laravel, Go, Gin, Echo, Fiber, Swift, Bun, Rust, Axum, Actix Web, Rocket, React Native). Handles single bugs, multi-file bugs, and batch fixes from find-bugs output. Invoke via /bugfix or when user says "fix this bug", "fix the findings", "fix finding #3", "fix the critical bugs".

2026-03-28
build-dmg
software-developers

Build a distributable DMG installer for any macOS Xcode project. Handles archiving, code signing, DMG creation with styled Finder window, and version management. Trigger on: "build a DMG", "create DMG installer", "package as DMG", "build for distribution", or when the user wants to distribute a macOS app outside the App Store.

2026-03-28
claude-review
software-quality-assurance-analysts-and-testers

Spawn a separate Claude Code agent to review code changes made in the current session or branch. Uses the Agent tool with worktree isolation so the reviewer gets an independent read-only copy. Use when the user says "claude review", "self-review", "/claude-review", or when a task plan calls for post-task review.

2026-03-28
code-simplify
software-developers

Review changed code for reuse, quality, and efficiency. Analyzes for unnecessary complexity, redundant abstractions, deep nesting, and unclear naming, then applies targeted simplifications while preserving all behavior. Invoke via /code-simplify or when user says "simplify this", "clean up this code", "make this simpler", "reduce complexity".

2026-03-28
codemap
software-developers

Hybrid vector+BM25 code search, symbol lookup, dependency analysis, PageRank importance scoring, coupling metrics, and circular dependency detection via the codemap CLI. Use when the user asks to search code, find symbols, analyze dependencies, find dependents, check coupling, view PageRank importance, detect circular dependencies, index a project, get file summaries, or explore architecture health. Wraps the @ulpi/codemap CLI (not MCP tools).

2026-03-28
codex-review
software-quality-assurance-analysts-and-testers

Run OpenAI Codex CLI to review code changes made in the current session or branch. Invokes `codex review` with focused instructions derived from the actual changes. Use when the user says "codex review", "second opinion", "rival review", "cross-review", or "/codex-review".

2026-03-28
commit
software-developers

Use when the user asks to commit changes. Analyzes diffs deeply to draft intelligent conventional commit messages, detects scope from branch names and file paths, runs pre-commit quality checks (TypeScript, ESLint, Prettier), scans for secrets and debug artifacts, splits unrelated changes into separate commits, and verifies success. Invoke via /commit or when user says "commit", "commit this", "make a commit".

2026-03-28
cost-estimate
cost-estimators-131051

Estimate development cost of a codebase (full repo, branch diff, or single commit). Invoke via /cost-estimate or when user says "estimate cost", "how much would this cost", "development cost". Accepts optional scope args like "branch:feat/foo" or "commit:abc1234".

2026-03-28
create-pr
software-developers

Use when the user asks to create a pull request, open a PR, submit changes for review, or says "/pr". Validates branch state, analyzes all commits since divergence from base, runs pre-PR quality checks, generates structured PR title and body with summary/test-plan/breaking-changes sections, pushes branch, and creates the PR via GitHub CLI (gh). Supports draft PRs, reviewer assignment, and label attachment.

2026-03-28
find-agents
software-developers

Find, install, and manage AI agents across 43+ coding IDEs. Search the agentshq registry, install agents from GitHub repos or URLs, list/remove/update installed agents. Invoke via /find-agents or when user says "find an agent", "install agent", "search agents", "list agents", "remove agent", "update agents".

2026-03-28
find-bugs
software-quality-assurance-analysts-and-testers

Use when the user asks to find bugs, review changes, security audit, or check code quality on the current branch. Analyzes full diffs against the default branch, maps attack surfaces, runs a security checklist against every changed file, verifies findings against context, and reports prioritized issues. Invoke via /find-bugs or when user says "find bugs", "review my changes", "security review", "audit this code".

2026-03-28
frontend-design-ui-ux
web-and-digital-interface-designers

Design user interfaces with comprehensive UX methodology. Produces implementation-ready specifications, component briefs, and design tokens for handoff to Next.js and React engineering agents. Use when designing new features, creating design systems, planning user flows, or specifying component behavior.

2026-03-28
git-merge-expert
software-developers

Expert in merging branches, resolving Git conflicts, worktree management, PR readiness checks, merge strategies, rollback, and GitHub workflow automation. Invoke via /git-merge-expert or when user says "merge branch", "resolve conflicts", "merge PR", "rollback merge".

2026-03-28
git-merge-expert-worktree
software-developers

Worktree-native merge engineer — git worktree lifecycle, isolated merges and conflict resolution, worktree path conventions, parallel worktree operations, and cleanup automation. Invoke via /git-merge-expert-worktree or when user says "merge in worktree", "isolated merge", "worktree merge".

2026-03-28
kiro-review
software-quality-assurance-analysts-and-testers

Run Kiro CLI to review code changes made in the current session or branch. Invokes `kiro-cli chat` in non-interactive mode with focused review instructions derived from the actual changes. Use when the user says "kiro review", "second opinion", "rival review", "cross-review", or "/kiro-review".

2026-03-28
laravel-filament
software-developers

Filament v5 admin panel — resources, schemas, tables, actions, relation managers, widgets, navigation, and panels. Use when working on any Filament resource, form, table, action, filter, widget, page, or panel configuration task.

2026-03-28
laravel
software-developers

Laravel 12 API development — API-only, Actions pattern, Sanctum/Passport auth, Eloquent strict mode, Redis caching/queues, Horizon, Filament admin, Pest testing. Also covers Laravel AI ecosystem: AI SDK (agents, embeddings, image/audio generation), Boost (AI-assisted development), and MCP (exposing your app to AI clients). Use when working on any Laravel route, controller, model, action, migration, job, notification, test, API endpoint, AI agent, or MCP server task.

2026-03-28
lokei
software-developers

Local dev proxy that gives projects named HTTPS domains on .test with valid TLS. Use when setting up local development environments, running dev servers, sharing localhost publicly via tunnels, or managing Docker Compose services with HTTPS. Handles framework detection (30+ frameworks), port management, DNS, certificates, and public tunnels. Trigger on: "run my dev server", "set up HTTPS locally", "share localhost", "expose my app", "local dev proxy", "tunnel", ".test domain", or when helping users start/configure web projects.

2026-03-28
map-project-monorepo
software-developers

Scan a Cargo workspace or package monorepo and generate/update per-member CLAUDE.md files. Each member directory gets a focused, self-contained CLAUDE.md with real exported surface, key files, dependencies, wiring points, and conventions. Run after coding sessions, refactors, or crate/package additions to keep the AI context map current.

2026-03-28
map-project
software-developers

Scan the codebase and generate/update CLAUDE.md + reference files (exports, architecture, dev guide) with real project-specific patterns. Run after each coding session or major refactor to keep the AI context map current. Supports Laravel, Next.js, NestJS, Expo/React Native, and Node.js projects.

2026-03-28
Showing top 40 of 65 collected skills in this repository.