Back to the catalog

show-me

Help the user understand the current topic visually with concise diagrams, code-shape sketches, and focused HTML artifacts.

Open source Repository Open in the app JSON README (API)

About

Help the user understand the current topic visually with concise diagrams, code-shape sketches, and focused HTML artifacts.

Details

Kind
Agent skills
Topic
Media, design & games
Publisher
humanlayer
Origin
skillssh
Category
ferramentas
Stars
3,652
Forks
107
Open pull requests
4
Last push
2026-08-13T15:05:30Z
Repository state
ativo
Language
TypeScript
License
MIT
Added
2026-08-30 15:21:25
Updated
2026-09-10 11:02:45
Origin id
humanlayer/skills/show-me

README

# skills

Claude Code skills from [HumanLayer](https://humanlayer.dev).

## Installation

```bash
npx skills add humanlayer/skills --skill SKILLNAME
```

## Available Skills

### improve-claude-md

Rewrites your CLAUDE.md using `<important if>` blocks to improve instruction adherence.

```bash
npx skills add humanlayer/skills --skill improve-claude-md
```

Then in your project:

```
/improve-claude-md
```

### narrow-react-prop-types

Narrows React component prop types to match live code paths instead of Storybook, test, or mock-only states.

```bash
npx skills add humanlayer/skills --skill narrow-react-prop-types
```

Then in your project:

```
/narrow-react-prop-types
```

### build-iterated-agentic-loop

Builds a repo-local skill plus an iterated coding-agent GitHub Actions workflow, prompt, memory file, and reference templates.

```bash
npx skills add humanlayer/skills --skill build-iterated-agentic-loop
```

Then in your project:

```
/build-iterated-agentic-loop
```

### design-control-loop

Interviews you to design an agentic control loop — sensor, controller, actuator, and disturbances — tailored to your codebase, then builds it as locally-runnable components plus a scheduled coding-agent workflow.

```bash
npx skills add humanlayer/skills --skill design-control-loop
```

Then in your project:

```
/design-control-loop
```

### show-me

Explains the current topic with concise diagrams, code-shape sketches, and focused HTML artifacts.

```bash
npx skills add humanlayer/skills --skill show-me
```

Then invoke:

```
/show-me
```

More