Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

ServerKit

ServerKit에는 jhd3197에서 수집한 skills 6개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
6
Stars
654
업데이트
2026-07-17
Forks
75
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

create-pr
소프트웨어 개발자

Generate a pull request title and description from the current branch's commits. Produces a concise summary, optional feature highlights, and collapsible technical details.

2026-07-17
audit-less
소프트웨어 개발자

Scan LESS stylesheets for variable errors — undefined variables, CSS custom properties passed to compile-time functions (fade, darken, lighten, etc.), and incorrect variable name patterns. Reports issues with file, line, and fix.

2026-03-04
audit-subprocess
소프트웨어 개발자

Scan backend services for subprocess bugs — missing sudo, missing exception handling on distro-specific commands, raw subprocess calls bypassing system utilities, and container/environment assumptions that break in LXC or restricted environments. Reports issues with file, line, and fix.

2026-03-03
db-inspect
데이터베이스 아키텍트

Inspect the ServerKit SQLite database — show tables, schemas, row counts, and run queries. Runs via WSL for local dev or SSH MCP for production. Use when debugging data issues or understanding the current database state.

2026-03-03
deploy
네트워크·컴퓨터 시스템 관리자

Deploy ServerKit to the production server via SSH. Runs update, rebuilds frontend, restarts services, and performs health checks. Use when pushing changes to production.

2026-03-03
new-feature
소프트웨어 개발자

Scaffold a new full-stack feature for ServerKit with Flask backend (model, service, API blueprint) and React frontend (page, styles, route). Use when creating new modules, pages, or API endpoints.

2026-03-03