Skip to main content
Execute qualquer Skill no Manus
com um clique
$pwd:
zaxbysauce
GitHub creator profile

zaxbysauce

Repository-level view of 102 collected skills across 9 GitHub repositories, including approximate occupation coverage.

skills collected
102
repositories
9
occupation fields
2
updated
2026-05-29
occupation focus
Major fields detected across this creator.
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
opencode-swarm
56 skills34035updated 2026-05-29
55% of creator
subprocess-safety
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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

2026-05-29
brainstorm
Desenvolvedores de software

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

2026-05-29
clarify
Desenvolvedores de software

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

2026-05-29
clarify-spec
Desenvolvedores de software

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

2026-05-29
issue-ingest
Desenvolvedores de software

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

2026-05-29
Showing top 8 of 56 collected skills in this repository.
#002
ragappv3
28 skills00updated 2026-05-29
27% of creator
engineering-conventions
Especialistas em gestão de projetos

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
Especialistas em gestão de projetos

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
Analistas de garantia de qualidade de software e testadores

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
Especialistas em gestão de projetos

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Especialistas em gestão de projetos

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
Desenvolvedores de software

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
Showing top 8 of 28 collected skills in this repository.
#003
zaxbychat
7 skills00updated 2026-04-27
6.9% of creator
swarm
Desenvolvedores de software

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
sem classificação

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
sem classificação

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
sem classificação

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
sem classificação

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
sem classificação

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
sem classificação

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 skills10updated 2026-03-27
3.9% of creator
#005
trainingapp
2 skills00updated 2026-05-20
2.0% of creator
#006
clipsanitizer
2 skills00updated 2026-04-07
2.0% of creator
#008
zaxbyftp
1 skills00updated 2026-05-14
1.0% of creator
#009
ghostview
1 skills00updated 2026-04-12
1.0% of creator
Mostrando 9 de 9 repositorios
Todos os repositorios foram exibidos