Skip to main content
opsmill
GitHub creator profile

opsmill

Repository-level view of 150 collected skills across 10 GitHub repositories.

skills collected
150
repositories
10
updated
Aug 27, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
infrahub
36 skills · Aug 27, 2026
Software DevelopersSoftware Quality Assurance Analysts & TestersComputer Occupations, All OtherProject Management Specialists
4 occupation categories · 81% classified
24%share
#02
infrahub-arista-avd
28 skills · Jul 24, 2026
classification pending
19%share
#03
infrahub-mcp
18 skills · May 5, 2026
Software Quality Assurance Analysts & TestersSoftware DevelopersProject Management SpecialistsExecutive Secretaries & Executive Administrative Assistants
4 occupation categories · 100% classified
12%share
#04
infrahub-skills
14 skills · Aug 24, 2026
Software DevelopersComputer Systems Analysts
2 occupation categories · 64% classified
9.3%share
#05
infrahub-solution-ai-dc
13 skills · Aug 20, 2026
Software DevelopersComputer Occupations, All OtherComputer Systems AnalystsNetwork & Computer Systems AdministratorsSoftware Quality Assurance Analysts & Testers
5 occupation categories · 92% classified
8.7%share
#06
infrahub-sdk-python
12 skills · Jul 10, 2026
Software DevelopersProject Management SpecialistsComputer Occupations, All Other
3 occupation categories · 100% classified
8%share
#07
infrahub-demo-service-catalog
9 skills · May 29, 2026
Software DevelopersNetwork & Computer Systems AdministratorsDatabase ArchitectsWeb & Digital Interface Designers
4 occupation categories · 100% classified
6%share
#08
infrahub-demo-dc
9 skills · May 22, 2026
Software DevelopersNetwork & Computer Systems AdministratorsSoftware Quality Assurance Analysts & Testers
3 occupation categories · 100% classified
6%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

creating-changelog-entries
unclassified

Use when you've fixed a bug, added a feature, or made any user-facing change in a project that uses Towncrier and need to record it for the changelog — before committing or opening a PR, or whenever asked to add a changelog entry, towncrier fragment, or news…

Aug 27, 2026
monitoring-pull-requests
unclassified

Watches an open pull request's CI until green and fixes failing checks. TRIGGER when: the user wants to watch a pull request's CI, babysit a PR until it goes green, or fix failing CI checks on an open PR. DO NOT TRIGGER when: opening the PR in the first place…

Aug 27, 2026
speckit-opsmill-extract
unclassified

Extract knowledge, guidelines, and ADRs from one or more completed spec directories into the project documentation system.

Aug 27, 2026
speckit-plan
unclassified

Execute the implementation planning workflow using the plan template to generate design artifacts.

Aug 27, 2026
speckit-tasks
unclassified

Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.

Aug 27, 2026
analyzing-ci-flakiness
unclassified

Analyzes recent CI failures on pull requests to identify flaky tests, using retry outcomes (failed attempt → green re-run) and cross-PR recurrence as evidence, and maintains a local longitudinal ledger so flakiness can be tracked over time. TRIGGER when: the…

Aug 20, 2026
migrate-feature-page
software-developers

Migrate Infrahub docs feature pages from the legacy topic+guide pair into a cleaner structure (single merged page, hub+spokes, or tutorial extraction). Supports both single-feature migrations (one feature like Profiles or Webhooks) and section-wide migrations…

Aug 15, 2026
harvesting-review
software-developers

Mines a pull request's review threads for lessons that generalize beyond that PR, reconstructs each against the actual code before deciding, checks whether it is already codified, and routes the genuinely-new, durable ones into Infrahub's internal…

Aug 15, 2026
Showing 8 of 36 collected skills.
Showing 8 of 28 collected skills.
Showing 8 of 18 collected skills.
infrahub-managing-checks
unclassified

Creates Infrahub check definitions — Python validation logic, GraphQL queries, and YAML-driven tests for proposed change pipelines. TRIGGER when: writing validation checks, creating Python checks, building data quality guards for proposed changes, writing or…

Aug 24, 2026
infrahub-reporting-skill-gaps
unclassified

Turns friction from an Infrahub skill session into a reviewed GitHub issue about an Infrahub skill's guidance. Infrahub skills fail quietly: a missing or unclear rule does not crash, it produces extra round trips and repeated user nudges. This skill gathers…

Aug 20, 2026
infrahub-analyzing-diagnostics
unclassified

