| # | Mod | Type | This week | Stars | Scan | Tokens | Rating |
|---|---|---|---|---|---|---|---|
| 901 | loopx-projecthuangruiteng/loopxUse when connecting a repository or project goal document to LoopX, maintaining project-local goal state, refreshing stale dashboard status, syncing local projects into the shared global registry, or diagnosing LoopX CLI/PATH/status/history issues across multiple repos. For registering durable project materials such… | Skill | ▲ +81 | 5.4k | A | 74 | — |
| 902 | loopx-auto-researchhuangruiteng/loopxUse when a LoopX worker is operating an auto-research lane, demo pane, frontier item, evidence packet, promotion/retirement decision, or visible tmux/Codex auto-research rehearsal. Identity must come from the LoopX role profile and quota/frontier packet; this skill only provides role-specific execution checklists… | Skill | ▲ +81 | 5.4k | A | 79 | — |
| 903 | oraclesteipete/oracleOracle second-model review: bundle prompts/files, debug, refactor, design. | Skill | ▲ +81 | 3.8k | A | 18 | — |
| 904 | codex-rescueopenai/codex-plugin-ccProactively use when Claude Code is stuck, wants a second implementation or diagnosis pass, needs a deeper root-cause investigation, or should hand a substantial coding task to Codex through the shared runtime. | Agent | ▲ +81 | 33k | A | 44 | — |
| 905 | codex-cli-runtimeopenai/codex-plugin-ccInternal helper contract for calling the codex-companion runtime from Claude Code. | Skill | ▲ +81 | 33k | A | 19 | — |
| 906 | gpt-5-4-promptingopenai/codex-plugin-ccInternal guidance for composing Codex and GPT-5.4 prompts for coding, review, diagnosis, and research tasks inside the Codex Claude Code plugin. | Skill | ▲ +81 | 33k | A | 40 | — |
| 907 | loopx AGENTS.mdhuangruiteng/loopxAGENTS.md instructions for huangruiteng/loopx, covering agent instructions, commit and pr hygiene, worktree and pr gate, dco sign-off and release contributor attribution. | Instructions file | ▲ +81 | 5.4k | A | 4,899 | — |
| 908 | openai-codexopenai/codex-plugin-ccPlugin marketplace listing 1 plugin: codex. | Plugin | ▲ +81 | 33k | A | — | — |
| 909 | SessionEndopenai/codex-plugin-ccRuns when a session ends, executing session-lifecycle-hook.mjs via node. From openai/codex-plugin-cc. | Hook | ▲ +81 | 33k | A | — | — |
| 910 | loopxhuangruiteng/loopxRun the loopx setup helper and read its output. | Command | ▲ +81 | 5.4k | A | 53 | — |
| 911 | loopx-goal-modehuangruiteng/loopxLoopX adapter for Claude Code: the loopx control-plane MCP (shouldrun / claimtask / completetask) + the /loopx setup command + statusline. The run loop is Claude Code's native /loop, driven by a .claude/loop.md that /loopx writes; the optional shouldrun PreToolUse gate (hooks/goalpolicy.py) is added deliberately v. | Plugin | ▲ +81 | 5.4k | A | — | — |
| 912 | oracle AGENTS.mdsteipete/oracleAGENTS.md instructions for steipete/oracle, a project described as: Ask the oracle when you're stuck. Invoke GPT-5 Pro with a custom context and files. | Instructions file | ▲ +81 | 3.8k | A | 1,193 | — |
| 913 | PreToolUsehuangruiteng/loopxRuns before the agent uses a tool, executing goal_policy.py via python3. From huangruiteng/loopx. | Hook | ▲ +81 | 5.4k | A | — | — |
| 914 | android-reverse-engineering-skillSimoneAvogadro/android-reverse-engineering-skillClaude Code plugins for Android reverse engineering. | Plugin | ▲ +81 | 7.7k | A | — | — |
| 915 | android-reverse-engineeringSimoneAvogadro/android-reverse-engineering-skillDecompile Android APK, XAPK, JAR, and AAR files using jadx or Fernflower/Vineflower. Reverse engineer Android apps, extract HTTP API endpoints (Retrofit, OkHttp, Volley), and trace call flows from UI to network layer. Use when the user wants to decompile, analyze, or reverse engineer Android packages, find API… | Skill | ▲ +81 | 7.7k | B | 117 | — |
| 916 | android-reverse-engineeringSimoneAvogadro/android-reverse-engineering-skillDecompile Android APK/JAR/AAR with jadx, trace call flows through libraries, and document extracted APIs. | Plugin | ▲ +81 | 7.7k | A | — | — |
| 917 | decompileSimoneAvogadro/android-reverse-engineering-skillDecompile an Android APK/XAPK/JAR/AAR and analyze its structure. | Command | ▲ +81 | 7.7k | B | 15 | — |
| 918 | react-hook-formsupabase/supabaseCorrect React Hook Form usage anywhere in the monorepo — data flow, subscriptions, reset, dirty state, number inputs, and controlled-input rules. Load this BEFORE writing or modifying ANY form code, adding a field to an existing form, touching watch/useWatch/formState/getValues/setValue/reset, wiring a form into a… | Skill | ▲ +80 | 109k | A | 123 | — |
| 919 | safe-sql-executionsupabase/supabaseUse whenever code will build, return, fetch, or execute SQL that runs against a user's real Postgres database — even when the request reads like an ordinary feature or bug fix and never says "security," "injection," or "SafeSqlFragment." This covers: writing or editing any pg-meta function, query builder, or endpoint… | Skill | ▲ +80 | 109k | A | 221 | — |
| 920 | supabase studio-shortcuts.instructions.mdsupabase/supabaseInstructions for supabase/supabase, covering studio shortcut review rules, core principle, when to flag, preferred pattern and search inputs. | Instructions file | ▲ +80 | 109k | A | 698 | — |
| 921 | supabase studio-telemetry.instructions.mdsupabase/supabaseInstructions for supabase/supabase, covering studio telemetry review rules, when to flag missing telemetry, feature flag telemetry pattern, event naming and event properties. | Instructions file | ▲ +80 | 109k | A | 811 | — |
| 922 | supabasesupabase/supabaseAgent settings declaring 2 hook events (SessionStart, PostToolUse). | Settings file | ▲ +80 | 109k | A | — | — |
| 923 | PostToolUsesupabase/supabaseRuns after a tool call finishes for Write and Edit tool calls, executing format_and_lint.sh. From supabase/supabase. | Hook | ▲ +80 | 109k | A | — | — |
| 924 | SessionStartsupabase/supabaseRuns when a session starts on startup, executing install_pkgs.sh. From supabase/supabase. | Hook | ▲ +80 | 109k | A | — | — |
| 925 | supabasesupabase/supabaseSupabase's hosted MCP server: lets the agent manage projects, tables, SQL and migrations. Remote server at mcp.supabase.com. | MCP server | ▲ +80 | 109k | A | — | — |
| 926 | bifrost AGENTS.mdmaximhq/bifrostAGENTS.md instructions for maximhq/bifrost, covering agents.md — bifrost ai gateway, what is bifrost?, repository layout, go workspace and build, test & dev commands. | Instructions file | ▲ +80 | 7.7k | A | 12,300 | — |
| 927 | docs-writermaximhq/bifrostWrite, update, and review Mintlify MDX documentation for Bifrost features. Explores the full codebase (UI, Go backend, config schema), validates config.json examples, places screenshot placeholders, and presents outlines for approval before writing. Invoked with /docs-writer , /docs-writer update , or /docs-writer… | Skill | ▲ +80 | 7.7k | A | 83 | — |
| 928 | e2e-testmaximhq/bifrostSkill "e2e-test" from maximhq/bifrost, covering playwright e2e testing, usage, workflow overview, auto-update workflow (sync mode) and step 0: detect what changed. | Skill | ▲ +80 | 7.7k | A | 0 | — |
| 929 | use-modern-goJetBrains/go-modern-guidelinesUse the Modern Go Guidelines CLI whenever writing, modifying, fixing, or refactoring Go code. Apply its version-specific guidance to generated changes. | Skill | ▲ +80 | 3.0k | A | 32 | — |
| 930 | novel-characterseternityspring/shuohao-skillsA workflow that reads a novel or short story and creates character profiles, visual prompts, voice prompts, character reference images, and an interactive report. It supports multiple report languages and visual styles. | Skill | ▲ +80 | 2.5k | A | 161 | — |
| 931 | novel-storyboardeternityspring/shuohao-skillsA storyboard tool for turning a short-drama script into video shots and keyframes. It divides each video segment into cuts and links every cut to specific parts of the script. | Skill | ▲ +80 | 2.5k | A | 353 | — |
| 932 | goland-claude-marketplaceJetBrains/go-modern-guidelinesPlugin marketplace listing 1 plugin: modern-go-guidelines. | Plugin | ▲ +80 | 3.0k | A | — | — |
| 933 | modern-go-guidelinesJetBrains/go-modern-guidelinesHelps Claude Code write modern, idiomatic Go. | Plugin | ▲ +80 | 3.0k | A | — | — |
| 934 | shuohao-skills CLAUDE.mdeternityspring/shuohao-skillsInstructions for eternityspring/shuohao-skills, covering claude.md and 行为规则. | Instructions file | ▲ +80 | 2.5k | A | 398 | — |
| 935 | google-workspace-setupOpen-Curiosity/gini-agentOne-time setup for gws: install, OAuth, scopes, auto-approve. | Skill | ▲ +80 | 1.8k | A | 23 | — |
| 936 | gini-agent AGENTS.mdOpen-Curiosity/gini-agentAGENTS.md instructions for Open-Curiosity/gini-agent, covering gini agent instructions, shape, adrs, boundaries and branches. | Instructions file | ▲ +80 | 1.8k | A | 3,639 | — |
| 937 | google-calendarOpen-Curiosity/gini-agentGoogle Calendar via gws: list events, create, accept, find free time. | Skill | ▲ +80 | 1.8k | A | 20 | — |
| 938 | clarityaddyosmani/clarityDraft, rewrite, or review reader-facing prose so it is specific, useful, and recognizably the author's without inventing facts or performing humanness. Use for essays, articles, newsletters, documentation, talks, launch copy, and other important prose that feels generic, hollow, or AI-shaped. Supports co-write… | Skill | ▲ +78 | 111 | A | 76 | — |
| 939 | clarity-interviewaddyosmani/clarityCo-write a piece with clarity, starting from an interview. | Command | ▲ +78 | 111 | A | 11 | — |
| 940 | clarity-reviewaddyosmani/clarityReview a draft with clarity, without rewriting it. | Command | ▲ +78 | 111 | A | 9 | — |
| 941 | find-docsupstash/context7Retrieves up-to-date documentation, API references, and code examples for any developer technology. Use this skill whenever the user asks about a specific library, framework, SDK, CLI tool, or cloud service — even for well-known ones like React, Next.js, Prisma, Express, Tailwind, Django, or Spring Boot. Your training… | Skill | ▲ +77 | 61k | A | 172 | — |
| 942 | context7-cliupstash/context7Use the ctx7 CLI to fetch library documentation, manage AI coding skills, and configure Context7 MCP. Activate when the user mentions "ctx7" or "context7", needs current docs for any library, wants to install/search/generate skills, or needs to set up Context7 for their AI coding agent. | Skill | ▲ +77 | 61k | A | 67 | — |
| 943 | docsupstash/context7Look up documentation for any library. | Command | ▲ +77 | 61k | A | 6 | — |
| 944 | docs-researcherupstash/context7Lightweight agent for fetching library documentation without cluttering your main conversation context. | Agent | ▲ +77 | 61k | A | 20 | — |
| 945 | use-context7upstash/context7Use Context7 MCP to fetch up-to-date documentation when unsure about library APIs, syntax, or behavior instead of guessing from training data. | Cursor rule | ▲ +77 | 61k | A | 199 | — |
| 946 | context7-marketplaceupstash/context7Plugin marketplace listing 1 plugin: context7. | Plugin | ▲ +77 | 61k | A | — | — |
| 947 | context7upstash/context7Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context. | Plugin | ▲ +77 | 61k | A | — | — |
| 948 | context7upstash/context7Context7's hosted MCP server: up-to-date library documentation and code examples on demand. Remote server at mcp.context7.com. | MCP server | ▲ +77 | 61k | A | — | — |
| 949 | context7upstash/context7Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package. Needs 1 environment variable to run. | MCP server | ▲ +77 | 61k | A | — | — |
| 950 | extract-entitiessuperlinked/sieExtract people, organizations, dates, amounts, or custom labels from a document through the connected Superlinked MCP edge, returning a compact table instead of reading the full document into context. Use when the user asks to list, extract, or tabulate entities from a file. | Skill | ▲ +77 | 2.9k | A | 58 | — |
| 951 | parse-documentsuperlinked/sieConvert a PDF, scan, image of a page, or office file to clean markdown through the connected Superlinked MCP edge, so the source document is not read into model context directly. Use when the user asks to read, parse, OCR, extract from, summarize, or answer questions about a document. | Skill | ▲ +77 | 2.9k | A | 64 | — |
| 952 | LibreChat CLAUDE.mddanny-avila/LibreChatClaude Code instructions for danny-avila/LibreChat, covering librechat, project overview, workspace boundaries, branching and pull requests and code style. | Instructions file | ▲ +76 | 43k | A | 3,492 | — |
| 953 | LibreChat AGENTS.mddanny-avila/LibreChatAGENTS.md instructions for danny-avila/LibreChat, covering branching and pull requests, verification, frontend theming and styling, backend auth cache and client state ownership. | Instructions file | ▲ +76 | 43k | A | 655 | — |
| 954 | e2e-deployment-skilldanny-avila/LibreChatUse this deployment skill to verify shared skills load during Playwright startup. | Skill | ▲ +76 | 43k | A | 22 | — |
| 955 | anakinscraperAnakin-Inc/anakinScrape any website into clean markdown or structured JSON. Anti-detect browser, smart proxy rotation, AI-powered data extraction. | Skill | ▲ +76 | 2.5k | A | 30 | — |
| 956 | eli5DreambigOu/ELI5Explain any topic, code, concept, or error tailored to a specific audience's level of understanding. Use this skill whenever the user says 'explain like I am', 'ELI5', 'explain this to my', 'break this down for', 'dumb it down', 'simplify this for', or asks you to explain something to a specific person or audience… | Skill | ▲ +76 | 778 | A | 162 | — |
| 957 | text-to-cad AGENTS.mdearthtojake/text-to-cadAGENTS.md instructions for earthtojake/text-to-cad, covering agents.md, branch and layout first, release workflow, repo map and repo rules. | Instructions file | ▲ +75 | 14k | A | 3,798 | — |
| 958 | cadearthtojake/text-to-cadCreate, modify, inspect, and validate STEP-first parametric CAD parts and assemblies. Use for natural-language CAD specs, reference images, 2D technical drawings, STEP/STP generation or direct inspection, Python CAD source, source-level joints, selector references, geometry facts, measurements, mating deltas… | Skill | ▲ +75 | 14k | A | 79 | — |
| 959 | dxfearthtojake/text-to-cadGenerate, regenerate, and validate 2D DXF drawings from Python ezdxf sources. Use for DXF files, .dxf.py generators, gendxf() sources, 2D profiles, outlines, templates, gaskets, panels, flat patterns, laser/plasma/waterjet cut layouts, and 2D drawing exports of CAD geometry. | Skill | ▲ +75 | 14k | A | 77 | — |
| 960 | next-ai-drawioDayuanJiang/next-ai-draw-ioAI-powered Draw.io diagram generation with real-time browser preview. Create flowcharts, architecture diagrams, and more through natural language. | Plugin | ▲ +75 | 36k | A | — | — |
| 961 | drawioDayuanJiang/next-ai-draw-ioMCP server for Next AI Draw.io - AI-powered diagram generation with real-time browser preview. Runs locally from the @next-ai-drawio/mcp-server npm package. | MCP server | ▲ +75 | 36k | A | — | — |
| 962 | storagekenn-io/agentsviewRead this file before changing SQLite, PostgreSQL, CockroachDB, DuckDB, archive resync, or storage queries. | Agent | ▲ +75 | 5.7k | A | 0 | — |
| 963 | s3-providerskenn-io/agentsviewRead this file before enabling S3 ingest for an agent, changing S3Provider / Source.S3Discovery, or altering S3 discovery, session IDs, temp materialization, or post-fetch hydrate. | Agent | ▲ +75 | 5.7k | A | 0 | — |
| 964 | reseed-performance-baselinehao-ai-lab/FastVideoRe-seed the HF performance-tracking baseline for an intentional runtime, dependency, environment-caused benchmark shift, or reviewed v2 calibration using one or more reviewed normalized performance JSONs. Use when performance CI fails because metrics such as latency, throughput, component time, or peak memory changed… | Skill | ▲ +75 | 4.3k | A | 162 | — |
| 965 | add-modelhao-ai-lab/FastVideoManual /add-model workflow for implementing a FastVideo model or first-class component port after add-model-01-prep has staged reference code and weights. Organizes the port into numbered phases with conversion rules, component policies, parity gates, and handoff checks. | Skill | ▲ +75 | 4.3k | A | 55 | — |
| 966 | localization-paraglidekenn-io/agentsviewUse when adding, reviewing, or fixing localized UI copy in agentsview's Svelte frontend with Paraglide JS. Trigger for frontend/messages/.json edits, generated m. message usage, locale-aware number/date/relative-time formatting, pluralization, language switching, or hard-coded user-facing English in frontend/src. | Skill | ▲ +75 | 5.7k | A | 69 | — |
| 967 | text-to-cadearthtojake/text-to-cadCAD, robotics, fabrication, and local review plugins. | Plugin | ▲ +75 | 14k | A | — | — |
| 968 | cadearthtojake/text-to-cadCAD, robotics, fabrication, and local review skills. | Plugin | ▲ +75 | 14k | A | — | — |
| 969 | testing-without-tautologieskenn-io/agentsviewUse when creating, editing, fixing, or reviewing tests; when adding mocks, fakes, assertions, unit tests, PG integration tests, frontend component tests, or Playwright e2e tests; or when changing tests after failures. | Skill | ▲ +75 | 5.7k | A | 54 | — |
| 970 | agentsview AGENTS.mdkenn-io/agentsviewAGENTS.md instructions for kenn-io/agentsview, covering agent instructions, scope, task routes, roborev and git and delivery. | Instructions file | ▲ +75 | 5.7k | A | 1,307 | — |
| 971 | FastVideo AGENTS.mdhao-ai-lab/FastVideoAGENTS.md instructions for hao-ai-lab/FastVideo, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines. | Instructions file | ▲ +75 | 4.3k | A | 1,337 | — |
| 972 | narrator-ai-cliNarratorAI-Studio/narrator-ai-cli-skillA command-line client for creating AI-narrated movie and short-drama videos. It can guide a workflow from selecting source material, templates, music, and voices to writing narration and combining the video. | Skill | ▲ +75 | 2.4k | A | 132 | — |
| 973 | shadcnshadcn-ui/uiManages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI, including chat interfaces. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json… | Skill | ▲ +74 | 123k | A | 94 | — |
| 974 | migrate-radix-to-baseshadcn-ui/uiMigrates React projects and components from Radix UI to Base UI. Use when asked to migrate from radix, move to base-ui, convert radix primitives, or switch a shadcn project's base library. Handles single components ("migrate accordion") and whole projects. | Skill | ▲ +74 | 123k | A | 61 | — |
| 975 | workflow-claude-settingsshanraisshan/claude-code-best-practiceTrack Claude Code settings report changes and find what needs updating. | Command | ▲ +74 | 65k | A | 11 | — |
| 976 | workflow-conceptsshanraisshan/claude-code-best-practiceUpdate the README CONCEPTS section with the latest Claude Code features and concepts. | Command | ▲ +74 | 65k | A | 15 | — |
| 977 | vibe-to-agentic-frameworkshanraisshan/claude-code-best-practiceThe conceptual framework behind the presentation — what "Vibe Coding to Agentic Engineering" means, why the journey is structured the way it is, and how every slide fits the narrative arc. | Skill | ▲ +74 | 65k | A | 44 | — |
| 978 | agent-browsershanraisshan/claude-code-best-practiceBrowser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a… | Skill | ▲ +74 | 65k | A | 108 | — |
| 979 | requirement-parsershanraisshan/claude-code-best-practiceAnalyzes feature request descriptions and extracts structured requirements, goals, constraints, and metadata for downstream planning agents. | Agent | ▲ +74 | 65k | A | 25 | — |
| 980 | development-workflows-research-agentshanraisshan/claude-code-best-practiceResearch agent that fetches GitHub repos, counts agents/skills/commands, gets star counts, and analyzes Claude Code workflow repositories. | Agent | ▲ +74 | 65k | A | 33 | — |
| 981 | claude-code-best-practiceshanraisshan/claude-code-best-practiceAgent settings declaring 30 hook events (PreToolUse, PermissionRequest, PostToolUse, PostToolUseFailure) and 24 allowed tools. | Settings file | ▲ +74 | 65k | A | — | — |
| 982 | registry-bases-parityshadcn-ui/uiKeep registry base and radix trees in sync when editing shared UI. | Cursor rule | ▲ +74 | 123k | A | 0 | — |
| 983 | claude-code-best-practice CLAUDE.mdshanraisshan/claude-code-best-practiceClaude Code instructions for shanraisshan/claude-code-best-practice, covering claude.md, repository overview, key components, weather system (example workflow) and skill definition structure. | Instructions file | ▲ +74 | 65k | B | 1,830 | — |
| 984 | FileChangedshanraisshan/claude-code-best-practiceRuns on the FileChanged event for .envrc, .env and .env.local tool calls, executing hooks.py via python3. From shanraisshan/claude-code-best-practice. | Hook | ▲ +74 | 65k | A | — | — |
| 985 | PreToolUseshanraisshan/claude-code-best-practiceRuns before the agent uses a tool, executing hooks.py via python3. From shanraisshan/claude-code-best-practice. | Hook | ▲ +74 | 65k | A | — | — |
| 986 | context7shanraisshan/claude-code-best-practiceGives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package. | MCP server | ▲ +74 | 65k | A | — | — |
| 987 | deepwikishanraisshan/claude-code-best-practiceLets the agent read DeepWiki's AI-generated documentation of any public GitHub repository and ask questions about a codebase. Runs locally from the deepwiki-mcp npm package. | MCP server | ▲ +74 | 65k | A | — | — |
| 988 | fluent-koreansnflkd/fluent-koreanPlugin marketplace listing 1 plugin: fluent-korean. | Plugin | ▲ +74 | 1.1k | A | — | — |
| 989 | fluent-koreansnflkd/fluent-koreanAn output-style plugin that makes Claude Code respond in natural Korean. It includes versions that either preserve or omit coding instructions. | Plugin | ▲ +74 | 1.1k | A | — | — |
| 990 | install-loopcobusgreyling/loop-engineeringInstall Loop Engineering into a project via the unified CLI front door (@cobusgreyling/loop). Prefer this over invoking loop-init / loop-audit separately. Week-one is report-only; never enable auto-merge or unattended fixes unless the human explicitly asks and doctor is healthy. | Skill | ▲ +73 | 11k | A | 59 | — |
| 991 | loop-engineering AGENTS.mdcobusgreyling/loop-engineeringAGENTS.md instructions for cobusgreyling/loop-engineering, covering agents.md — loop-engineering reference, build & verify, unified front door (prefer for new workflows), loop readiness audit cli (still canonical scorer) and before/after demo (scores an empty dir → starter → l2). | Instructions file | ▲ +73 | 11k | A | 457 | — |
| 992 | loop-budgetcobusgreyling/loop-engineeringCheck token budget and run-log spend before and after a loop run. Enforces early exit when over budget or when there is no actionable work. | Skill | ▲ +73 | 11k | A | 32 | — |
| 993 | loop-verifiercobusgreyling/loop-engineeringIndependent checker for loop-produced changes. Rejects unless tests pass and scope is minimal. Never implement fixes. | Agent | ▲ +73 | 11k | A | 25 | — |
| 994 | scroll-worldoso95/scroll-worldBuild an immersive scroll-scrubbed "fly through the world" landing page for any industry or brand using Higgsfield. As the visitor scrolls, a pre-rendered camera flies from outside each scene into its interior, then flows on to the next scene with NO cuts — one continuous connected flight (Emons-style isometric… | Skill | ▲ +73 | 8.9k | A | 214 | — |
| 995 | loop-engineeringcobusgreyling/loop-engineeringPlugin marketplace listing 1 plugin: loop-engineering. | Plugin | ▲ +73 | 11k | A | — | — |
| 996 | loop-engineeringcobusgreyling/loop-engineeringLoop engineering skills: daily triage, budget, constraints, verifier. Week one is report-only. | Plugin | ▲ +73 | 11k | A | — | — |
| 997 | verifiercobusgreyling/loop-engineeringYou are the independent verifier for the Changelog Drafter loop. | Agent | ▲ +73 | 11k | A | 0 | — |
| 998 | imagePhyAgentOS/PhyAgentOS-coreUnified tool for analyzing and displaying images (vision analysis and image display). | Skill | ▲ +73 | 2.0k | A | 16 | — |
| 999 | agent-modePhyAgentOS/PhyAgentOS-coreUnified tool for managing agent LLM modes (add, remove, update, list, switch). | Skill | ▲ +73 | 2.0k | A | 22 | — |
| 1000 | scroll-worldoso95/scroll-worldImmersive scroll-scrubbed 'fly through the world' landing pages, generated with Higgsfield. | Plugin | ▲ +73 | 8.9k | A | — | — |