Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

fakoli-plugins

fakoli-plugins には fakoli から収集した 138 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
138
Stars
4
更新
2026-07-13
Forks
1
職業カバレッジ
13 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

ship-task
ソフトウェア開発者

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
その他コンピュータ職

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
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
その他コンピュータ職

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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

2026-06-26
crew-ops
その他コンピュータ職

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
ソフトウェア開発者

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
ソフトウェア開発者

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

2026-06-26
gws-admin-reports
ネットワーク・コンピュータシステム管理者

Google Workspace Admin SDK: Audit logs and usage reports.

2026-06-26
gws-agent-safety
情報セキュリティアナリスト

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

2026-06-26
gws-auth
ネットワーク・コンピュータシステム管理者

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

2026-06-26
gws-calendar-agenda
ソフトウェア開発者

Google Calendar: Show upcoming events across all calendars.

2026-06-26
gws-calendar-insert
ソフトウェア開発者

Google Calendar: Create a new event.

2026-06-26
gws-calendar
ソフトウェア開発者

Google Calendar: Manage calendars and events.

2026-06-26
gws-chat-send
ソフトウェア開発者

Google Chat: Send a message to a space.

2026-06-26
gws-chat
ソフトウェア開発者

Google Chat: Manage Chat spaces and messages.

2026-06-26
gws-classroom
ソフトウェア開発者

Google Classroom: Manage classes, rosters, and coursework.

2026-06-26
gws-docs
ソフトウェア開発者

Read and write Google Docs.

2026-06-26
gws-docs-write
ソフトウェア開発者

Google Docs: Append text to a document.

2026-06-26
gws-drive
ソフトウェア開発者

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

2026-06-26
gws-drive-upload
ソフトウェア開発者

Google Drive: Upload a file with automatic metadata.

2026-06-26
gws-events-renew
ソフトウェア開発者

Google Workspace Events: Renew/reactivate Workspace Events subscriptions.

2026-06-26
gws-events
ソフトウェア開発者

Subscribe to Google Workspace events.

2026-06-26
gws-events-subscribe
ソフトウェア開発者

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

2026-06-26
gws-forms
ソフトウェア開発者

Read and write Google Forms.

2026-06-26
gws-gmail-forward
ソフトウェア開発者

Gmail: Forward a message to new recipients.

2026-06-26
gws-gmail-reply-all
ソフトウェア開発者

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

2026-06-26
gws-gmail-reply
ソフトウェア開発者

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

2026-06-26
このリポジトリの収集済み skills 138 件中、上位 40 件を表示しています。