← Back to list

monorepo-navigation
by acdc-digital
ACDC.digital | Building agentic frameworks that actually work.
⭐ 1🍴 0📅 Jan 11, 2026
SKILL.md
name: monorepo-navigation description: Navigate and understand the ACDC Digital monorepo structure with multiple projects including Soloist, SMNB, and AURA. Use when exploring the codebase, understanding project relationships, or finding specific files.
ACDC Digital Monorepo Navigation
When to use this skill
Use this skill when:
- Exploring the codebase structure
- Finding files or understanding project organization
- Understanding relationships between projects
- Locating configuration files or shared code
Monorepo Structure
acdc-digital/
├── .github/ # GitHub config, workflows, skills
│ ├── skills/ # Agent skills (this folder)
│ ├── copilot-instructions.md # Copilot coding guidelines
│ └── workflows/ # CI/CD workflows
├── acdc-digital/ # Main website/hub project
│ ├── app/ # Next.js App Router
│ ├── components/ # Shared components
│ ├── convex/ # Convex backend
│ └── projects/ # Sub-project configs
├── soloist/ # Mood tracking app
│ ├── convex/ # Shared Convex backend
│ ├── demo/ # Demo application
│ ├── website/ # Marketing website
│ ├── marketing/ # Marketing pages
│ ├── renderer/ # Electron renderer
│ └── electron/ # Desktop app
├── smnb/ # Sentiment analysis app
│ ├── smnb/ # Main Next.js app
│ ├── mcp-server/ # MCP server
│ └── api/ # API endpoints
├── aura/ # Document editing app
│ └── AURA/ # Main application
├── convex/ # Root-level shared Convex
└── public/ # Shared public assets
Project Breakdown
Soloist (Mood Tracking)
- Purpose: Personal mood tracking and forecasting
- Tech: Next.js, Convex, Electron (desktop)
- Key paths:
soloist/convex/- Backend functionssoloist/demo/- Demo appsoloist/website/- Marketing site
SMNB (Sentiment Analysis)
- Purpose: Stock ticker sentiment analysis
- Tech: Next.js, Convex, MCP Server
- Key paths:
smnb/smnb/- Main applicationsmnb/mcp-server/- MCP integrationsmnb/smnb/convex/- Backend
AURA (Document Editing)
- Purpose: Collaborative document editing
- Tech: Next.js, Convex
- Key paths:
aura/AURA/- Main application
Configuration Files
| File | Location | Purpose |
|---|---|---|
pnpm-workspace.yaml | Root | Monorepo workspace config |
package.json | Each project | Project dependencies |
convex.json | Project root | Convex deployment config |
tsconfig.json | Each project | TypeScript config |
.gitignore | Root | Git ignore patterns |
Common Tasks
Find a Convex function
Look in <project>/convex/ directory
Find a component
Look in <project>/components/ directory
Find API routes
Look in <project>/app/api/ or <project>/api/
Find configuration
Check root-level files or <project>/ root
Convex Deployments
Each project may have its own Convex deployment:
- Check
convex.jsonfor deployment name - Backend functions in
convex/folder - Generated types in
convex/_generated/
Score
Total Score
55/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon



