Репозиторий с приложением для отображения скиллов для агентов
  • Svelte 66.2%
  • TypeScript 19.8%
  • CSS 8.9%
  • JavaScript 3.5%
  • Dockerfile 0.9%
  • Other 0.7%
Find a file
2026-08-26 03:38:06 +03:00
.zed feat: init 2026-08-24 05:30:11 +03:00
lib fix: fixed typescript errors 2026-08-26 03:20:52 +03:00
routes fix: fixed typescript errors 2026-08-26 03:20:52 +03:00
static feat: init 2026-08-24 05:30:11 +03:00
.dockerignore feat: add docker compose 2026-08-26 03:28:37 +03:00
.gitignore feat: init 2026-08-24 05:30:11 +03:00
.npmrc feat: init 2026-08-24 05:30:11 +03:00
.prettierignore feat: init 2026-08-24 05:30:11 +03:00
app.d.ts refactor: remove src directory 2026-08-25 23:30:34 +03:00
app.html refactor: remove src directory 2026-08-25 23:30:34 +03:00
components.json feat: init 2026-08-24 05:30:11 +03:00
CONTRIBUTION.md feat: add docker compose 2026-08-26 03:28:37 +03:00
docker-compose.yml feat: add docker compose 2026-08-26 03:28:37 +03:00
Dockerfile feat: add docker compose 2026-08-26 03:28:37 +03:00
eslint.config.js feat: init 2026-08-24 05:30:11 +03:00
mise.toml chore: add buildx tasks 2026-08-26 03:38:06 +03:00
package.json chore: add buildx tasks 2026-08-26 03:38:06 +03:00
pnpm-lock.yaml feat: add docker compose 2026-08-26 03:28:37 +03:00
pnpm-workspace.yaml feat: init 2026-08-24 05:30:11 +03:00
prettier.config.js feat: init 2026-08-24 05:30:11 +03:00
README.md feat: add docker compose 2026-08-26 03:28:37 +03:00
tsconfig.json feat: add skill page, error page, main page, logic for gathering skills 2026-08-25 22:57:25 +03:00
vite.config.ts feat: add docker compose 2026-08-26 03:28:37 +03:00

Skills Frontend

A SvelteKit frontend for browsing and exploring developer skills and their configuration examples.

Technologies

  • SvelteKit and Svelte 5
  • TypeScript
  • Vite
  • Tailwind CSS
  • pnpm

Development

Install dependencies and start the development server:

mise install
pnpm install
pnpm dev

Run the project checks and production build:

pnpm check
pnpm lint
pnpm build

Contribution

See CONTRIBUTION.md for contribution guidelines.