Deploy a Fly.io-hosted app safely and verify the rollout. Trigger on "задеплой", "deploy", "выкати на прод", or after merging work that must go live. Covers the push-to-main pipeline, the local flyctl fallback, the release_command gotcha, and post-deploy verification.
Fetch and filter production logs from Fly.io apps. Trigger on "посмотри логи", "check prod logs", "что в логах", or when debugging any production issue on a Fly-hosted app.
Production incident triage for Fly-hosted apps: site down, 500s, empty data, broken predictions. Trigger on "прод лежит", "site is down", "500 on prod", "пользователи жалуются", or any urgent production report.
One source of truth for personal Claude Code tooling across all projects
(RaceModel, f1-predictor, Jarvis, Aura, GT7 Engineer, ...). Registered as the
personal marketplace from this local path and enabled by default in
~/.claude/settings.json, so every project picks it up automatically.
| Plugin | Type(s) | What it does |
|---|---|---|
pre-push-review | skill | Fix-and-verify review before any git push (pairs with the user-level pre-push gate hook). |
morning | skill | Daily kickoff recap from git + transcripts + memory. |
guardrails | blocking hooks | Vetoes destructive Fly ops (destroy/scale-0/secrets unset), DROP/TRUNCATE via DB clients, force-push to main, AI attribution in commits, secrets/PII in staged + pushed diffs. |
coach | non-blocking hooks | Per-stack nudges on edit (Python/TS/Swift, FEATURE_COLS sync reminder, no long dashes in UI text), session banner, failure hints (ports, Docker reload, Fly release_command), uncommitted reminder. |
sdlc | skills + subagents | requirements → plan-task → implement → qa → task-review loop, plus architect and debugger subagents. |
reviewers | subagents | python-reviewer, web-reviewer, swiftui-reviewer, ml-reviewer (LORO gate, leakage, cross-repo FEATURE_COLS sync). |
fly-ops | skills | deploy (incl. release_command gotcha), fly-logs, incident triage with known failure modes. |
lsp | LSP | pyright, typescript-language-server, sourcekit-lsp (see SETUP.md for binaries). |
monitors | monitors | tsc-watch build errors + .dev.log error tail, idle-safe. |
mcp-catalog | MCP example | GitHub / Playwright / Postgres catalog; copy into a project's .mcp.json to activate. |
~/.claude/settings.json:
{
"extraKnownMarketplaces": {
"personal": { "source": { "source": "directory", "path": "<this repo's absolute path>" } }
},
"enabledPlugins": {
"pre-push-review@personal": true,
"morning@personal": true,
"...": true
}
}
Note: the git push gate itself stays as a user-level PreToolUse hook
(~/.claude/scripts/pre-push-gate.sh), NOT in the guardrails plugin, to avoid
double-gating in repos that register an equivalent gate of their own.
.claude/).claude/ in this repo is the versioned copy of the machine's user-level
Claude Code config:
.claude/settings.json: copy of ~/.claude/settings.json.claude/scripts/pre-push-gate.sh: the push gate, generic (every project,
every branch, no per-project exemptions); the live copy is
~/.claude/scripts/pre-push-gate.sh.claude/scripts/statusline.sh: status line scriptThe repo copy is the source of truth: edit here, then sync to ~/.claude
(cp .claude/scripts/* ~/.claude/scripts/). On a new machine: copy
.claude/settings.json + .claude/scripts/ into ~/.claude/ and adjust the
absolute marketplace path.
python3 scripts/validate.py
Edit here, bump the plugin's version, restart Claude Code (local directory
marketplace: changes are picked up on reload). New plugin: folder +
.claude-plugin/plugin.json, register in .claude-plugin/marketplace.json,
enable in ~/.claude/settings.json.
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.
Fix-and-verify review that fixes code smells, security, scalability, and performance issues before any git push.
Non-blocking coaching hooks: per-stack nudges on edit, session status banner, failure hints, uncommitted-changes reminder.
Business growth subagents: aso-optimizer (App Store), growth-analyst (funnel/conversion), outreach-writer (partnership and consulting pitches).
Language servers: Python (pyright), TypeScript, Swift. Binaries installed per machine, see SETUP.md.
Per-stack reviewer subagents: Python/FastAPI, web (Vite/React/TS), SwiftUI, ML pipeline.
npx claudepluginhub kulykivska/claude-plugins --plugin fly-opsComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems