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

fakoli-plugins

fakoli-plugins contém 138 skills coletadas de fakoli, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
138
Stars
4
atualizado
2026-07-13
Forks
1
Cobertura ocupacional
13 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

ship-task
Desenvolvedores de software

This skill should be used AFTER code review and verification pass, when the user wants to "ship this", "ship the task", "open and merge the PR", "push, PR, wait for CI, and merge", or otherwise run the mechanical tail of a one-PR-per-task loop. It pushes the current branch, opens a PR, waits for CI to reach a terminal state, merges (squash + delete branch), syncs the base branch, and optionally runs a post-merge command (e.g. `anvil apply`). It makes NO review decisions — the human or agent gates that first.

2026-07-13
session-evals
Outras ocupações de informática

Mine past coding-agent sessions (Claude Code, Codex, OpenClaw, Cursor CLI) into local-model eval suites executable via anvil-serving. Retro-first — consumes session-retro output dirs and cross-session findings themes, curates candidates into deterministic check-based evals sized for local models, emits anvil-serving-compatible eval-data suites, and runs them against any OpenAI-compatible endpoint. Use when the user asks to "create evals from my sessions", "build local-model evals", "turn this retro into evals", "which work classes can my local model handle", or wants evidence for anvil-serving routing decisions. Reads only local session logs; writes only to the eval-data root the user chooses.

2026-07-11
recall-mode-verifier
Analistas de garantia de qualidade de software e testadores

Generate spec-INDEPENDENT breakage probes for a change — attack it along fail-closed, malformed-input, resource-exhaustion, and state-drift axes, not by re-reading its own tests. Use before opening a PR, as anvil execute's verify-left stage, when the user asks to "recall-mode verify", "red-team this change", "what breaks this", "find failure modes", or wants an independent breakage pass that doesn't reuse the implementer's assumptions. Reports findings; does not fix.

2026-07-10
cli-hygiene
Desenvolvedores de software

Scan source for Windows/cross-platform CLI hazards before shipping — non-ASCII in printed strings (the cp1252 console crash), hardcoded python3, heredoc backslash mangling, Node .cmd/.bat spawns, set -e in hooks. Use when the user asks to "check for encoding issues", "scan for Windows portability", "cli hygiene", is about to ship a CLI/script change, or wants the deterministic form of the ship-loop Windows discipline. Advisory (never blocks); wire it as a gate-router gate.

2026-07-10
gate-check
Desenvolvedores de software

Route changed file paths to the verify commands this repo requires before shipping — docs changed means docs strict build, shell changed means bash -n, CLI changed means the encoding smoke test. Use before committing/opening a PR, when the user asks "what checks do I need to run", "run the gates", "gate check", or after substantive edits in a repo with a .claude/gate-router.local.md rules file. Deterministic local gates instead of session memory; also helps AUTHOR the rules file for a new repo.

2026-07-10
handoff
Desenvolvedores de software

Save or update this project's cross-session handoff note — the resume point for the next session, shared across checkouts of the same git remote and across linked worktrees. Use when the user types /handoff (optionally with a one-line summary), says "save a handoff", "note where we are for next time", "write a handoff before I clear context", or is wrapping up a session.

2026-07-10
recall
Desenvolvedores de software

Show this project's saved cross-session handoff note (the resume point shared across checkouts of the same git remote and across linked worktrees). Use when the user types /recall, asks "where did we leave off?", "what's the handoff?", "what was I working on?", or "catch me up".

2026-07-10
ship-loop
Desenvolvedores de software

Run the full ship loop for a feature or fix — sync and isolate in a worktree, scope with ground-truth sweeps, implement with reality-faithful tests, gate on a multi-angle adversarial review, merge, and close the follow-up loop (promotions ledger, out-of-diff issues). Use when the user says "ship this the usual way", "run the loop", "ship-loop", starts substantive feature/fix work in a fakoli repo, or asks to take a change from idea to merged PR with the standard review gate. The adversarial review is the merge gate — never merge substantive work without it.

