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

zaxbysauce

按仓库查看 9 个 GitHub 仓库中的 102 个已收集 skills,并展示近似职业覆盖。

已收集 skills
102
仓库
9
职业领域
2
更新
2026-05-29
职业覆盖
该创作者主要覆盖的职业大类。
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

#001
opencode-swarm
56 个 skills34035更新于 2026-05-29
占该创作者 55%
subprocess-safety
软件开发工程师

Guidelines for safe subprocess calls in opencode-swarm. Load before adding, modifying, or reviewing any file that calls spawn, spawnSync, bunSpawn, or child_process. Covers the six required properties, Windows portability, _internals DI seam pattern, and verification grep.

2026-05-29
writing-tests
软件质量保证分析师与测试员

Guidelines for writing, organizing, and maintaining tests in the opencode-swarm repository. Covers framework rules (bun:test), mock isolation, CI pipeline structure, file placement, and anti-patterns that break cross-platform CI. Load this skill before writing or modifying any test file.

2026-05-29
mock-to-internals-migration
软件质量保证分析师与测试员

Apply when converting test files from mock.module('node:child_process') to _internals DI seam pattern. Guides the complete migration: adding spawnSync/_internals to source files, converting test files, adding proper beforeEach/afterEach save/restore lifecycle, mockReset() cleanup, and temp directory cleanup. Prevents mock.module leaks across Bun's shared test-runner process.

2026-05-29
plan
软件开发工程师

Full execution protocol for MODE: PLAN -- plan creation, external plan ingestion, QA gate persistence, task granularity, and traceability checks.

2026-05-29
brainstorm
软件开发工程师

Full execution protocol for MODE: BRAINSTORM -- structured discovery dialogue, approach selection, spec drafting, QA gate selection, and transition handling.

2026-05-29
clarify
软件开发工程师

Full execution protocol for MODE: CLARIFY -- structured clarification funnel with critic review before surfacing user decisions.

2026-05-29
clarify-spec
软件开发工程师

Full execution protocol for MODE: CLARIFY-SPEC -- resolving spec clarification markers and maintaining spec/planning alignment.

2026-05-29
issue-ingest
软件开发工程师

Full execution protocol for MODE: ISSUE_INGEST -- GitHub issue intake, localization, spec generation, and transition to planning or tracing.

2026-05-29
当前展示该仓库 Top 8 / 56 个已收集 skills。
#002
ragappv3
28 个 skills00更新于 2026-05-29
占该创作者 27%
engineering-conventions
项目管理专家

RAGAPPv3 engineering conventions — backend (FastAPI + SQLite + LanceDB), frontend (React + TypeScript + Vite + Vitest), database/migration/RBAC patterns, and the multi-agent skill layout. Load before implementing or refactoring backend routes/services/migrations or frontend pages/components, or when you need to know "how does this repo do X".

2026-05-29
writing-tests
项目管理专家

Apply when writing tests, modifying test files, fixing test failures, debugging CI failures, adding test coverage, creating adversarial tests, or reviewing any file under tests/. Also apply when implementing features or fixes that require corresponding test changes. Enforces framework-specific rules (bun:test for TypeScript, unittest/pytest for Python), mock isolation, cross-platform compatibility, and CI pipeline awareness. Load this skill before touching any test file.

2026-05-29
ci-compatibility-audit
软件质量保证分析师与测试员

Lightweight PR-time audit for whether changes are compatible with the actual RAGAPPv3 GitHub Actions workflow, dependency lockfiles, scripts, and cross-platform local validation.

2026-05-29
writing-tests
项目管理专家

RAGAPPv3 testing policy and conventions. Load before writing or modifying any test, fixing a test/CI failure, or adding coverage. Covers backend pytest + unittest (SimpleConnectionPool dependency-override harness, FK cascades, the Python 3.11-vs-local event-loop trap) and frontend Vitest + React Testing Library + jsdom (MemoryRouter, Radix Select, react-virtual mock patterns). This repo's frontend uses Vitest, NOT bun:test.

