Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

ram-analysis

ram-analysis contém 3 skills coletadas de hmcts, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
3
Stars
0
atualizado
2026-06-12
Forks
1
Cobertura ocupacional
2 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

create-data-dependency-architecture
Desenvolvedores de software

Use when the user asks to produce a data-dependencies architecture document for a system from a folder of source binary documents (.docx, .doc, .pdf, .pptx, .md, .txt). The skill distils the binaries into plain text via the BMAD-style distillation process (pandoc + textutil + pdftotext), analyses them for the system's inbound and outbound data dependencies, writes a deterministic Markdown document with a top-level "At a Glance" summary table, a clustered Mermaid overview diagram (Inbound / Platform / Outbound subgraphs), and a compact `Attribute / Detail` summary table under every dependency, then renders the Markdown to a styled PDF using the house typography and Mermaid theme. Triggered by phrases like "create a data dependencies doc from this folder", "build the data-dependency architecture for X", "generate the data-dependencies PDF from these source docs".

2026-06-12
create-functional-modules-architecture
Editores de desktop

Use when the user asks to produce a module-organised functional architecture document for a system from a folder of source binary documents (.docx, .doc, .pdf, .md, .txt). The skill distils the binaries to plain text, identifies the application's functional modules, writes a deterministic Markdown document with a top-level "At a Glance" module table, a single Mermaid `Module overview` diagram, and a per-module section (lead paragraph + Capabilities bullets + Attribute / Detail table + Key user actions + Sources blockquote), then renders the Markdown to a styled PDF using the same house typography and Mermaid theme as the sibling `create-data-dependency-architecture` skill. Triggered by phrases like "build a functional modules document", "what modules does this system have", "describe the application module by module", "create a module architecture PDF".

2026-04-30
docs-to-c4
Desenvolvedores de software

Transform a folder of mixed-format source documents (Markdown, PDF, DOCX, XLSX, images, etc.) into a C4 architecture model. Runs bmad-distillator on the sources, synthesizes a Structurizr DSL workspace (at minimum a System Context view; adds Container and Component views when the documents support them), and generates a browsable static site with `structurizr-site-generatr`. Also exposes a serve command so the model can be explored in a browser. Use this skill whenever the user wants to derive architecture diagrams, a C4 model, or a Structurizr workspace from existing documentation — even when they don't use those exact terms. Common triggers include "create an architecture diagram from these docs", "I have a folder of design docs, visualise the system", "generate a C4 model for this project", "build a Structurizr workspace", "reverse-engineer an architecture from docs".

2026-04-30