explaingit

ogulcancelik/agent-skills

Analysis updated 2026-05-18

53JavaScriptAudience · developerComplexity · 1/5LicenseSetup · easy

TLDR

A small collection of agent skills, including free browser-based web search and a risk-checking workflow for coding changes.

Mindmap

mindmap
  root((agent skills))
    What it does
      Bundles reusable agent skills
      Provides web search skill
      Provides preflight workflow
    Tech stack
      JavaScript
      Node.js
      Agent Skills format
    Use cases
      Give agents free web search
      Scope check before coding
      Verify a change against a contract
    Audience
      Developers using coding agents
    Skills
      web-search browser based
      preflight experimental

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Give a coding agent free web search through your own browser instead of a paid API.

USE CASE 2

Reduce bot detection failures when an agent needs to visit real search results.

USE CASE 3

Run a risk and evidence check before letting an agent make a meaningful code change.

USE CASE 4

Verify a finished change against a locked scope contract using the preflight skill.

What is it built with?

JavaScriptNode.js

How does it compare?

ogulcancelik/agent-skillsadityagahlot/obsidian-desktop-widgetkevva/wifi-name
Stars535353
LanguageJavaScriptJavaScriptJavaScript
Last pushed2024-04-12
MaintenanceDormant
Setup difficultyeasyeasyeasy
Complexity1/52/51/5
Audiencedevelopergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Installs with a single npx skills add command.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

In plain English

This repository is a small collection of skills that can be added to coding agents, meant to work with more than one agent tool rather than being tied to a single product. The README describes the skills as small and opinionated, and it currently includes two of them. The first, called web-search, gives an AI agent free web search by running through your own browser instead of a paid search API. A persistent local browser process uses real search engines, opens the pages you select from the results, renders pages that need JavaScript to display properly, and returns the content as clean Markdown that an agent can actually read. The stated goal is to reduce failures caused by websites detecting and blocking automated bots, which is a common problem when an agent tries to browse the web on its own. The second, called preflight, is described as an explicit, proportional risk and evidence workflow for meaningful implementation work. Before an agent starts coding, it challenges the scope of the change, asking whether the planned work actually matches what was requested. Afterward, it verifies the resulting change against a contract that was locked in beforehand, so the agent cannot quietly drift from the original plan. The README notes that preflight is still experimental and its shape may change significantly as the author keeps exploring the right design. Both skills follow the shared Agent Skills format, and either the whole collection or a single skill can be installed with one npx command. The README does not describe any other skills beyond these two. The project is released under the MIT license, so it can be used, modified, and redistributed freely as long as the copyright notice is kept.

Copy-paste prompts

Prompt 1
Install the web-search skill from ogulcancelik/agent-skills using npx skills add.
Prompt 2
Use the web-search skill to look up current documentation for a library and summarize it.
Prompt 3
Install the preflight skill and use it to scope this feature before I start coding.
Prompt 4
Explain what the preflight skill in agent-skills verifies after a change is made.

Frequently asked questions

What is agent-skills?

A small collection of agent skills, including free browser-based web search and a risk-checking workflow for coding changes.

What language is agent-skills written in?

Mainly JavaScript. The stack also includes JavaScript, Node.js.

What license does agent-skills use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is agent-skills to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is agent-skills for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.