NEARBuilders/everything-dev
Skill Claude CodeCodex
Survey any codebase as a senior advisor and produce prioritized, self-contained implementation plans for OTHER models/agents to execute. Strictly read-only on source code — never implements, fixes, or refactors anything itself. Use when asked to audit a codebase, find improvement opportunities (bugs, security…
NEARBuilders/everything-dev
Instructions file CodexOpenCode
AGENTS.md instructions for NEARBuilders/everything-dev, covering agent instructions, quick reference, architecture, runtime config and development workflow.
NEARBuilders/everything-dev
Skill Claude CodeCodex
Connect to and consume deployed everything.dev plugins from an external app, child project, or script. Use when creating API/auth clients, reading runtime config, authenticating with API keys or sessions, or calling plugin routes programmatically.
NEARBuilders/everything-dev
Skill Claude CodeCodex
Build every-plugin modules with oRPC contracts, Effect services, and Module Federation. Use when creating or modifying plugins under plugins/ or the template scaffold.
NEARBuilders/everything-dev
Skill Claude CodeCodex
Test every-plugin modules with vitest and the plugin runtime. Use when writing or modifying plugin tests under plugins//src/tests/ or plugins//tests/.
NEARBuilders/everything-dev
Skill Claude CodeCodex
API architecture, oRPC contracts, auth middleware, plugin-client composition, session handling, and client-side auth. Use when adding API routes, creating middleware, calling other plugins in-process, or integrating auth in routes and UI.
NEARBuilders/everything-dev
Skill Claude CodeCodex
Quick reference for all bos CLI commands — flags, options, environment settings, and links to detailed guidance in related skills. Use when any bos command comes up or the user needs a CLI overview.
NEARBuilders/everything-dev
Skill Claude CodeCodex
Code style conventions for everything-dev projects — component file naming (kebab-case, lowercase), CSS (semantic Tailwind only, no hardcoded colors), no comments in implementation, import/export conventions, and following neighboring file patterns.
NEARBuilders/everything-dev
Skill Claude CodeCodex
Development workflow for everything-dev projects using bos dev, bos start, and the Module Federation runtime. Use when starting dev servers, debugging hot reload, or understanding the service-descriptor architecture.
NEARBuilders/everything-dev
Skill Claude CodeCodex
How bos.config.json extends chains work, deep merge semantics, resolved config lifecycle, env-specific extends, and canonical field ordering. Use when debugging extends inheritance, configuring per-environment parents, understanding what dev writes vs publish writes, or reasoning about config merging.
NEARBuilders/everything-dev
Skill Claude CodeCodex
Creates a new project from a published template.
NEARBuilders/everything-dev
Skill Claude CodeCodex
Publish bos.config.json to the FastKV registry, sync from upstream, and upgrade workspace packages. Use when deploying, syncing, or managing runtime configuration across projects.
NEARBuilders/everything-dev
Skill Claude CodeCodex
Build shared-host, shared-API super apps with tenant-specific UI composition. Use when setting up a base runtime plus custom tenant apps, configuring fixed-core multi-tenancy, reasoning about extends-based runtime lineage, or deciding what tenants can override today.
NEARBuilders/everything-dev
Skill Claude CodeCodex
Route creation, API client usage, auth client, SSR hydration, sidebar system, and the @/app module surface. Use when adding new UI routes, fetching data from the API, implementing auth flows, or customizing sidebar navigation.