Analyze an already-collected infrahub-collect diagnostic bundle — traceback and failure triage across service logs, incident correlation, and known-issue matching against opsmill/infrahub GitHub issues. TRIGGER when: the user says they collected a diagnostic…

Aug 19, 2026
infrahub-collecting-diagnostics
unclassified

Collect a redacted local diagnostic bundle (logs, config, version, state) for an OpsMill expert hand-off. TRIGGER when: Infrahub is broken/failing/erroring, the user asks for help debugging, wants to collect logs/diagnostics, prepares a hand-off for OpsMill…

Aug 19, 2026
infrahub-reporting-issues
unclassified

Reports bugs and feature requests against the right Infrahub-ecosystem GitHub repository. Classifies the request, routes it (with the main `opsmill/infrahub` repo as the safe fallback when in doubt), searches for existing duplicates, gathers conservative…

Aug 13, 2026
infrahub-analyzing-data
computer-systems-analysts

Analyzes and correlates live Infrahub data via the MCP server — answers operational questions, detects drift, and investigates impact. TRIGGER when: querying infrastructure data, checking compliance, investigating change impact, producing ad-hoc reports. DO…

Aug 7, 2026
infrahub-importing-data
software-developers

Converts CSV/TSV inputs into Infrahub object YAML and loads them onto a fresh branch. Handles a single file, a folder of files, an explicit list of paths, and one-big-denormalized-sheet exports. TRIGGER when: importing CSV, loading CSV/TSV into Infrahub,…

Aug 7, 2026
infrahub-managing-menus
software-developers

Creates Infrahub custom navigation menus for the web UI sidebar, organizing node types into logical groups. TRIGGER when: designing sidebar menus, grouping node types in UI, customizing Infrahub web interface navigation. DO NOT TRIGGER when: designing…

Aug 7, 2026
Showing 8 of 14 collected skills.
upgrade-infrahub
unclassified

Upgrade the Infrahub platform version in this project. Handles downloading the new compose file, upgrading the SDK, updating version references across Dockerfile, docker-compose.override.yml, and .envrc, and rebuilding the Docker image. Use this skill…

Aug 20, 2026
infrahub-analyzing-data
computer-systems-analysts

Analyzes and correlates live Infrahub data via the MCP server — answers operational questions, detects drift, and investigates impact. TRIGGER when: querying infrastructure data, checking compliance, investigating change impact, producing ad-hoc reports. DO…

Jul 3, 2026
infrahub-auditing-repo
software-developers

Audits an Infrahub repository against best practices and rules, producing a structured compliance report. TRIGGER when: reviewing repo for compliance, onboarding to existing project, pre-deployment validation, catching issues. DO NOT TRIGGER when: creating…

Jul 3, 2026
infrahub-collecting-diagnostics
network-and-computer-systems-administrators

Collect a redacted local diagnostic bundle (logs, config, version, state) for an OpsMill expert hand-off. TRIGGER when: Infrahub is broken/failing/erroring, the user asks for help debugging, wants to collect logs/diagnostics, prepares a hand-off for OpsMill…

Jul 3, 2026
infrahub-common
software-developers

Shared references and cross-cutting rules for all Infrahub skills — GraphQL syntax, .infrahub.yml format, and common patterns. DO NOT TRIGGER directly — loaded automatically by other Infrahub skills when they need shared references.

Jul 3, 2026
infrahub-importing-data
software-developers

Converts CSV/TSV inputs into Infrahub object YAML and loads them onto a fresh branch. Handles a single file, a folder of files, an explicit list of paths, and one-big-denormalized-sheet exports. TRIGGER when: importing CSV, loading CSV/TSV into Infrahub,…

Jul 3, 2026
infrahub-managing-checks
software-quality-assurance-analysts-and-testers

Creates Infrahub check definitions — Python validation logic, GraphQL queries, and YAML-driven tests for proposed change pipelines. TRIGGER when: writing validation checks, creating Python checks, building data quality guards for proposed changes, writing or…

Jul 3, 2026
infrahub-managing-generators
software-developers

Creates Infrahub Generators — design-driven automation that builds infrastructure objects from templates and topology definitions. TRIGGER when: building design-to-implementation workflows, auto-creating objects from templates, topology-driven generation. DO…

Jul 3, 2026
Showing 8 of 13 collected skills.
opsmill-dev-analyzing-dependency-bumps
software-developers

