Skip to main content
Run any Skill in Manus
with one click
fakoli
GitHub creator profile

fakoli

Repository-level view of 177 collected skills across 9 GitHub repositories.

skills collected
177
repositories
9
updated
2026-07-26
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

ship-task
software-developers

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
computer-occupations-all-other

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
software-quality-assurance-analysts-and-testers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
Showing top 8 of 138 collected skills in this repository.
prd
project-management-specialists

Author, parse, and review a project PRD in anvil — capture the requirements that everything downstream (features, tasks, claims, evidence) gets generated from. Use this skill when starting a new project or revising requirements before any planning work happens.

2026-07-26
finish
software-developers

Decide what to do with an anvil task that has submitted evidence and is awaiting human review — accept and ship, reject and reopen, or hold for further investigation. Use this skill when one or more tasks are in needs_review and need a final disposition.

2026-07-22
plan
project-management-specialists

Turn a reviewed PRD into a ready-to-execute task graph — generate features and tasks, score each on six dimensions, surface dependencies and conflict groups, promote drafted tasks to ready. Use this skill once the PRD is approved and before any agent claims work.

2026-07-22
start-prd
project-management-specialists

Bootstrap a `.anvil/prd.md` draft from a rough project idea — interview the user question-by-question and write the result so `anvil prd parse` can consume it. Use this skill when the user has a project intent but does not yet have a PRD (e.g., asks to "start a PRD", "draft requirements", "author a PRD", or "spec out a project").

2026-07-22
execute
software-developers

Run the agentic execution loop on a claimed anvil task — fetch the work packet, do the work, submit completion evidence. Use this skill when an agent has just claimed a task and needs to execute it end-to-end without juggling individual CLI commands.

2026-07-19
state-ops
software-developers

Inspect anvil project state — list tasks, show task details, find the next claimable task, summarize active claims and blockers, check file-conflict warnings, and reconcile state with the filesystem and git. Use this skill when you want to see what anvil knows without changing anything.

2026-07-10
claim
software-developers

Acquire an exclusive lease on an anvil task — pick from the ready queue, check for file conflicts, claim the task, and get a working git branch to commit into. Use this skill when ready to start work on an approved task.

2026-07-10
resolve-decisions
project-management-specialists

Walk the PRD's unresolved items — `[NEEDS DECISION]` markers, `## Open Questions`, and missing acceptance-criteria or verification fields — and drive each one as a Q&A turn with the user, proposing concrete options when possible and applying the chosen answer with `anvil prd resolve-decision`. Use this skill when `anvil prd find-decisions` reports unresolved items, or when other skills (prd, plan) detect decisions blocking progress.

2026-06-22
Showing top 8 of 9 collected skills in this repository.
fakoli-claw-router
computer-occupations-all-other

Choose how to handle a new coding request — native for tiny edits vs a fakoli-claw flow for multi-file, risky, design, or explicit crew/Fakoli work.

2026-06-09
flow-brainstorm
software-developers

Design phase — refine an idea into an approved spec through structured one-question-at-a-time dialogue, propose 2-3 approaches, present the design section by section, write the spec, and hand off to flow:plan. Works headless over any channel.

2026-06-08
flow-execute
software-developers

Execute phase — wave-based crew dispatch on OpenClaw with critic gates and evidence-based verification. Load an intent-driven plan, group tasks into dependency waves, sessions_spawn specialists in parallel per wave (local SGLang tier), run a critic gate after every code wave, then a sentinel evidence gate.

2026-06-08
flow-finish
software-developers

Ship phase — re-run fresh tests, then present exactly four options (merge locally, push+PR, keep as-is, discard) and execute only the explicit choice. Never auto-merge, auto-push, or discard without the typed word discard.

2026-06-08
flow-plan
software-developers

Plan phase — break an approved spec into an intent-driven task list for OpenClaw crew execution. Verify assumptions with a scout sub-agent, map files to owners, write WHAT-not-HOW tasks with acceptance criteria and Depends on, then hand off to flow:execute.

2026-06-08
flow-quick
software-developers

Fast path — skip brainstorm/plan/waves for small tasks under 3 files. Estimate scope, dispatch a single specialist (welder by default), run verification, run a one-cycle critic gate, done. Escalates to flow:execute if scope or fixes exceed the limit.

2026-06-08
flow-verify
software-developers

Verify phase — evidence-based validation. Detect language, run the full check suite, dispatch the sentinel against the plan's acceptance criteria, and produce a pass/fail scorecard where every PASS cites fresh command output from this session.

2026-06-08
style-ops
software-developers

Manage the Fakoli Style operating-model principles ledger — add principles, advance lifecycle status, validate the ledger, and read the current status report. The canonical source is data/principles.json; docs/fakoli-style.md is a generated projection.

2026-06-08
earnings-preview
financial-and-investment-analysts

