architecture-extract
SolidConvert raw project structure into clear architectural understanding — module boundaries, data flows, service relationships, and architectural patterns. Activate after codebase-scan during Bootstrap.
Data & Documents 155 stars
28 forks Updated today NOASSERTION
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Architecture Extract
## Purpose / When to Activate
Activate:
- After `codebase-scan` during Bootstrap initialization
- When architectural understanding is needed before memory ingestion
---
## Process
1. Analyze module boundaries and layering
2. Identify data flow and service interactions
3. Detect architectural patterns (monolith, services, event-driven, etc.)
4. Produce a concise architecture summary
---
## Outputs
**`architecture_insights`** — concise summary including:
- System structure overview
- Module boundaries and responsibilities
- Key data flows
- Architectural pattern identified
- Major dependencies
- Notable constraints or risks
---
## Quality Checks
- System structure is understandable in one view
- Major dependencies are explicit
- Architecture style is clearly identified
- Output is suitable for ingestion via `memory-ingest`
---
## Non-Goals
This skill must NOT:
- Make architectural recommendations
- Propose changes
- Read deeply into implementation details
**Converts terrain map into architectural understanding. Feeds directly into memory-ingest.**
Details
- Author
- Fr-e-d
- Repository
- Fr-e-d/GAAI-framework
- Created
- 5 months ago
- Last Updated
- today
- Language
- Shell
- License
- NOASSERTION
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Solid
codebase-scan
Create a high-level map of the project structure and identify architectural pillars, entry points, and module boundaries. Activate at Bootstrap initialization or before architecture extraction.
155 Updated today
Fr-e-d Data & Documents Listed
improve-codebase-architecture
Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.
3 Updated 4 days ago
arthjean Data & Documents Solid
improve-codebase-architecture
Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.
5 Updated 4 days ago
lkangd