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

c4-hands-on-demo

c4-hands-on-demo contains 18 collected skills from a-scolan, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
18
Stars
2
updated
2026-01-23
Forks
1
Occupation coverage
5 occupation categories · 100% classified
repository explorer

Skills in this repository

design-view
web-and-digital-interface-designers

Design views with proper includes/excludes and basic layout. Use for include patterns, tag filtering, and simple rank hints. For advanced styling/navigation, use customize-view.

2026-01-23
model-deployment
network-and-computer-systems-administrators

Model deployment infrastructure (environments, zones, VMs, apps) with proper hierarchy and instanceOf links. Organize zones into tiers (DMZ, App, Data, Processing) with rich descriptions including VLAN/network specifications.

2026-01-23
write-rich-descriptions
software-developers

Use metadata for system models (business/technical context) and markdown tables for deployment models (infrastructure specs). Makes models queryable and self-documenting.

2026-01-23
c4-modeling-process
software-developers

C4 modeling methodology - design system hierarchy top-to-bottom from Context to Components. Ensures consistent, stakeholder-focused architecture documentation.

2026-01-20
configure-project-includes
software-developers

Manage likec4.config.json includes and image aliases. Ensures relative paths and preserves existing configuration. Support multi-file organization (system-model + system-views + deployment + operations).

2026-01-20
create-element
software-developers

Create elements with proper naming (PascalCase kinds, camelCase vars), required metadata (technology, description), and correct hierarchy.

2026-01-20
create-relationship
software-developers

Create typed relationships with FQN, proper kinds (calls/async/reads/writes), descriptive labels, and no return relationships.

2026-01-20
create-sequence-view
software-developers

Create sequence views showing temporal flows and user interactions. Uses plain arrows with descriptive labels (no relationship kinds).

2026-01-20
customize-view
software-developers

Advanced view features: styling (colors, shapes, style predicates), layout control (autoLayout, rank hints), and navigation (navigateTo, links).

2026-01-20
name-deployment-nodes
software-developers

Systematic naming for deployment nodes (VMs, zones, environments) enables consistent infrastructure documentation. Use {Environment}{Service}Vm for VMs, {Tier} for zones, and include VLAN/network details.

2026-01-20
structure-deployment-tiers
network-and-computer-systems-administrators

Organize deployment infrastructure into logical tiers (DMZ → AppTier → ProcTier → DataTier) with clear responsibility separation and firewall rules between zones.

2026-01-20
test-model
software-quality-assurance-analysts-and-testers

Validate model correctness using MCP tools. Checks element references, relationships, view definitions, and syntax.

2026-01-20
understand-project-structure
software-developers

Load project context before making changes. Use when starting work to check available element kinds, relationship types, and tags.

2026-01-20
document-decision
project-management-specialists

Create Architecture Decision Records (ADRs) documenting WHY decisions were made. Uses standard ADR format (Status/Context/Decision/Consequences).

2026-01-19
implement-pattern
software-developers

Apply common patterns (external integration, async processing, multi-tier, caching). Provides tested templates.

2026-01-19
lookup-element-kinds
software-developers

Quick reference for available element kinds and relationship types from shared specifications.

2026-01-19
organize-multi-project
software-developers

Structure multi-project workspaces with shared specifications. Use template project for new projects, organize by domain/team/layer.

2026-01-19
troubleshoot-errors
software-developers

Diagnose common LikeC4 errors (element not found, unknown kinds, invalid relationships). Provides causes and solutions.

2026-01-19