Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bjornmelin avatar

Platform Architect

  • 5 installs
  • 5 repo stars
  • Updated August 5, 2026
  • bjornmelin/dev-skills

Platform-architect is a Claude Code skill that detects a repo's stack and routes broad Next.js/Expo/Convex/monorepo platform work into the correct architecture lane.

About

Platform-architect is a Claude Code skill that routes broad full-stack platform work across Next.js, Expo, Convex, and monorepo tooling. It runs a deterministic repo inventory to detect the stack, selects the right lane (web, native, or full-stack), then routes narrow tasks to downstream specialist skills. A developer uses it when a task needs stack detection, platform-level planning, or cross-cutting architecture rather than a single narrow change.

  • Routes broad platform work into web, native, backend, and tooling lanes
  • Runs a deterministic repo-inventory to detect the stack before planning
  • Explicitly delegates to downstream specialist skills for UI, docs, and dependency work

Platform Architect by the numbers

  • 5 all-time installs (skills.sh)
  • Ranked #13,065 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

platform-architect capabilities & compatibility

Free; uses repo-native inventory tooling.

Capabilities
stack detection · architecture planning · skill routing
Use cases
frontend · api development · devops
Pricing
Free
From the docs

What platform-architect says it does

Architect and implement modern full-stack web/native platform work across Next.js, Expo, Convex, and monorepo tooling.
SKILL.md
Use this skill to route broad platform work into the correct web, native, backend, and tooling lanes without redoing the same repo preflight every turn.
SKILL.md
If the task narrows into a specialized domain, explicitly invoke the right downstream skill:
SKILL.md
npx skills add https://github.com/bjornmelin/dev-skills --skill platform-architect

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs5
repo stars5
Last updatedAugust 5, 2026
Repositorybjornmelin/dev-skills

What it does

Detect a repo's stack and route platform-wide architecture work across web, native, and backend lanes.

Who is it for?

Stack detection, platform-level planning, and cross-cutting architecture across web, native, and backend boundaries.

Skip if: Narrow dependency upgrades, PR review remediation, docs-only alignment, or single narrow UI audits.

When should I use this skill?

A task needs stack detection, platform-level planning, or implementation across web/native/backend boundaries.

What you get

A lane selection summary, a stack-tied implementation plan, repo-native verification commands, and explicit downstream skill routing.

  • lane selection summary
  • implementation or review plan tied to the detected stack
  • repo-native verification commands

By the numbers

  • 4 target platforms (Next.js, Expo, Convex, monorepo tooling)

Files

SKILL.mdMarkdownGitHub ↗

Platform Architect

Use this skill to route broad platform work into the correct web, native, backend, and tooling lanes without redoing the same repo preflight every turn.

Workflow

1. Read the repo AGENTS.md first for local constraints and canonical commands. 2. Run /home/bjorn/.codex/skill-support/bin/repo-inventory detect --cwd <repo> --out <json>. 3. Run /home/bjorn/.codex/skill-support/bin/repo-inventory matrix --input <json> --format md. 4. Choose the active lane:

  • Next.js / React web -> read references/next-web.md
  • Expo / React Native -> read references/expo-native.md
  • Mixed full-stack or monorepo coordination -> read references/fullstack-platform.md

5. Read references/tooling-and-verification.md before running checks or changing commands. 6. If the task narrows into a specialized domain, explicitly invoke the right downstream skill:

  • Convex architecture or audits -> $convex-audit or $convex-feature-spec
  • General web UI review -> repo-local $web-design-guidelines when installed
  • React/Next performance or render-quality review -> repo-local $vercel-react-best-practices when installed
  • Dash callback or Dash UI review -> $dash-audit
  • Design/build work -> $frontend-design
  • Docs sync -> $docs-align
  • Dependency work -> $gh-deps-intel

Use When

  • The user asks for platform architecture, stack-wide planning, or implementation across web/native/backend boundaries.
  • The repo shape is unclear and you need a deterministic platform inventory first.
  • The work touches Next.js, Expo, Convex, Bun/pnpm, Turbo, or mixed platform concerns together.

Do Not Use When

  • The task is only a dependency-upgrade workflow.
  • The task is only PR/comment remediation.
  • The task is only a docs drift pass.
  • The task is only a narrow UI audit with no platform decisions.
  • The task is a Dash-only audit with no cross-platform architecture work.

Outputs

  • A short lane selection summary.
  • A concrete implementation or review plan tied to the detected stack.
  • Repo-native verification commands, not invented commands.
  • Explicit downstream skill routing when the task narrows into UI, review, docs, or dependency work.

Resources

  • Inventory wrapper: scripts/platform_inventory.py
  • Web guidance: references/next-web.md
  • Native guidance: references/expo-native.md
  • Cross-stack guidance: references/fullstack-platform.md
  • Verification policy: references/tooling-and-verification.md

Related skills

FAQ

What stacks does platform-architect target?

Next.js/React web, Expo/React Native, Convex, and monorepo tooling like Bun, pnpm, and Turbo.

When should I not use it?

Skip it for dependency-only upgrades, PR remediation, docs drift passes, or narrow UI audits with no platform decisions.

AI & Agent Buildingbackendfrontenddevops

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.