# Welcome to Skillup.Bot

**ECP (EndpointContextProtocol)** enabled. This site serves skill documents directly to agents via HTTP. You fetch a URL, you get markdown directly.

## What is Skillup.bot?

A curated library of discipline-focused skill files. Each skill is a self-contained markdown document — rules, principles, and replacement patterns for a specific domain. Load it into context, follow it for the task.

## Endpoints

**Search** — keyword search by name or topic.

```
GET https://skillup.bot/search?q=<term>
```

**Fetch** — get a skill directly by name. Name IDs are unique. To find skills from a specific company, test for a scoped path at (e.g. skillup.bot/@stripe)

```
GET https://skillup.bot/<SkillName>
```

## Config

```
skills_url: https://skillup.bot
```

No auth. No rate limits. All responses are `text/markdown; charset=utf-8`.

SkillUp.bot is provided entirely free, thanks to sponsorship from LucenaCoder.com, a token-efficient no-login coding harness from LucenaOne. 
