Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

ServerKit

يحتوي ServerKit على 6 من skills المجمعة من jhd3197، مع تغطية مهنية على مستوى المستودع وصفحات 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