Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

sailfin

sailfin contém 8 skills coletadas de SailfinIO, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
8
Stars
6
atualizado
2026-07-24
Forks
0
Cobertura ocupacional
1 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

check
Desenvolvedores de software

Run the full Sailfin compiler validation pipeline (make clean-build then make check). Use before declaring a feature shipped, before cutting a release, or when you need to verify self-hosting still works after a structural change.

2026-07-24
debug-compile
Desenvolvedores de software

Systematically diagnose why a Sailfin source file or self-hosting build step fails to compile. Isolates the failure, identifies the pipeline stage, escalates to seed-stabilizer or compiler-architect when the fix is non-trivial, and verifies via test-runner. Use whenever `make compile` fails, a .sfn file won't build, or LLVM rejects generated IR.

2026-07-24
sailfin-debug-compile
Desenvolvedores de software

Systematically diagnose Sailfin compilation, self-hosting, or LLVM lowering failures without adding build-driver workarounds.

2026-07-24
sailfin-check
Desenvolvedores de software

Run Sailfin compiler and test verification safely with the required self-hosting and formatting gates.

2026-07-14
sailfin-pickup
Desenvolvedores de software

Pick up a ready Sailfin Linear or GitHub issue and drive it through branch, implementation, verification, and PR handoff.

2026-07-14
sfn-plan
Desenvolvedores de software

Plan Sailfin work in Linear from Initiatives through Projects to session-sized compiler/runtime issues. Use when Codex needs to audit or create Linear planning structure, prioritize production compiler/runtime health and performance, assign Projects/Cycles/priorities/estimates, groom Triage/Backlog/Ready/Blocked queues, or propose/apply bulk Linear issue updates.

2026-07-14
pin-seed
Desenvolvedores de software

Pin the Sailfin seed compiler to a specific released version. Updates bootstrap.toml [seed].version and the compiler [toolchain] floor, fetches the binary, and optionally runs a smoke compile to verify the new seed builds the compiler. Usage: /pin-seed <version> (e.g. /pin-seed v0.5.10-alpha.12 or /pin-seed 0.5.10-alpha.12).

2026-07-11
sailfin-pin-seed
Desenvolvedores de software

Pin the Sailfin seed compiler to a published release and verify the seed binary.

2026-07-11