optimizer
01Skill Claude CodeCodex
Analyzes and automatically optimizes existing agents by improving system prompts and tool configuration.
95 tagged environment, measured the same way as everything else here.
Browse within: air-quality 33cyanheads 32docker 26agent-framework 22agent-learning 22agent-runtime 22distributed-systems 22docker-compose 22networks 22world-model 22
Skill Claude CodeCodex
Analyzes and automatically optimizes existing agents by improving system prompts and tool configuration.
Skill Claude CodeCodex
Creates new agents from user requirements by generating Python implementation and mcpconfig.
Skill Claude CodeCodex
Single-file TikTok/Douyin video download and traffic metrics via TikHub API using only httpx; optional persisted raw API JSON plus a stdlib post-processor emitting CSV and simplified JSON. Supports one URL or concurrent batch (max 10 workers). No dependency on any project codebase.
Skill Claude CodeCodex
Build and test Kurtosis from source on local Docker. Compiles all components (engine, core, files-artifacts-expander), builds Docker images, installs the CLI, and restarts the engine. Use when developing Kurtosis and testing changes locally with Docker.
Skill Claude CodeCodex
Inspect, download, upload, and debug Kurtosis file artifacts. View artifacts in an enclave, download them locally for inspection, upload local files, and troubleshoot file mounting issues. Use when services can't find expected files or configs are wrong.
Skill Claude CodeCodex
Build, push, and deploy Kurtosis dev images to a Kubernetes cluster without creating a release. Rebuilds engine, core, and files-artifacts-expander as multi-arch Docker images with a unique tag, pushes to the logged-in user's Docker Hub, and restarts the engine. Use when testing local code changes on a k8s cluster.
Skill Claude CodeCodex
Deploy sandboxed environment instances and services using AEnvironment. Use when deploying agent instances, web services, or applications to AEnvironment sandbox infrastructure. Supports three workflows - (1) Build image locally and deploy, (2) Register existing image and deploy, (3) Deploy from registered…
Skill Claude CodeCodex
Run builds, tests, and other tooling inside a reproducible, containerized dev environment via the ilo CLI instead of on the host. Use this whenever a project relies on ilo, devcontainers, or container-based build environments — it has a .ilo.rc / .ilo/ilo.rc, dev/ argument files, a Containerfile/Dockerfile, a…
QWarranto/leafengines-claude-mcp
Skill Claude CodeCodex
Pre-configured OpenClaw workspace with LeafEngines agricultural intelligence tools.
Skill Claude CodeCodex
Scaffold a new MCP tool definition. Use when the user asks to add a tool, create a new tool, or implement a new capability for the server.
Skill Claude CodeCodex
MCP definition linter rules reference. Use when bun run lint:mcp or bun run devcheck reports a lint error or warning (format-parity, schema-is-object, name-format, server-json-, etc.) and you need to understand the rule, its severity, and how to fix it. Every rule ID the linter emits has an entry in this doc.
Skill Claude CodeCodex
Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that drives implementation.
Skill Claude CodeCodex
Local-first air quality MCP for agents. Prefer MCP tools if connected; otherwise the package CLI. Use when the user wants Wellness Air data or actions through an agent.