Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Arete-Consortium/ai-skills --skill archコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Intelligent CI failure diagnosis and guided remediation for GitHub Actions, GitLab CI, and local builds
Pre-execution mapping of codebases, document collections, or problem spaces. Runs BEFORE any Gorgon workflow to give all agents shared situational awareness
Investigative methodology for analyzing document collections — provenance analysis, anomaly detection, redaction detection, and cross-document validation
SKILL.md を表示中
| name | arch |
| description | Architecture Diagram Generator |
| lifecycle | experimental |
Generate Mermaid architecture diagrams from code analysis.
/arch [component] # Diagram specific component
/arch # Diagram entire project
/arch --type flowchart # Specify diagram type
flowchart - Control flow and decision treesclass - Class relationships and inheritancesequence - Component interactions over timeer - Entity relationships (database schemas)c4 - C4 model (context, container, component)## Architecture: [Component/Project]
### Overview
Brief description of the architecture.
### Diagram
\`\`\`mermaid
flowchart TD
A[Module A] --> B[Module B]
B --> C[Module C]
A --> C
\`\`\`
### Components
| Component | Purpose | Dependencies |
|-----------|---------|--------------|
| Module A | Does X | None |
| Module B | Does Y | Module A |
### Key Flows
1. **Flow Name**: A -> B -> C (description)
When /arch is invoked: