mrkeyoor.com_
Sun 20 Sept 15:51 UTC
Dev Toolsevaluationupdated 20 Sept 2026

skills review

BuilderIO/skills is a collection of instruction packs that teach coding agents repeatable workflows, including visual plans, browser-linked app work, session recovery, plan comparison, and work recaps. It solves the problem of re-explaining the same operating rules to Codex, Claude Code, Cowork, and other compatible agents.

Verdict

Our commit a5321ff run installed 0 packages in 1 second and found no build or test target, so BuilderIO/skills is easy to copy but not independently proven by its own test suite. Use it as a set of inspectable workflow recipes, choosing one skill at a time and checking every connector or file mutation it introduces. Skip the collection if your policy requires versioned releases and automated behavioral tests before agent instructions enter a repository.

We ran it

Lab card: what happened when we ran skillsScreenshot of skills (www.agent-native.com)
Install✓ · 1s0 packages · 8 MB
Buildn/ano build script
Testsn/ano test script
Known vulns00 critical · 0 high · 0 moderate · 0 low (npm audit)
Repo69 files~464 lines of source · 4 MB · 3 CI workflows

Answers from our run

Does skills build from source?

Dependencies installed in 1 seconds (0 packages), and the project has no separate build step. We cloned commit a5321ff into a clean Debian container with 3 CPUs and no project-specific setup.

Does skills have tests you can run?

Not through a standard command: the project exposes no test script or target that our harness could run.

Does skills have known vulnerabilities in its dependencies?

npm audit found none in the dependency tree at the time of our run.

Who should not use skills?

Teams that require executable tests for every published instruction pack: our checkout had no test target or tests directory.

What are the alternatives to skills?

Anthropic Skills, Superpowers. Our commit a5321ff run installed 0 packages in 1 second and found no build or test target, so BuilderIO/skills is easy to copy but not independently proven by its own test suite.

Setup4/51-second install; service-backed skills need separate setup
Docs4/5Install paths and skill-specific limits are stated plainly
Community4/54,332 stars and a push on September 20, 2026
Maturity2/5No test target or GitHub release despite active CI syncs

Who it’s for

Developers who want a menu of focused agent workflows instead of one fixed coding method.
Codex or Claude Code users willing to inspect installed instructions and approve the services each skill needs.
Teams that want visual plans or PR recaps and can choose between hosted, local-file, and self-hosted output.
macOS users prepared to install Clips Desktop if they specifically need the Rewind skill.

Who it’s NOT for

Teams that require executable tests for every published instruction pack: our checkout had no test target or tests directory.
Users who expect every skill to work after a plain folder copy: the README says Rewind also needs Clips Desktop and a configured local MCP connection.
Organizations that cannot permit hosted connectors or shareable plan links: /an registers a Dispatch MCP service, and the visual tools default to hosted output unless local or self-hosted mode is chosen.
Buyers who need a stable GitHub release trail for change control: the repository had no latest GitHub release, while the documented quick install uses an npm package tagged latest.

Setup reality

Our sandbox install succeeded in 1 second, installed 0 packages, and used 8 MB on disk. There was no build script and no test target, so both steps were skipped. Npm audit found 0 known vulnerabilities in that empty dependency set.

The useful setup happens through npx @agent-native/skills@latest add, a plain skill-copy command, or a Claude marketplace. Choices include user or project scope, hosted or local visual output, managed instruction blocks, and an optional PR workflow.

Several skills need more than copied Markdown. Rewind requires macOS, Clips Desktop, and a working local MCP connection. /an uses the hosted Dispatch MCP service, while browser-linked tools depend on a compatible host surface and sign-in where required.

Fifteen skills solve separate agent-workflow problems

The README lists 15 small instruction packs rather than one coding agent. They cover jobs such as turning a text plan into an interactive document, reviewing a diff visually, comparing two proposed plans, checking another agent's work, recovering recent screen context, and ending a task with a clear status. That separation is the appeal. You can install read-the-damn-docs without accepting an entire software-development doctrine.

Some entries are plain operating guidance. Others are doors into a larger system. /an connects an agent to Agent-Native apps through a hosted Dispatch MCP endpoint. /webmcp opens a site in the agent's browser surface and prefers MCP or WebMCP calls to simulated clicking. If no supported bridge is available, its documented behavior is to stop before a state-changing click or typing fallback. In a measured checkout of 69 files, much of the value still depends on services outside the repository.

The installer can change more than a skill folder

The recommended command is npx @agent-native/skills@latest add. Its picker can write skills at user or project scope, add managed AGENTS.md or CLAUDE.md instruction blocks, choose where visual documents live, and install a GitHub Action for PR recaps. Those are materially different permissions. Read the selection screen as a change list, especially in a company repository where instruction files affect every later agent session.

A plain copy is available through Vercel's skills CLI, and Claude users can add the repository as a plugin marketplace. The README is candid about what those shorter routes omit. A plain copy does not add the managed instruction blocks or PR workflow. The Claude plugin carries Rewind's instructions but cannot configure its local screen-memory connection. Our install added 0 packages, so none of these integration choices was exercised by npm itself.

What happened when we ran it

Our fresh, unprivileged Node 22 sandbox installed commit a5321ff in 1 second with 3 CPUs and 8 GB of RAM. Npm added 0 packages, and the checkout plus install occupied 8 MB. The repository contained 69 files and about 464 lines of source in a 4 MB checkout. Npm audit reported 0 known vulnerabilities: 0 critical, 0 high, 0 moderate, and 0 low. With no dependency tree, that clean result is expected and still worth recording.

There was no build script or target, so we skipped the build. There was also no test script or target, and the repository had no tests directory, so no behavioral test ran. Three CI workflow files were present, but that is not the same evidence as a test suite. The result says the packaged repository is cheap to install. It does not tell us whether each instruction produces the promised behavior across every supported agent.

Rewind needs macOS, Clips Desktop, and explicit capture setup

A folder copied from this 69-file repository does not make Rewind usable by itself. The skill searches recent local screen chapters, transcripts, OCR, and frames through Clips Desktop. The README limits that route to macOS and requires a compatible agent with a local clips-screen-memory MCP connection. The installer does not silently install Clips, and capture stays disabled until the user turns it on. A status check must succeed before the skill is treated as available.

That design gives the user a consent step around sensitive screen history. It also means a team cannot judge Rewind by seeing its skill folder in .agents. Administrators need to approve a signed desktop app, local capture permissions, the MCP configuration, storage policy, and the people allowed to query that history. The measured 8 MB repository footprint says nothing about the separate desktop application's storage or resource use.

Visual output has hosted, local, and self-hosted choices

Visual Plan and Visual Recap turn plans or code changes into MDX with diagrams, file maps, annotated code, and review notes. The installer offers hosted shareable links, local files, or a self-hosted Plan app. Local mode still needs the local bridge that serves the MDX. The hosted choice is convenient for review, while private code and architecture may make local output the only acceptable setting. Decide before installing rather than after a sensitive plan has been generated.

The recent activity is mostly automated synchronization from BuilderIO/agent-native. GitHub recorded a push on September 20, 2026, 4,332 stars, and 5 combined open issues and pull requests. The repository has an MIT license and 3 CI workflows, but our measured checkout had 0 test targets and no latest GitHub release was available. Teams should pin a reviewed commit or package version instead of treating latest as a policy.

Use one inspected skill before adopting the catalog

Builder's collection works best as source material you can read. Start with a bounded skill such as Quick Recap or Read the Damn Docs, inspect the files it writes, and run it on a disposable branch. A 1-second install removes little friction from the trial, while the missing test target shifts acceptance work to you. Check whether the agent follows stop conditions, whether local output stays local, and whether uninstalling removes every managed instruction.

Choose Anthropic's repository when you need Claude's reference examples, document skills, or the Agent Skills specification. Choose obra/superpowers when you want one opinionated development sequence that begins with design and continues through test-first implementation and review. Because our checkout exposed 0 test targets, either alternative deserves the same behavior check. BuilderIO/skills sits between them: broader than a format reference and less prescriptive than a full method. Its riskiest mistake would be installing all 15 before deciding which services and behaviors you trust.

Alternatives

ProjectWhat it isPick it when
Anthropic Skills gh↗Anthropic's examples, document skills, template, and Agent Skills specification.pick this instead when you want Claude-focused reference implementations or the skill format itself, rather than Builder's operational workflow catalog.
Superpowers gh↗An opinionated software-development method delivered as automatically triggered agent skills.pick this instead when you want one end-to-end coding process built around design approval, planning, test-first work, and agent review.

What people are saying

  1. [github-trending] BuilderIO/skills
  2. [github-trending] mcncarl/yichen-skills
  3. [github-trending] trailofbits/skills
  4. [github-trending] google/skills
  5. [github-trending] Jeffallan/claude-skills
  6. [github-trending] plugin87/ux-ui-agent-skills

Sources

  1. BuilderIO/skills repository
  2. BuilderIO skills README
  3. BuilderIO skills issue and pull request activity
  4. Anthropic Skills
  5. Superpowers

More dev tools reviews

modern-software-dev-assignments · Apktool · x64dbg · UTM · QtScrcpy · gcx · the whole board →