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

PlugFox

عرض على مستوى المستودعات لـ 50 skills مجمعة عبر 1 مستودعات GitHub.

skills مجمعة
50
مستودعات
1
محدث
2026-05-01
مستكشف المستودعات

المستودعات و skills الممثلة

bump-version
مطوّرو البرمجيات

Bump the patch version in server/Cargo.toml or website/package.json after completing a major change. Use when the user asks to bump/release a version, or when CLAUDE.md's rule about version bumps after major changes applies.

2026-05-01
change-impact-assessment
محللو أنظمة الحاسوب

Before a non-trivial change, list affected systems — DB schema, API contract, Telegram handlers, jobs, TS types, docs. Catch ripple effects upfront, not after CI fails. Use when planning a feature, migration, refactor, or any cross-module touch.

2026-05-01
code-review-self
محللو ضمان جودة البرمجيات والمختبرون

Self-review before push — read the diff as a reader, scan for vixen footguns (token leaks, PII, idempotency, captcha asset overwrites), run validation pipeline, no surprise files. Use before "git push", before opening a PR, or when the user says "ready to commit".

2026-05-01
commit-message
مطوّرو البرمجيات

Write a git commit message for vixen-rs following the project's Conventional Commits convention. Use when the user asks to commit, create a commit, or write a commit message.

2026-05-01
debug-systematically
مطوّرو البرمجيات

Reproduce → bisect → root cause → fix → verify. Don't speculate, don't "add more error handling" as a guess. Use when something is broken, when a test fails intermittently, when the user says "this isn't working" or "investigate why".

2026-05-01
docker-multi-stage
مديرو الشبكات وأنظمة الحاسوب

Write small, fast, reproducible Dockerfiles for the vixen-rs server (Rust) and website (bun) using multi-stage builds, cache mounts, distroless/alpine runtime images, and non-root users. Use when editing server/Dockerfile, website/Dockerfile, docker-compose.yml, or when the user asks to shrink an image or speed up a Docker build.

2026-05-01
find-external-skill
متخصصو إدارة المشاريع

Evaluate a 3rd-party Claude skill before importing — source trust, duplicate check, rule extraction, vixen-fit. Reject vague triggers and off-scope content. Use when the user shares a skill URL, asks "should we adopt this skill", or proposes importing from a marketplace.

2026-05-01
github-actions-workflow
مديرو الشبكات وأنظمة الحاسوب

Write or modify .github/workflows/*.yml — server-ci, website-ci, build-server, build-website. Concurrency, caching, sqlx offline mode, secrets via secrets.* refs. Use when adding/editing CI workflows or when the user asks about GH Actions.

2026-05-01
عرض أهم 8 من أصل 50 skills مجمعة في هذا المستودع.
عرض 1 من أصل 1 مستودعات
تم تحميل كل المستودعات