.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/infiquetra/infiquetra-claude-plugins
home/mcp-servers/infiquetra/infiquetra-claude-plugins
infiquetra avatar

infiquetra-claude-plugins

byinfiquetra· 1 MCP server

Stars

8

Category

Backend & APIs

View on GitHub

TL;DR

Claude Code plugins for Infiquetra development workflows

How to install infiquetra-claude-plugins?

infiquetra/infiquetra-claude-plugins
$git clone https://github.com/infiquetra/infiquetra-claude-plugins

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install infiquetra-claude-plugins by running `git clone https://github.com/infiquetra/infiquetra-claude-plugins`, then use it for the current task and follow its documentation at https://github.com/infiquetra/infiquetra-claude-plugins.

Files · 1

View on GitHub
README.md
1# Infiquetra Claude Plugins
2 
3Claude Code plugins for Infiquetra development workflows.
4 
5## Available Plugins
6 
7| Plugin | Description | Category |
8|--------|-------------|----------|
9| [deploy](plugins/deploy/) | Tag-promotion deploy, status, rollback, hotfix, and release-note workflows | Operations |
10| [home-lab-ops](plugins/home-lab-ops/) | Proxmox VE cluster ops, Ansible pre-flight, Ceph, monitoring guard, and vault helper | Infrastructure |
11| [mission-control](plugins/mission-control/) | SDLC workflow manager: boards, prepared issues, project fields, labels, metrics, milestones | Development |
12| [redis-channel](plugins/redis-channel/) | Claude Code channel bridging sessions to external systems over Redis Streams | Development |
13| [saga](plugins/saga/) | Engineering lifecycle: Think, Plan & execute, Hand off, Review, and Improve & route | Development |
14| [team-execution](plugins/team-execution/) | Two-phase plan execution with reviewer consensus, validator gates, and nonprod automation | Development |
15| [unifi](plugins/unifi/) | UniFi Network & Protect CLI: devices, clients, VLANs, firewall, cameras, PTZ, motion events | Infrastructure |
16 
17## Installation
18 
19### Option 1: Clone to Claude plugins directory
20```bash
21git clone git@github.com:infiquetra/infiquetra-claude-plugins.git ~/.claude/plugins/infiquetra
22```
23 
24### Option 2: Add marketplace to Claude settings
25Add to `~/.claude/settings.json`:
26```json
27{
28 "extraKnownMarketplaces": [
29 {
30 "name": "infiquetra-plugins",
31 "url": "https://raw.githubusercontent.com/infiquetra/infiquetra-claude-plugins/main/.claude-plugin/marketplace.json"
32 }
33 ]
34}
35```
36 
37### Option 3: Symlink from local clone
38```bash
39ln -s /path/to/infiquetra-claude-plugins/plugins ~/.claude/plugins/infiquetra
40```
41 
42## Usage Examples
43 
44### Infiquetra Deploy
45```bash
46python3 plugins/deploy/scripts/mint_tag.py \
47 --env nonprod \
48 --version 1.2.3 \
49 --dry-run
50```
51 
52### Infiquetra Lifecycle
53Commands carry work through five lifecycle phases:
54 
55- **Think:** `/office-hours`, `/ideate`, `/brainstorm`, `/strategy`
56- **Plan & execute:** `/plan`, `/work`, `/qa`, `/retro`, `/resume`
57- **Hand off:** `/handoff` → `mission-control`
58- **Review:** `/founder-review`, `/ceo-review`, `/doc-review`, `/code-review`
59- **Improve & route:** `/optimize`, `/loop`
60 
61Use `/loop` to route work to plan only, PR, merge, or nonprod deploy. Durable artifacts live in
62repo docs such as `docs/plans/`, `docs/work-sessions/`, and `docs/engineering-journal/`; raw
63runtime state stays under ignored `.claude/saga/`.
64 
65## Development
66 
67### Prerequisites
68- Python 3.12+
69- uv
70 
71### Setup
72```bash
73git clone git@github.com:infiquetra/infiquetra-claude-plugins.git
74cd infiquetra-claude-plugins
75 
76# Install dependencies
77uv sync --locked --extra dev
78 
79# Run tests
80uv run pytest
81 
82# Run linting
83uv run ruff check .
84 
85# Run type checking
86uv run mypy plugins/
87```
88 
89### Adding a New Plugin
90```bash
91# Use the scaffolding tool
92./tools/create-plugin.sh my-new-plugin
93```
94 
95See [docs/PLUGIN_SPEC.md](docs/PLUGIN_SPEC.md) for full plugin development guidelines.
96 
97## Plugin Structure
98 
99Plugins follow the Claude Code native plugin format:
100 
101```
102plugin-name/
103├── .claude-plugin/
104│ └── plugin.json # Plugin manifest
105├── agents/ # Agent definitions (optional)
106│ └── agent-name.md
107├── skills/ # Skills (optional)
108│ └── skill-name/
109│ ├── SKILL.md # Skill definition
110│ ├── references/ # Reference documents
111│ └── scripts/ # Implementation scripts
112├── commands/ # Commands (optional)
113│ └── command.md
114├── README.md
115└── CHANGELOG.md
116```
117 
118## License
119 
120MIT

Preview

infiquetra/infiquetra-claude-pluginsinfiquetra/infiquetra-claude-plugins
Repoinfiquetra/infiquetra-claude-plugins
TypeMCP Servers
CategoryBackend & APIs
UpdatedJul 2026
License—
First seenJul 27, 2026

Tags

MCP

Related

6 picks
Type
  1. tadata-org avatarfastapi_mcpAutomatic MCP server generator for FastAPI applications - converts FastAPI endpoints to MCP tools for LLM integrationMCP ServersNov 202519M12k
  2. ivnvxd avatarmcp-server-odooA Model Context Protocol server for Odoo ERP systemsMCP ServersJul 2026551k349
  3. pantalytics avatarodoo-mcp-proAI connector for Odoo ERP -- connect Claude, ChatGPT, and other AI tools to Odoo via MCP (Model Context Protocol)MCP ServersJul 2026551k65
  4. cap-js avatarmcp-serverModel Context Protocol (MCP) server for AI-assisted development of CAP applications.MCP ServersJul 2026295k105
  5. punitarani avatarfliA Python wrapper for Google Flights APIMCP ServersJul 2026211k3.1k
  6. meilisearch avatarmeilisearch-mcpMCP server for MeilisearchMCP ServersJun 202661k194