architecture
✓Visualize and document pplx-sdk system architecture with Mermaid diagrams — layer maps, data flow, dependency graphs, sequence diagrams, and component relationships. Use when designing new features, onboarding, or documenting how the system works.
Installation
SKILL.md
Create, maintain, and reason about pplx-sdk system architecture using Mermaid diagrams.
| Layer overview | Layered block diagram | block-beta or graph TD | | Data flow | Flowchart | graph LR | | API call sequence | Sequence diagram | sequenceDiagram | | Class relationships | Class diagram | classDiagram | | State transitions | State diagram | stateDiagram-v2 | | Component dependencies | Dependency graph | graph TD |
| Deployment / infra | C4 or flowchart | graph TD with subgraphs |
Visualize and document pplx-sdk system architecture with Mermaid diagrams — layer maps, data flow, dependency graphs, sequence diagrams, and component relationships. Use when designing new features, onboarding, or documenting how the system works. Source: pv-udpv/pplx-sdk.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/pv-udpv/pplx-sdk --skill architecture- Source
- pv-udpv/pplx-sdk
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-09
- Updated
- 2026-02-18
Quick answers
What is architecture?
Visualize and document pplx-sdk system architecture with Mermaid diagrams — layer maps, data flow, dependency graphs, sequence diagrams, and component relationships. Use when designing new features, onboarding, or documenting how the system works. Source: pv-udpv/pplx-sdk.
How do I install architecture?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pv-udpv/pplx-sdk --skill architecture Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/pv-udpv/pplx-sdk
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-09