Earnings season preparation covering upcoming earnings dates, EPS estimates, historical beat rates, pre-earnings technical setups, and portfolio risk assessment. Use this skill to prepare for earnings announcements across your portfolio holdings. Ask for an "earnings preview", "upcoming earnings", "prep for earnings", "earnings season overview", "earnings calendar", "who reports this week", or "earnings this week" to trigger this workflow. Produces an Earnings Preview contract output.

2026-03-22
portfolio-health
personal-financial-advisors

Comprehensive portfolio health check covering performance, risk metrics, asset allocation, RSU exposure, and benchmark comparison. Use this skill when you want to review your portfolio, check diversification, assess risk, or understand RSU concentration. Ask "how is my portfolio", "portfolio health", "portfolio review", "check my portfolio", "portfolio performance", "my holdings", or "am I diversified" to trigger this workflow. Produces a Portfolio Scorecard contract output.

2026-03-22
trade-research
financial-and-investment-analysts

Investment decision support for a specific stock — builds an investment thesis with valuation, technical entry points, portfolio fit analysis, position sizing, and risk management. Use this skill when deciding whether to buy, sell, or hold a position. Ask "should I buy AAPL", "should I sell NVDA", "trade idea for AMZN", "evaluate PINS", "investment thesis for MSFT", "is it a good time to buy GOOG", "trade research on META", or "add to my position in TSLA" to trigger this workflow. Produces a Trade Decision Brief contract output.

2026-03-22
company-research
financial-and-investment-analysts

Deep-dive research report on a single company covering financials, technicals, analyst ratings, news catalysts, and portfolio fit. Use this skill when you need to research a stock, perform due diligence, or want a comprehensive company analysis. Ask to "research AAPL", "deep dive into NVDA", "analyze company PINS", "stock analysis", "tell me about MSFT", "due diligence on AMZN", or "look into GOOG" to trigger this workflow. Produces a Research Report contract output.

2026-03-16
economic-outlook
financial-and-investment-analysts

Comprehensive macro economic analysis covering business cycle positioning, inflation trends, labor market conditions, yield curve signals, Fed policy outlook, and portfolio implications. Use this skill when you need to understand the economic environment, assess recession risk, or evaluate how macro conditions affect your portfolio. Ask for an "economic outlook", "macro analysis", "fed watch", "recession risk assessment", "economy overview", "macro outlook", "interest rates analysis", "yield curve check", or "inflation update" to trigger this workflow. Produces an Economic Brief contract output.

2026-03-16
market-overview
financial-and-investment-analysts

Generate a comprehensive morning market briefing covering index performance, sector rotation, macro indicators, and portfolio impact. Use this skill when you need a broad market summary, want to know how markets are doing, or need a morning briefing. Ask for a "market overview", "morning briefing", "market summary", "daily briefing", "what's the market doing", or "what happened in markets" to trigger this workflow. Produces a Market Briefing contract output.

2026-03-16
architecture-risk-review
software-developers

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-03-15
complexity-mapper
software-developers

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-03-15
context-sharding
software-developers

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-03-15
decision-brief
project-management-specialists

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-03-15
pattern-remix
software-developers

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-03-15
anvil-serving-workbench
network-and-computer-systems-administrators

Operate anvil-serving from an agent harness using MCP/controller-backed playbooks, CLI fallbacks, and sub-agent evidence packets. Use when asked to inspect Anvil Serving status, choose models, run preflight or benchmarks, sync OpenClaw/Codex/Claude Code workbench config, collect promotion evidence, or coordinate small-model sub-agents for anvil-serving operations.

2026-07-19
anvil-serving-workbench
network-and-computer-systems-administrators

Operate anvil-serving from an agent harness using MCP/controller-backed playbooks, CLI fallbacks, and sub-agent evidence packets. Use when asked to inspect Anvil Serving status, choose models, run preflight or benchmarks, sync OpenClaw/Codex/Claude Code workbench config, collect promotion evidence, or coordinate small-model sub-agents for anvil-serving operations.

2026-07-19
anvil-serving-workbench
software-developers

Operate anvil-serving from OpenClaw using MCP/controller-backed playbooks, CLI fallbacks, and sub-agent evidence packets. Use for router status, model selection, preflight, benchmark probes, OpenClaw sync, promotion evidence, and safe small-model workflow slices.

2026-07-19
anvil-serving-voice-ops
network-and-computer-systems-administrators

Operate topology-owned Anvil Voice lifecycle, Mini-to-Dark audio routing, sidecars, profiles, proxies, and bounded voice benchmarks. Use for voice status, logs, start/stop/restart, OpenClaw Talk checks, and voice evidence.

2026-07-17
anvil-serving-voice-ops
network-and-computer-systems-administrators

Operate topology-owned anvil-serving voice audio and Realtime proxy lifecycle, Mini-to-Dark loopback forwarding, profiles, sidecars, and bounded voice benchmarks. Use for voice status, logs, start/stop/restart, OpenClaw Talk topology checks, and voice evidence that must remain separate from router promotion evidence.

2026-07-17
Showing 9 of 9 repositories
All repositories loaded