By korchasa
Skill and agent authoring tools (engineer-skill, engineer-command, benchmarks, etc.)
Guide for creating effective flowai commands. This skill should be used when users want to create a new command (or update an existing command) that extends flowai's capabilities with specialized knowledge, workflows, or tool integrations. Works across IDEs (Cursor, Claude Code, OpenCode).
Creation and configuration of event hooks/plugins to manage agent behavior, command filtering, auditing, and automation. Works across IDEs (Cursor, Claude Code, OpenCode). Use when you need to: (1) Create a new hook (e.g., for formatting or security checks), (2) Configure hooks/plugins, (3) Implement logic for blocking or modifying agent actions via scripts.
Guide for creating persistent AI rules (coding standards, project conventions, file-specific patterns). Use when users want to create a rule, add coding standards, set up project conventions, configure file-specific patterns, or ask about rules placement. Works across IDEs (Cursor, Claude Code, OpenCode).
Guide for creating effective Agent Skills (SKILL.md packages). Use when users want to create a new skill, write a skill, author a SKILL.md, or ask about skill structure, best practices, or skill file format. Works across IDEs (Cursor, Claude Code, OpenCode).
Guide for creating effective Subagents (custom agent definitions). Use when users want to create a new subagent, set up task-specific agents, configure code reviewers, debuggers, or domain-specific assistants. Works across IDEs (Cursor, OpenCode).
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Generated Claude Code plugin marketplace for the AssistFlow framework.
This repository is a generated mirror. Every commit on main is produced by CI in korchasa/flowai on each framework-v* release. Do not edit files by hand outside README.md and LICENSE — they will be overwritten on the next release.
/plugin marketplace add korchasa/flowai-plugins
/plugin install flowai-core@flowai-plugins
/reload-plugins
Skills are invoked under the plugin namespace, e.g. /flowai-core:commit, /flowai-core:plan, /flowai-core:review. The flowai- prefix is stripped from skill / command directory names during build to avoid /flowai-core:flowai-commit-style double prefix.
Pilot scope (this repository): flowai-core only. Remaining packs (devtools, engineering, deno, typescript, memex) continue to ship via the flowai CLI. Multi-pack rollout will land in subsequent framework releases.
Plugin layout per pack:
.claude-plugin/plugin.json — manifest. version omitted; the git commit SHA of this repository is the version key, so one framework release maps to exactly one plugin update.skills/<name>/SKILL.md — both agent-invocable skills and user-only commands (commands carry disable-model-invocation: true).agents/<name>.md — subagents with Claude-native frontmatter.hooks/hooks.json — only when the pack ships hooks (not present in flowai-core).Claude Code plugins execute arbitrary code at your user privilege. Only install marketplaces and plugins from sources you trust. The contents of this repository are produced verbatim from public, auditable source: see korchasa/flowai (framework/<pack>/) and the build pipeline at scripts/build-claude-plugins.ts.
File issues and pull requests against the source repository: https://github.com/korchasa/flowai. This repository accepts no direct contributions other than infrastructure changes to README.md / LICENSE.
MIT — see LICENSE.
npx claudepluginhub korchasa/flowai-plugins --plugin flowai-devtoolsDeno-specific skills (CLI, deploy, configure commands)
Procedural engineering knowledge (deep-research, fix-tests, draw-diagrams, write-prd, etc.)
Memex — long-term knowledge bank for AI agents. Skills that ingest sources, answer questions with citations, and audit the bank for orphans, dead links, and contradictions.
TypeScript-specific setup skills (code style, strict mode)
Firefox browser UI for Claude Code sessions with real-time sync and browser automation
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows