{{define "browse.html"}}

> Browse Registry

Search local and connected sources, then open the generated SKILL.md in one place.

{{if .Tag}} {{end}}

Showing {{if gt .Total 0}}{{.Total}}{{else}}0{{end}} matches.

{{if .BySource}}
{{if index .BySource "local"}}Local {{index .BySource "local"}}{{end}} {{if index .BySource "skills.sh"}}SKILLS.sh {{index .BySource "skills.sh"}}{{end}} {{if index .BySource "github"}}GitHub {{index .BySource "github"}}{{end}} {{if index .BySource "gitlab"}}GitLab {{index .BySource "gitlab"}}{{end}} {{if index .BySource "bitbucket"}}Bitbucket {{index .BySource "bitbucket"}}{{end}} {{if index .BySource "codeberg"}}Codeberg {{index .BySource "codeberg"}}{{end}}
{{end}} {{if .SearchTime}}

Search time: {{.SearchTime}}

{{end}} {{if .SourceErrors}}

Some sources are currently unavailable. Results include best-effort fallback entries.

{{end}}
{{template "skill-list.html" .}}

Need to create one?

Convert a spec to SKILL.md and save it locally.

Need alignment?

Merge multiple SKILL.md files with conflict strategy controls.

SSH mode

Open terminal workflows from SSH with merge and search views.

Open SSH console →

{{end}}