humanlayer
- 13 skills
- 0 followers
- 8 hours ago last updated
- ▌ Close Conformance Gaps · humanlayer bundledrive the vendored Durable Streams conformance suite toward 332/332 when a run, workflow, or maintainer asks to close conformance gaps; treat the conformance suite as the source of truth, not the current server implementation
- ▌ Chrome Devtools CLI · humanlayer bundleUse this to skill to write shell scripts or run shell commands to automate tasks in the browser or otherwise use Chrome DevTools via CLI.
- ▌ Agent Browser · humanlayer bundleBrowser 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 button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
- ▌ No Use Effect · humanlayer bundleEnforce the no-useEffect rule when writing or reviewing React code. ACTIVATE when writing React components, refactoring existing useEffect calls, reviewing PRs with useEffect, or when an agent adds useEffect "just in case." Provides the five replacement patterns and the useMountEffect escape hatch.
- ▌ Codebase Design · humanlayer bundleShared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.
- ▌ Terminal Control · humanlayerControl and test terminal applications with the termctrl CLI by reading visible screen state, driving named live sessions, sending typed keyboard input, waiting for text, collecting explicit evidence, recording timelines, marking important moments, and exporting edited videos. Use when an agent must operate or verify a TUI, REPL, interactive CLI, shell process, OpenTUI application, or other terminal-backed workflow.
- ▌ Effect Program Design · humanlayer bundleDesign, write, review, and test Fold's Effect v4 programs: descriptor-facing public APIs, deep services and layers, schemas, tagged failures, resource ownership, concurrency, and real-seam Effect tests. Use for Fold services, adapters, providers, event logs, session workflows, and Effect-based code review.
- ▌ Improve Codebase Architecture · humanlayerScan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.
- ▌ Narrow React Prop Types · humanlayer bundlenarrow React component prop types to match live code paths
- ▌ Build Iterated Agentic Loop · humanlayer bundlebuild a repo-local skill and install a matching iterated coding-agent GitHub Actions workflow, prompt, memory file, and reference templates
- ▌ Show Me · humanlayerHelp the user understand the current topic visually with concise diagrams, code-shape sketches, and focused HTML artifacts.
- ▌ Improve Claude Md · humanlayerimprove a CLAUDE.md file using <important if> blocks to improve instruction adherence
- ▌ Design Control Loop · humanlayer bundleinterview the user to design an agentic control loop (sensor, controller, actuator under disturbances) tailored to their codebase, then build it as locally-runnable components plus a scheduled coding-agent workflow