github.com/korchasa/flowai-plugins
| Skill | Added | Review |
|---|---|---|
adapt plugins/flowai/skills/adapt/SKILL.md Adapt project-local flowai primitives (skills, agents, AGENTS.md artifacts, hooks) to project specifics. Standalone adaptation — independent of update. | 57 57 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad81ae6 | |
ai-ide-runner plugins/flowai-beta/skills/ai-ide-runner/SKILL.md Run prompts in Claude Code, OpenCode, Cursor, or Codex CLIs from this session — one IDE, fan-out, or model comparison. Relay the other runtime's stdout verbatim. Use on run in <ide>, compare <ide> vs <ide>, try on <model>, run across models. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad81ae6 | |
analyze-context plugins/flowai-engineering/skills/analyze-context/SKILL.md Estimate total token usage and cost across conversation history, system prompts, and active rules. Use when the user asks how much context or how many tokens are in use, to audit context size, or to estimate session cost. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad81ae6 | |
ask plugins/flowai-memex/skills/ask/SKILL.md Use when the user asks a question to be answered from the project's memex (long-term knowledge bank for AI agents) rather than training data or the live web. Reads the index, follows one SALP-REF hop, files a cited answer back. Not for source code. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad81ae6 | |
audit plugins/flowai-memex/skills/audit/SKILL.md Use when the user asks to audit a memex (long-term knowledge bank for AI agents) for orphans, dead SALP REFs, missing sections, contradictions or index drift. Runs a structural check, layers LLM-judgement findings, auto-fixes trivia with `--fix`. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad81ae6 | |
browser-automation plugins/flowai-engineering/skills/browser-automation/SKILL.md Automates browser interactions for web testing, form filling, screenshots and data extraction. Use when the user needs to navigate sites, interact with pages, fill forms, take screenshots, test web apps, or extract information from pages. | 68 68 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: ad81ae6 | |
cli plugins/flowai-deno/skills/cli/SKILL.md Run Deno with the right flags — run/test permissions, `deno task` over raw commands, unstable opt-ins, deps via `deno add`/`outdated`/`remove`. Use when wiring or running Deno locally. Not for Deno Deploy or cloud hosting — use deploy. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad81ae6 | |
commit plugins/flowai/skills/commit/SKILL.md Commit current changes as atomic, conventional commits with targeted documentation sync — groups the diff into logical commits and updates the docs each change affects. | 54 54 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad81ae6 | |
configure-deno-commands plugins/flowai/skills/configure-deno-commands/SKILL.md Configure and maintain Deno development commands (check, test, dev, prod). Use when the user wants to set up or update the standard command interface in deno.json and scripts/ directory. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad81ae6 | |
deep-research plugins/flowai-engineering/skills/deep-research/SKILL.md Multi-directional deep research with sub-agents, scoring, source verification and cited synthesis. Use for comprehensive research, deep analysis, or evidence-backed answers. Produces an executive summary plus a markdown report. | 64 64 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: ad81ae6 | |
delegate-to-ide plugins/flowai-beta/skills/delegate-to-ide/SKILL.md Delegate a task to another AI IDE's CLI (codex / claude / opencode / cursor-agent) through an isolated-context subagent. Use when the user says delegate to <ide>, have <ide> do <task>, or offload to <ide>. For one-shot relay use `ai-ide-runner`. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad81ae6 | |
deploy plugins/flowai-deno/skills/deploy/SKILL.md Manage Deno Deploy cloud services using both `deno deploy` and `deployctl`. Use this skill for deploying projects, managing Build/Dev/Prod environments, monitoring logs, and troubleshooting issues like private npm dependencies. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad81ae6 | |
diagnose-benchmark-failure plugins/flowai-engineering/skills/diagnose-benchmark-failure/SKILL.md Use when a judged benchmark or acceptance scenario fails and you need the cause before editing. Reads the judge's rendering, the raw transcript, the primitive the agent saw and the scenario, then reports a classified diagnosis without fixing. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad81ae6 | |
draw-mermaid-diagrams plugins/flowai-engineering/skills/draw-mermaid-diagrams/SKILL.md Draw and edit Mermaid diagrams in Markdown. Use when the user wants to visualize processes, flows or sequences, or asks for a diagram. Load it before writing any Mermaid block, even when you know the syntax — that is why it gets skipped. | 67 67 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: ad81ae6 | |
engineer-ai-ide-plugin plugins/flowai-engineering/skills/engineer-ai-ide-plugin/SKILL.md Design and build complete AI-IDE plugins bundling skills, MCP tools and hooks with packaging, manifests, marketplaces and per-IDE validation. Use when the user wants to create, design or package a multi-component plugin. Not for a standalone skill. | 69 69 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: ad81ae6 | |
engineer-command plugins/flowai-devtools/skills/engineer-command/SKILL.md Guide for creating effective flowai commands. Use when users want to create a new command, or update an existing one, that extends flowai with specialized knowledge, workflows or tool integrations. Works across IDEs (Cursor, Claude Code, OpenCode). | 58 58 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad81ae6 | |
engineer-hook plugins/flowai-devtools/skills/engineer-hook/SKILL.md Create and configure event hooks/plugins that manage agent behavior — command filtering, auditing, automation, script-based blocking of actions. Use when you need to create or configure a hook. Works across IDEs (Cursor, Claude Code, OpenCode). | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad81ae6 | |
engineer-plugin-hooks plugins/flowai-engineering/skills/engineer-plugin-hooks/SKILL.md Build AI-IDE plugin hook elements - shared policies plus Claude Code/Codex/OpenCode/Cursor adapters for lifecycle events, blocking, audit, and context injection. Use when adding or configuring plugin hooks. | 65 65 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: ad81ae6 | |
engineer-plugin-marketplace plugins/flowai-engineering/skills/engineer-plugin-marketplace/SKILL.md Design AI-IDE plugin marketplaces - requirements, host-specific payloads, local dogfood, release sync, and validation. Use when the user wants to create or publish a plugin marketplace. | 73 73 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad81ae6 | |
engineer-plugin-mcp plugins/flowai-engineering/skills/engineer-plugin-mcp/SKILL.md Build AI-IDE plugin MCP elements - stdio JSON-RPC servers, tool schemas, host wiring for Claude Code/Codex, event-name mapping and validation. Use when building or adding an MCP server to a plugin. Not for plugin manifests or packaging. | 65 65 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: ad81ae6 |