Skip to main content
Run any Skill in Manus
with one click
GitHub repository

architecture-context

architecture-context contains 10 collected skills from opendatahub-io, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
10
Stars
8
updated
2026-06-30
Forks
22
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

update-aipcc-base-images-overlay
software-developers

Use when the AIPCC base image repository has changed and the overlay file overlays/0017-aipcc-base-images.md needs to be refreshed with current accelerator support information, versions, or architecture details.

2026-06-30
discover-components
software-developers

Discover platform components by exploring breadcrumbs (installers, operators, dependencies) in checkouts directory. Outputs component-map.json for platforms without manifest scripts.

2026-06-30
repo-to-architecture-summary
software-developers

Analyze a component repository and generate comprehensive architecture summary with structured markdown tables. Use when analyzing ODH/RHOAI components, documenting architecture, or creating security diagrams.

2026-06-18
generate-architecture-diagrams
software-developers

Generate architecture diagrams (Mermaid, C4, security network diagrams) from GENERATED_ARCHITECTURE.md. Creates visual representations for different audiences - developers, architects, security teams.

2026-05-07
generate-component-diagrams
software-developers

Generate diagrams for all component architecture files in an organized architecture directory. Processes each component sequentially ONE AT A TIME by reading the .md file and extracting data from tables. Creates Mermaid, C4, and security diagrams. Skips components that already have diagrams by default.

2026-05-07
generate-platform-diagrams
software-developers

Generate platform-level diagrams (dependency graphs, network topology, cross-component workflows) from aggregated PLATFORM.md file. Creates visualizations for architects, security teams, and platform engineers.

2026-05-07
aggregate-platform-architecture
software-developers

Combine multiple component architecture summaries into a platform-level architecture document. Use after generating component summaries to create a wholistic platform view.

2026-05-07
analyze-platform-components
software-developers

Analyze all components for a platform (ODH or RHOAI) sequentially by parsing get_all_manifests.sh and executing repo-to-architecture-summary for each. Skips components that already have GENERATED_ARCHITECTURE.md. Fully autonomous and resumable.

2026-03-12
collect-component-architectures
software-developers

Collect and organize GENERATED_ARCHITECTURE.md files from checkouts into a structured architecture directory by platform, version, and component name.

2026-03-12
analyze-running-cluster
network-and-computer-systems-administrators

Validate architecture documentation against a running Kubernetes/OpenShift cluster. Compares expected architecture (from GENERATED_ARCHITECTURE.md) with actual deployed resources to find drift.

2026-03-12