Back to Discover

flykit

plugin

flykit-cc

Open-source Claude Code plugins for everyday workflows

View on GitHub
1 starsMITSynced Aug 15, 2026

Install to Claude Code

/plugin marketplace add flykit-cc/flykit

README

flykit

flykit

Open-source Claude Code plugins for real-world workflows.

MIT License Claude Code Stars flykit.cc


flykit — Claude Code plugins for real-world workflows

A marketplace of small, focused plugins that turn Claude Code into a useful assistant for the things you actually do — taxes, paperwork, recurring chores. Each plugin is self-contained: skills, scripts, reference docs, MIT-licensed.

Install

In Claude Code, add the marketplace:

/plugin marketplace add flykit-cc/flykit

Then install any plugin from it:

/plugin install steuer@flykit

Plugins

PluginWhat it does
flowA stack-agnostic dev workflow — session lifecycle (continue / status / pause), parallel deep reviews, and an autonomous autopilot loop. Reads your stack from a per-repo .flow/config.md.
steuerGerman freelancer tax filing — fetch transactions from Wise, classify with Claude, calculate the EÜR, walk through ELSTER.
more comingGot a workflow worth automating? Open an issue or see CONTRIBUTING.md.

How it works

flykit is a standard Claude Code plugin marketplace. Each plugin is a directory under plugins/ containing its manifest, skills, scripts, and references.

Each plugin also has a web.json sidecar — that's what flykit.cc renders (tagline, features, skills, sources). The site fetches marketplace.json + each web.json + live star count at build time.

Pushes to main auto-publish to flykit.cc within about a minute.

  plugins/<name>/             flykit.cc
  ├── .claude-plugin/         ├── marketplace fetch  (build time + 1h ISR)
  │   └── plugin.json ─────────► Claude Code
  ├── skills/
  ├── scripts/
  ├── web.json ───────────────► flykit.cc renderer
  └── README.md

Contributing

PRs welcome. See CONTRIBUTING.md for:

  • Adding a new plugin (full checklist)
  • Working on existing plugins — debugging locally, adding skills/commands/agents, extending pluggable interfaces (e.g., steuer's transaction-source contract)
  • Code style + PR checklist

The flykit.cc frontend lives in a separate repo: flykit-cc/flykit-web. Design, copy, and layout PRs go there.

License

MIT © kaiomp

Rendered live from flykit-cc/flykit's GitHub README — not stored, always reflects the source repo.

2 Plugins

NameDescriptionCategorySource
steuerGerman freelancer tax filing — fetch transactions, classify with AI, calculate EÜR, guide through ELSTERfinance./plugins/steuer
flowStack-agnostic AI dev workflow — twelve slash commands, a focused reviewer agent, and hooks that layer with your project's .flow/ configworkflow./plugins/flow

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.