Produces a breaking-change / deprecation / opportunity report for a dependency-bump PR, grounded in how this codebase actually uses each bumped package, not the changelog alone. TRIGGER when: the user gives a PR URL or number for a dependency version bump…

Jul 10, 2026
opsmill-dev-backporting-fixes
software-developers

Ports an existing fix from one long-lived branch to another (e.g. a stable fix landed on the development branch), adapting it to the target branch's current code rather than cherry-picking blindly. TRIGGER when: phrasings like "backport <fix/PR/commit> to…

Jul 10, 2026
opsmill-dev-commit
software-developers

Stages and commits the current changes onto a safe working branch, enforcing branch discipline and optionally pushing upstream. TRIGGER when: the user wants to commit, save, or check in the current changes. DO NOT TRIGGER when: opening a pull request →…

Jul 10, 2026
opsmill-dev-creating-issues
project-management-specialists

Turns a single feature idea, improvement, or bug into ONE well-structured GitHub issue. TRIGGER when: the user wants to file/open/create an issue, turn a feature idea or improvement into a ticket, or capture something missing or broken as a ticket. DO NOT…

Jul 10, 2026
opsmill-dev-creating-prd
project-management-specialists

Synthesises the current conversation context into a Product Requirements Document and publishes it to GitHub (as a comment on a referenced issue, or a new issue). Synthesises from context; does not interview. TRIGGER when: the conversation has produced enough…

Jul 10, 2026
opsmill-dev-grilling-ideas
project-management-specialists

Stress-tests a fuzzy or vague feature idea before any PRD, spec, or ticket is written. TRIGGER when: the user has a fuzzy feature idea — one or two paragraphs, vague on users / scope / success — and wants to harden it, or says "grill / stress-test /…

Jul 10, 2026
opsmill-dev-merging-branches
software-developers

Merges one long-lived branch into another (e.g. a release branch into the main development branch) on a fresh integration branch, or takes over a stalled merge-conflict PR. TRIGGER when: phrasings like "merge <release> into <dev>", "take over this…

Jul 10, 2026
opsmill-dev-monitoring-pull-requests
software-developers

Watches an open pull request's CI until green and fixes failing checks. TRIGGER when: the user wants to watch a pull request's CI, babysit a PR until it goes green, or fix failing CI checks on an open PR. DO NOT TRIGGER when: opening the PR in the first place…

Jul 10, 2026
Showing 8 of 12 collected skills.
infrahub-common
software-developers

Shared references and cross-cutting rules used by all Infrahub skills. Contains GraphQL query syntax, .infrahub.yml configuration format, and common rules for git integration, display label caching, and Python environment setup. DO NOT TRIGGER directly —…

May 29, 2026
infrahub-repo-auditor
software-developers

Audit an Infrahub repository against all best practices and rules. Use when reviewing a project for compliance, onboarding to an existing repo, or before deployment to catch issues early.

May 29, 2026
infrahub-analyst
network-and-computer-systems-administrators

Analyze and correlate Infrahub data using the MCP server. Use when querying live infrastructure data to answer operational questions, detect drift, correlate node types, investigate service impact, check maintenance windows, or produce ad-hoc reports —…

Mar 30, 2026
infrahub-check-creator
software-developers

Create and manage Infrahub check definitions. Use when writing validation logic, creating Python checks that run in proposed change pipelines, or building data quality guards for Infrahub.

Mar 30, 2026
infrahub-generator-creator
software-developers

Create and manage Infrahub Generators. Use when building design-driven automation that creates infrastructure objects from templates, topology definitions, or any design-to-implementation workflow in Infrahub.

Mar 30, 2026
infrahub-menu-creator
web-and-digital-interface-designers

Create and manage Infrahub custom menus. Use when designing navigation menus, organizing node types in the UI, or customizing the Infrahub web interface sidebar.

Mar 30, 2026
infrahub-object-creator
network-and-computer-systems-administrators

Create and manage Infrahub object data files. Use when populating infrastructure data, creating device instances, locations, organizations, module installations, or any other data objects for an Infrahub repository.

Mar 30, 2026
infrahub-schema-creator
database-architects

Create, validate, and modify Infrahub schemas. Use when designing data models, creating schema nodes with attributes and relationships, validating schema definitions, or planning schema migrations for Infrahub.

Mar 30, 2026
Showing 8 of 9 collected skills.
infrahub-analyzing-data
network-and-computer-systems-administrators

Analyzes and correlates live Infrahub data via the MCP server — answers operational questions, detects drift, and investigates impact. TRIGGER when: querying infrastructure data, checking compliance, investigating change impact, producing ad-hoc reports. DO…

May 22, 2026
infrahub-auditing-repo
software-quality-assurance-analysts-and-testers

Audits an Infrahub repository against best practices and rules, producing a structured compliance report. TRIGGER when: reviewing repo for compliance, onboarding to existing project, pre-deployment validation, catching issues. DO NOT TRIGGER when: creating…

May 22, 2026
infrahub-common
software-developers

Shared references and cross-cutting rules for all Infrahub skills — GraphQL syntax, .infrahub.yml format, and common patterns. DO NOT TRIGGER directly — loaded automatically by other Infrahub skills when they need shared references.

May 22, 2026
infrahub-managing-checks
software-developers

Creates Infrahub check definitions — Python validation logic and GraphQL queries for proposed change pipelines. TRIGGER when: writing validation checks, creating Python checks, building data quality guards for proposed changes. DO NOT TRIGGER when: designing…

May 22, 2026
infrahub-managing-generators
software-developers

Creates Infrahub Generators — design-driven automation that builds infrastructure objects from templates and topology definitions. TRIGGER when: building design-to-implementation workflows, auto-creating objects from templates, topology-driven generation. DO…

May 22, 2026
infrahub-managing-menus
software-developers

Creates Infrahub custom navigation menus for the web UI sidebar, organizing node types into logical groups. TRIGGER when: designing sidebar menus, grouping node types in UI, customizing Infrahub web interface navigation. DO NOT TRIGGER when: designing…

May 22, 2026
infrahub-managing-objects
software-developers

Creates and manages Infrahub object data YAML files for populating infrastructure instances — devices, locations, organizations, and modules. TRIGGER when: creating device instances, populating data files, defining locations or organizations, adding…

May 22, 2026
infrahub-managing-schemas
software-developers

Creates, validates, and modifies Infrahub schema YAML files — nodes, generics, attributes, relationships, and extensions. TRIGGER when: designing data models, adding schema nodes, validating schema definitions, planning schema migrations. DO NOT TRIGGER when:…

May 22, 2026
Showing 8 of 9 collected skills.
speckit-opsmill-extract
unclassified

Extract knowledge, guidelines, and ADRs from one or more completed spec directories into the project documentation system.

Jul 3, 2026
commit
software-developers

Stages and commits the current changes onto a safe working branch, enforcing branch discipline and optionally pushing upstream. TRIGGER when: the user wants to commit, save, or check in the current changes. DO NOT TRIGGER when: opening a pull request → pr.

Jun 29, 2026
creating-issues
project-management-specialists

Turns a single feature idea, improvement, or bug into ONE well-structured GitHub issue. TRIGGER when: the user wants to file/open/create an issue, turn a feature idea or improvement into a ticket, or capture something missing or broken as a ticket. DO NOT…

Jun 29, 2026
grilling-ideas
project-management-specialists

Stress-tests a fuzzy or vague feature idea before any PRD, spec, or ticket is written. TRIGGER when: the user has a fuzzy feature idea — one or two paragraphs, vague on users / scope / success — and wants to harden it, or says "grill / stress-test /…

Jun 29, 2026
monitoring-pull-requests
software-quality-assurance-analysts-and-testers

Watches an open pull request's CI until green and fixes failing checks. TRIGGER when: the user wants to watch a pull request's CI, babysit a PR until it goes green, or fix failing CI checks on an open PR. DO NOT TRIGGER when: opening the PR in the first place…

Jun 29, 2026
pr
software-developers

Opens a pull request, publishing the current branch as a PR. TRIGGER when: the user wants to open a pull request, publish the current branch as a PR, or take the current work through to an open PR. DO NOT TRIGGER when: only committing changes → commit;…

Jun 29, 2026
quality-gates
software-quality-assurance-analysts-and-testers

Shared in-workflow quality gates for code/PR skills — the gate model, trust tiers, and the three primitives (evidence-before-done, independent judge, anti-gaming). DO NOT TRIGGER directly — referenced by consumer skills via relative path.

Jun 29, 2026
rebase
software-developers

Rebases a feature branch onto its latest base, resolving conflicts while preserving the intent of local changes, optionally force-pushing and watching CI afterward. TRIGGER when: the user wants to rebase a feature branch, update a branch against its base, or…

Jun 29, 2026
Showing 10 of 10 repositories
All repositories loaded