Skip to main content
在 Manus 中运行任何 Skill
一键导入
PlugFox
GitHub 创作者资料

PlugFox

按仓库查看 1 个 GitHub 仓库中的 50 个已收集 skills。

已收集 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
当前展示该仓库 Top 8 / 50 个已收集 skills。
已展示 1 / 1 个仓库
已展示全部仓库
PlugFox Agent Skills | SkillsMP