By infiquetra
SDLC management for Mount Olympus: Kanban boards, issues, labels, flow metrics, milestones, project fields, sub-issues, and card validation.
Quick board status view with WIP check for Infiquetra project boards
Interactive SDLC issue creation with canonical template guidance, Hermes labels, and project board integration
Show flow metrics dashboard for Infiquetra project boards — cycle time, throughput, WIP age, and flow health
Triage an existing GitHub issue with label recommendations, priority assessment, and project board placement
Manage the Infiquetra Mount Olympus GitHub Projects board. Handles viewing board state, moving issues between columns, adding items to projects, archiving deployed items, WIP limit analysis, and standup preparation.
Operator-facing GraphQL + REST helpers for the Mount Olympus board. Wraps the GitHub APIs the orchestrator uses, so Jeff can do per-card work (set Initiative/Objective fields, link sub-issues, validate card bodies, self-heal labels, discover project mappings) without writing GraphQL by hand. Each command is idempotent where possible, and surfaces partial failures clearly.
Create and manage SDLC issues in Infiquetra GitHub repositories using the 6-type issue taxonomy: capability, enhancement, defect, exploration, context-update, and objective. Handles issue type selection, template-guided creation, Hermes label application, project board assignment, and milestone linking.
Manage GitHub labels and project board field synchronization for Infiquetra repositories. Handles applying SDLC labels to issues, syncing initiative/objective labels to project board fields, auditing repos for missing labels, deploying the full label taxonomy, auto-labeling issues based on title/body patterns, and creating new field options when new initiatives or objectives are introduced.
Flow metrics and analysis for the Infiquetra Mount Olympus Kanban board using timeline events. Provides cycle time percentiles, throughput trends, WIP age distribution, per-column time breakdowns, and flow efficiency — with targets by issue type and interpretation guidance.
Uses power tools
Uses Bash, Write, or Edit tools
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.
Claude Code plugins for Infiquetra development workflows.
| Plugin | Description | Category |
|---|---|---|
| todoist-manager | Full-featured Todoist integration for task and project management | Productivity |
| pagerduty | PagerDuty incident management, on-call orchestration, and service CRUD | Operations |
| slack | Slack messaging and channel management | Communication |
| splunk | Splunk log search and operational analysis | Operations |
| identity-toolkit | Digital identity architecture (NIST 800-63, W3C VCs, custodial wallets) | Security |
| test-suite | Parallel Python quality checks: pytest, ruff, mypy, bandit | Development |
| docs-generator | Automated README, API spec, and architecture documentation generation | Development |
| python-toolkit | Python patterns for serverless apps: Lambda Powertools, DynamoDB, error handling | Development |
| sdk-lifecycle | SDK scaffolding, documentation, security review, and registry publishing | Development |
git clone [email protected]:infiquetra/infiquetra-claude-plugins.git ~/.claude/plugins/infiquetra
Add to ~/.claude/settings.json:
{
"extraKnownMarketplaces": [
{
"name": "infiquetra-plugins",
"url": "https://raw.githubusercontent.com/infiquetra/infiquetra-claude-plugins/main/.claude-plugin/marketplace.json"
}
]
}
ln -s /path/to/infiquetra-claude-plugins/plugins ~/.claude/plugins/infiquetra
# Manage tasks via CLI
python3 plugins/todoist-manager/skills/todoist-manage/scripts/todoist_client.py tasks list
python3 plugins/todoist-manager/skills/todoist-manage/scripts/todoist_client.py tasks add "Review PR" --project "Work"
Set environment variables first:
export PAGERDUTY_API_KEY="your-api-key"
export PAGERDUTY_DEFAULT_TEAM_ID="YOUR_TEAM_ID"
export PAGERDUTY_DEFAULT_ESCALATION_POLICY_ID="YOUR_POLICY_ID"
# List active incidents
python3 plugins/pagerduty/skills/pagerduty-incidents/scripts/pagerduty_client.py incidents list --status triggered
# Acknowledge an incident
python3 plugins/pagerduty/skills/pagerduty-incidents/scripts/pagerduty_client.py incidents acknowledge --id PXXXXX
# Run all quality checks in parallel
python3 plugins/test-suite/skills/run-quality-checks/scripts/test_runner.py \
--coverage 80 \
--source-dir src \
--test-dir tests
# Generate all documentation
python3 plugins/docs-generator/skills/generate-docs/scripts/docs_generator.py generate --all --service my-service
export SPLUNK_HOST="your-splunk-host"
export SPLUNK_TOKEN="your-token"
python3 plugins/splunk/skills/splunk-search/scripts/splunk_client.py search \
"index=main level=ERROR earliest=-1h"
export SLACK_BOT_TOKEN="xoxb-your-token"
python3 plugins/slack/skills/slack-messaging/scripts/slack_client.py message \
--channel "#general" \
--text "Deployment complete"
git clone [email protected]:infiquetra/infiquetra-claude-plugins.git
cd infiquetra-claude-plugins
# Install dependencies
uv sync --locked --extra dev
# Run tests
uv run pytest
# Run linting
uv run ruff check .
# Run type checking
uv run mypy plugins/
# Use the scaffolding tool
./tools/create-plugin.sh my-new-plugin
See docs/PLUGIN_SPEC.md for full plugin development guidelines.
Plugins follow the Claude Code native plugin format:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── agents/ # Agent definitions (optional)
│ └── agent-name.md
├── skills/ # Skills (optional)
│ └── skill-name/
│ ├── SKILL.md # Skill definition
│ ├── references/ # Reference documents
│ └── scripts/ # Implementation scripts
├── commands/ # Commands (optional)
│ └── command.md
├── README.md
└── CHANGELOG.md
MIT
npx claudepluginhub infiquetra/infiquetra-antigravity-plugins --plugin sdlc-managerAutomated documentation generation for Infiquetra services
Parallel Python quality checks (pytest, ruff, mypy, bandit)
Slack messaging and channel management for Infiquetra team communication and incident notifications
PagerDuty incident management, service CRUD, team management, and on-call orchestration for Infiquetra operations
Python development toolkit for Infiquetra projects (project setup, testing, Cox patterns)
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.