Skip to main content

ai-ecoverse/slicc

SkillsMP hat 30 Skills aus ai-ecoverse/slicc gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.

Letzte erfasste Quellaktivität
SkillsMP-Katalog aktualisiert
gesammelte Skills
30
GitHub-Stars
29
GitHub-Forks
14

Es werden 30 von 30 gesammelten Skills angezeigt.

Beruf
Sonstige Computerberufe
Beschreibung

Use this when the user wants to write a new skill, edit an existing one, or understand SLICC's skill system. Covers SKILL.md frontmatter (name, description, allowed-tools), how to write a description that triggers reliably, native `/workspace/skills/` vs…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Use when committing, pushing, opening or updating a PR, or when CI fails on lint, typecheck, build, or coverage. Covers the full verification pass (lint → typecheck → test → coverage → build), lint:ci strictness, the boy-scout debt gate…

Quellsprache: Englisch

Aktualisiert
Beruf
Netzwerk- und Computersystemadministratoren
Beschreibung

Use this when investigating memory pressure, suspected leaks, or out-of-memory crashes in the SLICC runtime (kernel worker, realms, WASM commands like vpod/ffmpeg/python3). Covers the `meminfo` shell command, how to read its breakdown, and its isolation…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Use when writing or updating Vitest tests, setting up VirtualFS/fake-indexeddb tests, or when test:coverage fails a floor. Includes the ratchet rule (never hand-lower coverage-thresholds.json), VirtualFS dbCounter isolation pattern, RestrictedFS security test…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Launch a local SLICC dev instance in a controllable browser (CDP) and run smoke tests against the latest build. Three tiers: Tier 1 needs no AI provider (boot, panels, terminal, accounts dialog); Tier 2 exercises the agent loop through a connected provider…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use this whenever the user asks to browse, navigate, click, fill a form, scrape, take a screenshot, or otherwise interact with a web page. SLICC drives the browser through the `playwright-cli` shell command (also aliased as `playwright` and `puppeteer`). Read…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use this when you receive an `[Upgrade Event: x.y.z→a.b.c]` lick — fired on boot whenever the bundled SLICC version differs from the previous run. The lick renders a binary action card: `lick_confirm` to Update workspace files (three-way merge of bundled…

Quellsprache: Englisch

Aktualisiert
Beruf
Netzwerk- und Computersystemadministratoren
Beschreibung

Use this when you need to run a shell command on a connected tray follower — specifically a `slicc … follow <runner>` CLI follower that lent its machine as an exec target. Covers discovering targets (`host`, `ssh --list`), running commands (`ssh <runtime-id>…

Quellsprache: Englisch

Aktualisiert
Beruf
Netzwerk- und Computersystemadministratoren
Beschreibung

Use when deploying or debugging the Cloudflare tray hub worker: staging deploys, R2 asset archive (binding, serving, hash invariant, upload gate, GC), ghost-leader reconnect, preview bridge protocol, CI retry logic, routes-only failure classification, and the…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Record a video of SLICC UI changes for a pull request. Two modes: a fast CDP screencast of the *running* dev/e2e harness (to review what changed frame-by-frame, issue #1264), and a polished cursor-animated MP4 (playwright-cli + ffmpeg) for showcase demos.…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use this when the user wants a persistent UI panel — a dashboard, form, editor, report, or visualization that lives alongside the chat. Sprinkles are `.shtml` files under `/shared/sprinkles/` rendered in the side rail or as a full-screen tab. For ephemeral…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use this when converting, resizing, cropping, stitching, or annotating images; building a filmstrip, contact sheet, or grid; correcting orientation or color; or applying common ImageMagick-style effects with SLICC's `convert` / `magick` shell command.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use this when booting or driving an x86 virtual machine with SLICC's `v86` shell command. Covers the ipk prerequisite, BIOS setup, QEMU-flavored boot flags, and the screenshot/text/type/mouse interaction loop for agents.

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Use this when deciding whether to do work yourself or delegate to a scoop, when fanning out parallel scoops, or when picking models for sub-agents. Covers scoop lifecycle (when to drop), parallel orchestration (`scoop_mute`, `scoop_unmute`, `scoop_wait`),…

Quellsprache: Englisch

Aktualisiert
Beruf
Netzwerk- und Computersystemadministratoren
Beschreibung

Use this when resolving DNS records or troubleshooting names and addresses with SLICC's built-in `dig` command. Covers record and reverse queries, supported DNS-over-HTTPS resolvers and fallback, output modes, version flags, and accepted `+opts`.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use this when checking, linting, or formatting code with SLICC's `biome` shell command. Covers its ipk prerequisites, config discovery, check, lint, and format modes, exit codes, and plain or JSON reporters.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use this when the user asks to run or install a JavaScript/npm package with `npx` or `ipx`, or when either command redirects to a SLICC built-in. Covers built-in hints, any required `ipk add` bootstrap, and the `--force` bypass.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use when the user asks to export, save, or download a transcript or session history. Covers active-session export, archived (frozen) session export, ZIP bundle layout, redaction guarantees, and the correct `session export` shell syntax. Also explains what…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use when adding a SLICC shell command, dedicated tool, provider, scoop capability, UI panel, interactive approval, or runtime skill wiring; when `command not found`, a tool/skill is undiscovered, a follower action is dropped, OAuth reports `session expired`…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Search X (formerly Twitter) for real-time posts, sentiment, and citations via xAI's `x_search` server-side tool. Works with any model — the search call runs through your xAI Grok OAuth credentials regardless of which model is steering the cone. Use when you…

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Use this skill when the user says things like `handoff to slicc`, `move this to slicc`, `move to the browser`, `test in the browser`, `handoff to browser`, `install this skill in slicc`, `upskill slicc with this repo`, `add this skill to slicc`, or otherwise…

Quellsprache: Englisch

Aktualisiert
Beruf
Web- und digitale Schnittstellendesigner
Beschreibung

Use this when the user wants to change the SLICC UI appearance — switch preset themes, create custom themes, adjust colors, toggle the animated background, or export/import theme files. Covers the theme shell command, full token reference, and the JSON format…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use this whenever the user asks to mount anything — local folders, S3 buckets, S3-compatible services (Cloudflare R2, MinIO), or Adobe da.live / AEM Document Authoring repos. Read this skill BEFORE deciding which backend to use; do NOT default to a local file…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Use this when you need to test or QA the `playwright-cli` browser-automation command, re-run the browser-automation test session, check playwright-cli for regressions, or verify that browser automation still works after a change. Covers a repeatable 12-group…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use this when you receive a Navigate Event lick — emitted whenever the user opens a tab whose main-frame response advertises a SLICC handoff via an RFC 8288 `Link` header. Covers both verbs: `handoff:` renders a human approval card and acts on accept (never…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use this when a task is a fan-out/aggregate job worth orchestrating in code rather than doing turn-by-turn: codebase-wide sweeps, large migrations, multi-source research you cross-check, or multi-angle planning. Covers authoring a workflow (the meta block +…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use this when a cherry target is connected — a third-party host web page that has embedded a SLICC follower via the @ai-ecoverse/cherry SDK and lent itself to you (a cloud-cone leader) as a driveable, capability-limited browser target. Covers what you can and…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use this whenever a response could benefit from richer visualization, guided interaction, or a touch of fun — pickers, calculators, sliders, mini explorers, charts, animated demos, choose-your-own-adventure prompts, anything that lands better as a hydrating…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use this when you receive a `[Sprinkle Event: welcome]` lick with `action: 'onboarding-complete-with-provider'` — fired exactly once after the user finishes the first-run wizard and validates an LLM provider. Send a short personalized reply (greet by name,…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use this when setting up event-driven automation in SLICC — webhooks, cron tasks, or filesystem watchers that route events to scoops. Covers `webhook`, `crontask`, and `fswatch` shell commands. Read this BEFORE wiring up anything that should fire on a…

Quellsprache: Englisch

Aktualisiert
Es werden 30 von 30 gesammelten Skills angezeigt.