architecture-navigator
Navigate DevPrep AI Architecture
Developers can lose time deciding where code belongs in DevPrep AI. This skill maps the structure and applies documented placement rules.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "architecture-navigator" from https://skillstore.io/skills/ariegoldkin-architecture-navigator.md and its manifest at https://skillstore.io/api/skills/ariegoldkin-architecture-navigator/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "architecture-navigator". Where should OAuth authentication go?
Expected outcome:
Place authentication behavior in modules/auth/oauth. Put the external OAuth client wrapper in lib/oauth because it integrates with a third-party service.
Using "architecture-navigator". Map the current architecture.
Expected outcome:
- The repository uses seven source folders for routes, features, shared code, integrations, state, types, and styles.
- The map lists each feature module with TypeScript file counts.
- Key locations identify the API layer, store slices, and shared components.
Using "architecture-navigator". Where should a global toast system go?
Expected outcome:
Place the reusable toast component and hook under shared. Keep application-wide toast state in store and preserve the allowed dependency direction.
Security Audit
High RiskAll 68 static findings are false positives caused by Markdown syntax or expected read-only shell operations. The scanner does not write files or access the network. Semantic review found one shell injection example and one indirect prompt injection channel involving repository-controlled names.
Confirmed security concerns (2)
Risk Factors
โ๏ธ External commands (50)
๐ Filesystem access (3)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/ariegoldkin-architecture-navigator/audits/9?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/ariegoldkin-architecture-navigator?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/ariegoldkin-architecture-navigator?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/ariegoldkin-architecture-navigator/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/ariegoldkin-architecture-navigator.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
ArieGoldkin. (2026). architecture-navigator security audit report (audit version 9) [Author version unspecified]. Skillstore. https://skillstore.io/skills/ariegoldkin-architecture-navigator/audits/9BibTeX citation
@techreport{ariegoldkin-ariegoldkin-architecture-navigator-2026,
author = {ArieGoldkin},
title = {architecture-navigator security audit report (audit version 9)},
institution = {Skillstore},
year = {2026},
number = {9},
url = {https://skillstore.io/skills/ariegoldkin-architecture-navigator/audits/9},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "architecture-navigator security audit report (audit version 9)"
version: "unspecified"
type: report
authors:
- name: "ArieGoldkin"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/ariegoldkin-architecture-navigator/audits/9"
identifiers:
- type: other
value: "skillstore:ariegoldkin-architecture-navigator:audit:9"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Place a New Feature
Choose exact folders for feature logic, reusable components, integrations, state, and shared types.
Review Architecture Drift
Compare current modules and imports with the documented seven-folder responsibilities.
Build Repository Context
Generate a compact structure map before planning or implementing a development task.
Try These Prompts
Scan the current DevPrep AI architecture. Summarize the seven folders, feature modules, key locations, and file counts.
I need to add [feature]. Recommend exact paths for its logic, UI, state, integrations, and types. Explain each placement rule.
Review [area] against the documented folder and import rules. List confirmed violations, evidence, and specific moves or import changes.
Design the placement and dependency flow for [complex feature]. Separate domain code, reusable elements, external integrations, global state, and shared types.
Best Practices
- Run the scanner before recommendations when repository structure may have changed.
- Provide exact paths and cite the placement rule behind every recommendation.
- Verify import direction after moving code between architectural folders.
Avoid
- Do not place business logic directly in route files.
- Do not move single-use feature code into shared prematurely.
- Do not allow one feature module to import another feature module directly.
Frequently Asked Questions
Which repositories does this skill support?
Does the scanner modify source files?
Does it require network access?
Can it identify circular dependencies?
Can I use it with a different folder layout?
What tools can use this skill?
Developer Details
Author
ArieGoldkinLicense
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Ref
89edfdc710d0846129dcee6a929477b04f08052c
Maintenance freshness
7/24/2026
Usage
5 downloads ยท 184 views
File structure