Skip to main content
Execute qualquer Skill no Manus
com um clique
iii-hq
Perfil de criador do GitHub

iii-hq

Visão por repositório de 50 skills coletadas em 4 repositórios do GitHub.

skills coletadas
50
repositórios
4
atualizado
2026-07-08
explorador de repositórios

Repositórios e skills representativas

shell
Desenvolvedores de software

Run Unix commands and structured filesystem ops from the iii engine: exec, background jobs, and a structured fs (ls/stat/mkdir/rm/chmod/mv/grep/sed/ read/write, jailed only if fs.host_roots is configured), all forwardable into a sandbox microVM.

2026-07-08
state
Desenvolvedores de software

Shared, adapter-backed key/value store addressed by scope and key, with a reactive `state` trigger so other functions can run on every create, update, or delete without polling.

2026-07-08
queue
Desenvolvedores de software

Durable topic queues for iii: subscribe functions to topics, publish work asynchronously, retry failed deliveries with backoff, and inspect/redrive dead-lettered messages.

2026-07-07
worktree
Desenvolvedores de software

Mint isolated git worktrees for parallel agent work, track ownership in a cross-agent registry, and land finished branches back onto a target with a queued rebase, test gate, and atomic fast-forward merge.

2026-07-07
bridge
Desenvolvedores de software

Connect this engine to another iii engine over a long-lived WebSocket so functions call across the boundary. Wire stable ids with `forward:`/`expose:`; `bridge.invoke` is the ad-hoc escape hatch.

2026-07-07
devin
Desenvolvedores de software

Drive Devin over the iii bus. Run the local Devin CLI agent (SWE-1.6) with the iii runtime context so it discovers and operates your mesh, or start and steer autonomous Devin cloud sessions through the REST API, with a passthrough to any Devin v1/v3 endpoint.

2026-07-07
scrapling
Desenvolvedores de software

Scrape the web over the iii bus with Scrapling — fast HTTP fetch with TLS impersonation, a Camoufox anti-bot browser (Cloudflare bypass), full Playwright rendering, screenshots, and CSS/XPath/regex/adaptive extraction.

2026-07-06
pubsub
Desenvolvedores de software

Fire-and-forget topic pub/sub: broadcast an event with `publish` and every matching `subscribe` trigger receives it. Use for real-time notifications where missed events are acceptable.

2026-07-06
Mostrando as 8 principais de 23 skills coletadas neste repositório.
presentation
Desenvolvedores web

Turn a tech-spec directory into an interactive, marketing-grade web presentation — built so engineers understand the design, the reader is convinced of the why, and the result is shareable in public. Use when someone wants a spec turned into a deck.

2026-07-07
configuration
Desenvolvedores de software

Schema-validated, reactive registry for named configuration entries — the migration target for per-worker config blocks currently in engine/config.yaml.

2026-06-30
iii
Outras ocupações de informática

WebSocket-routed worker mesh — the engine's Function/Trigger/Worker model and the iii-sdk surface for authoring them. Teaches the ordered way to gain a capability before writing code — (1) check functions already registered in the engine, (2) search the public registry via iii-directory, (3) build a worker. Single self-contained skill — meant for system-prompt injection; do not re-fetch.

2026-06-24
iii-worker-manager
Desenvolvedores de software

WebSocket listener that SDK workers connect to. Use to expose the engine to trusted (internal) and untrusted (RBAC-protected) workers, gate function and trigger registration, and audit or transform every invocation through a middleware function. Mounts channel WebSocket endpoints on every listener.

2026-06-24
iii-architecture-patterns
Desenvolvedores de software

Use when composing iii primitives into backend architectures: durable workflows, reactive backends, agentic pipelines, event-driven CQRS, effect pipelines, and trigger-transform-action automation.

2026-06-24
iii-core-primitives
Desenvolvedores de software

Use when registering iii functions, binding triggers, selecting sync/void/enqueue invocation, creating workers, inspecting the live worker registry, installing registry workers, authoring custom triggers, moving channel data, or adapting external HTTP functions across TypeScript, Python, and Rust.

2026-06-24
iii-error-handling
Desenvolvedores de software

Handle iii engine and SDK errors across Node, Python, Rust, and browser workers. Use when interpreting error codes, retryability, RBAC denial, timeouts, handler failures, or SDK-specific exception surfaces.

2026-06-24
iii-getting-started
Desenvolvedores de software

Install the iii engine, set up your first worker, and get a working backend running. Use when a user wants to start a new iii project, install the SDK, or needs help with initial setup and configuration.

2026-06-24
Mostrando as 8 principais de 20 skills coletadas neste repositório.
Mostrando 4 de 4 repositórios
Todos os repositórios foram exibidos