2026-05-29
swarm-pr-review
软件质量保证分析师与测试员

Run a graph-guided, tool-augmented Swarm PR review using context packing, parallel exploration, triggered plugin micro-lanes, independent reviewer validation, critic challenge, and metrics writeback. Use for deep pull request review with low false-positive tolerance and high recall.

2026-05-29
config-env-contract-check
软件开发工程师

Audit environment and configuration contracts across backend settings, frontend env usage, Docker, Compose, CI, docs, and examples. Use when changing config, deployment, root paths, CORS, settings schemas, env examples, or Docker files.

2026-05-27
subpath-deployment
项目管理专家

RAGAPPv3 subpath/reverse-proxy deployment system. Load before touching anything related to APP_ROOT_PATH, VITE_APP_BASENAME, VITE_API_URL, cookie paths, SPA catch-all routing, proxy configuration, or Docker build args for the frontend. Contains locked architectural decisions that must not be re-litigated.

2026-05-27
swarm
软件开发工程师

Enable a high-quality swarm-like Codex workflow for the current session, and optionally execute a task immediately using that mode. Uses parallel subagents for breadth, independent reviewer validation for precision, and critic challenge for final confidence. Use when the user wants swarm-like behavior, higher review rigor, or maximum quality without sacrificing Codex speed.

2026-05-27
当前展示该仓库 Top 8 / 28 个已收集 skills。
#003
zaxbychat
7 个 skills00更新于 2026-04-27
占该创作者 6.9%
swarm
软件开发工程师

Enable a high-quality swarm-like Claude Code workflow for the current session, and optionally execute a task immediately using that mode. Uses parallel subagents for breadth, independent reviewer validation for precision, and critic challenge for final confidence. Use when the user wants swarm-like behavior, higher review rigor, or maximum quality without sacrificing Claude Code speed.

2026-04-27
contributing
未分类

End-to-end PR workflow for opencode-swarm. Covers branch setup, conventional commits, mandatory release notes, 5-tier CI checks, and PR submission format. Load this skill before creating branches, commits, or pull requests.

2026-04-23
tech-debt-ci-review
未分类

Deep technical debt and CI stability audit for identifying test theater, missing or mis-scoped tests, actual and potential test failures, flaky-test risk, dependency/toolchain brittleness, and structural debt that prevents PRs from going green safely.

2026-04-23
writing-tests
未分类

Apply when writing tests, modifying test files, fixing test failures, debugging CI failures, adding test coverage, creating adversarial tests, or reviewing any file under tests/. Also apply when implementing features or fixes that require corresponding test changes. Enforces bun:test framework rules, mock isolation, cross-platform compatibility (Linux, macOS, Windows), and CI pipeline awareness. Load this skill before touching any test file.

2026-04-23
commit-pr
未分类

Apply when committing, pushing, opening a PR, writing a pull request, creating release notes, or updating a changelog. Enforces conventional commit format, mandatory release notes, 5-tier test suite, SHA-pinning for workflow changes, and correct PR body format.

2026-04-23
qa-sweep
未分类

Apply when implementing features, fixing bugs, debugging errors, investigating failures, tracing root causes, reviewing tech debt, tracing issues, planning fixes, or completing any task. Enforces parallel sub-agent implementation, independent adversarial review, and a 95% confidence gate before stopping.

2026-04-23
research-first
未分类

Apply when planning fixes, investigating tech debt, architecting solutions, or diagnosing unknown issues. Search online for current documentation and state-of-the-art approaches before tracing through code.

2026-04-23
#004
ragapp
4 个 skills10更新于 2026-03-27
占该创作者 3.9%
#005
trainingapp
2 个 skills00更新于 2026-05-20
占该创作者 2.0%
#006
clipsanitizer
2 个 skills00更新于 2026-04-07
占该创作者 2.0%
#008
zaxbyftp
1 个 skills00更新于 2026-05-14
占该创作者 1.0%
#009
ghostview
1 个 skills00更新于 2026-04-12
占该创作者 1.0%
已展示 9 / 9 个仓库
已展示全部仓库