2026-07-10
pulse
Desenvolvedores de software

Start, stop, or check the anvil-pulse dashboard — a live local web page showing active anvil claims (actor, phase, elapsed, lease countdown), the event feed, and stuck-state detection (healthy / quiet / possibly wedged / lease expired) for long autonomous runs. Use when the user asks to "watch this run", "open the anvil dashboard", "is the agent stuck?", "monitor the claims", "start/stop pulse", or wants a heartbeat view of an anvil project. Also installs an optional Claude Code statusline segment on request. Read-only over anvil state; sends nothing externally.

2026-07-09
marketplace-migration-review
Outras ocupações de informática

Review a plugin, skill bundle, or agent workflow that has been moved from a standalone repository into a marketplace layout. Use this when you need to verify path rewrites, manifest identity, registry metadata, changelog/version drift, hook runtime assumptions, copied assets, tests, examples, utilities, and migration notes before publishing a marketplace package. Ask for a "marketplace migration review", "plugin import audit", "path adaptation check", or "marketplace readiness review" to use this workflow.

2026-06-27
architecture-risk-review
Desenvolvedores de software

Targeted review of failure modes, hidden dependencies, limits, and operational burden in a specific architecture or design. Use this when you need a focused risk assessment without running a full complexity mapping — to identify single points of failure, blast radius concerns, hidden coupling, and operational survivability gaps. Produces a Hidden Risk Summary with dependency risk matrix, compound failure scenarios, and prioritized remediation actions. Ask for an "architecture risk review", "failure mode analysis", or "dependency risk assessment" to use this workflow.

2026-06-27
complexity-mapper
Desenvolvedores de software

Surface hidden complexity, risks, dependencies, and likely project blow-up points in a proposed design or architecture. Use this when you have architecture docs, design proposals, or technical specs and need to identify where operational, cost, networking, or implementation complexity is hiding before committing resources. Produces a Complexity Heat Map and Hidden Risk Summary with source-anchored evidence and severity ratings. Ask for a "complexity map", "hidden risk analysis", "blow-up point review", or "complexity audit" to trigger this workflow.

2026-06-27
context-sharding
Desenvolvedores de software

Split large or varied source material across parallel subagents for extraction before synthesis. Use this when documentation exceeds what can be processed in a single pass — typically more than 5 dense documents or 50+ pages — or when material spans multiple distinct domains. Produces structured Context Packets that can feed into complexity-mapper, decision-brief, or architecture-risk-review. Ask to "shard documents", "split for parallel extraction", or "break this into digestible chunks" to use this workflow.

2026-06-27
decision-brief
Desenvolvedores de software

Package extracted findings into a compact, decision-ready format for engineers, managers, or review bodies. Use this after running complexity-mapper, architecture-risk-review, or context-sharding to synthesize findings into a structured brief with options, evidence, risks, and recommended next steps. Produces a Decision Brief with evidence summary, top risks, unresolved questions, and actionable recommendations. Ask for a "decision brief", "decision package", or "summarize findings for a decision" to use this workflow.

2026-06-27
pattern-remix
Desenvolvedores de software

Generate high-quality first drafts by adapting prior proven work to new problems. Use this when you have successful prior designs, implementations, or architectural patterns and need a strong starting point for a new but related problem. Produces a Pattern Remix Draft that maps reused elements to their sources, flags carried assumptions, identifies divergence risks, and provides implementation steps. Ask to "remix a prior design", "adapt existing work", or "create a first draft from prior patterns" to use this workflow.

2026-06-27
marketplace-manager
Desenvolvedores de software

Manage the fakoli-plugins marketplace. Use when: (1) adding a new plugin to the marketplace, (2) removing a plugin, (3) validating plugins, (4) regenerating registry indices, (5) checking marketplace status, or (6) any plugin registry management task. Triggers on phrases like "add plugin", "validate plugins", "update registry", "marketplace status".

