ds1

Probe.Md — Development skill for Claude Code

Development community

Landing page for Probe, the Claude Code plugin for better thinking.

How to install Probe.Md

This entry records only its repository, not the path inside it, so there is no exact command to give. Open ds1/probe.md and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Probe.Md does

Landing page for Probe, the Claude Code plugin for better thinking. https://probe.md

Alternatives in Development

  • Contributors — Thank you to everyone who has contributed to making planning-with-files better 16.8k ★
  • Agent Rules — Rules and Knowledge to work better with agents such as Claude Code or Cursor 5.7k ★
  • Bypass 403 — Probe a 403/401 endpoint with the most-paid bypass tricks (header injection, path encoding, method swap, WAF f 4.5k ★

README

probe.md

The landing page for [Probe](https://github.com/ds1/probe), a set of six-lens critical-analysis commands for Claude Code. Live at [probe.md](https://probe.md).

A static site (plain HTML, CSS, and vanilla JS), no build step. Companion to [boilerplate.md](https://boilerplate.md).

Local preview

Open `index.html` in a browser, or serve the folder:

python3 -m http.server 8000

Then visit `http://localhost:8000`.

Deploy (GitHub Pages)

  1. Push this repo to GitHub.
  2. Settings -> Pages -> Build from branch -> master / root.
  3. The CNAME file points the site at probe.md; set that A/CNAME record with your DNS provider (GitHub Pages IPs, or a CNAME to .github.io).

Files

  • index.html - the page
  • css/style.css - styles (shares the boilerplate.md design tokens)
  • js/app.js - install-tab switching and copy buttons
  • favicon.svg, og-image.svg - icons and social preview
  • CNAME - custom domain