2026-06-27
excalidraw
Desenvolvedores de software

Generate and modify Excalidraw diagrams from natural language and code analysis using skeleton JSON and a Node.js converter

2026-06-26
crew-ops
Outras ocupações de informática

This skill should be used when coordinating multiple fakoli-crew agents on a single project — assembling crews, planning waves, assigning file ownership, or routing work across guido, critic, warden, scout, smith, welder, herald, keeper, and sentinel. Provides wave patterns, file-ownership rules, status-file protocol, and language-style references shared across the crew. Trigger phrases: "assemble a crew", "who owns this file", "plan the waves", "run the crew on X", "coordinate agents to Y", "which agent should handle", "multi-agent orchestration". Each agent writes its status to the path the orchestrator provides; the default scratch root is `.fakoli/runs/<run-id>/`.

2026-06-26
debugging
Desenvolvedores de software

This skill should be used when a test is failing inexplicably, when a runtime error appears in production, when a bug reproduces unpredictably, or when two or more prior fix attempts have failed. Provides a 4-phase systematic debugging workflow — investigate, analyze patterns, form hypothesis, fix with test — to prevent random-fix loops. Trigger phrases: "why is this failing", "this test keeps failing", "I've tried three fixes", "root cause", "systematic debugging".

2026-06-26
style-ops
Desenvolvedores de software

Use this skill when adding, updating, validating, or reporting on the governed Fakoli operating-model principles ledger.

2026-06-26
gws-admin-reports
Administradores de redes e sistemas de computador

Google Workspace Admin SDK: Audit logs and usage reports.

2026-06-26
gws-agent-safety
Analistas de segurança da informação

Security rules for AI agents using gws — input validation, path safety, URL encoding, and Model Armor sanitization.

2026-06-26
gws-auth
Administradores de redes e sistemas de computador

Authenticate and manage credentials for the gws CLI — login, logout, status, scopes, service accounts, and credential storage.

2026-06-26
gws-calendar-agenda
Desenvolvedores de software

Google Calendar: Show upcoming events across all calendars.

2026-06-26
gws-calendar-insert
Desenvolvedores de software

Google Calendar: Create a new event.

2026-06-26
gws-calendar
Desenvolvedores de software

Google Calendar: Manage calendars and events.

2026-06-26
gws-chat-send
Desenvolvedores de software

Google Chat: Send a message to a space.

2026-06-26
gws-chat
Desenvolvedores de software

Google Chat: Manage Chat spaces and messages.

2026-06-26
gws-classroom
Desenvolvedores de software

Google Classroom: Manage classes, rosters, and coursework.

2026-06-26
gws-docs
Desenvolvedores de software

Read and write Google Docs.

2026-06-26
gws-docs-write
Desenvolvedores de software

Google Docs: Append text to a document.

2026-06-26
gws-drive
Desenvolvedores de software

Google Drive: Manage files, folders, and shared drives.

2026-06-26
gws-drive-upload
Desenvolvedores de software

Google Drive: Upload a file with automatic metadata.

2026-06-26
gws-events-renew
Desenvolvedores de software

Google Workspace Events: Renew/reactivate Workspace Events subscriptions.

2026-06-26
gws-events
Desenvolvedores de software

Subscribe to Google Workspace events.

2026-06-26
gws-events-subscribe
Desenvolvedores de software

Google Workspace Events: Subscribe to Workspace events and stream them as NDJSON.

2026-06-26
gws-forms
Desenvolvedores de software

Read and write Google Forms.

2026-06-26
gws-gmail-forward
Desenvolvedores de software

Gmail: Forward a message to new recipients.

2026-06-26
gws-gmail-reply-all
Desenvolvedores de software

Gmail: Reply-all to a message (handles threading automatically).

2026-06-26
gws-gmail-reply
Desenvolvedores de software

Gmail: Reply to a message (handles threading automatically).

2026-06-26
Mostrando as 40 principais de 138 skills coletadas neste repositório.