objectstack-ai

28 mods across 3 repositories, 45 stars between them.

os-dev

01

objectstack-ai/objectstack

Agent Claude Code

Developer agent for exactly ONE GitHub issue, dispatched by the /pm-dispatch PM loop. Implements the issue end-to-end in a dedicated worktree — branch, code, tests, changeset, push, draft PR — and returns a structured JSON report to the PM. Use only with a single fully-specified issue as input; never for open-ended or…

45 yesterday C 80 tokens original Apache-2.0

PreToolUse

02

objectstack-ai/objectstack

Hook Claude Code

Runs before the agent uses a tool for Edit, Write, NotebookEdit and Bash tool calls, executing guard-main-checkout.sh, guard-shared-stash.sh, guard-main-checkout-bash.sh and guard-tree-enum.sh (4 commands). From objectstack-ai/objectstack.

45 yesterday A tokens not measured original Apache-2.0

objectstack

03

objectstack-ai/objectstack

Settings file Claude Code

Agent settings declaring 1 hook event (PreToolUse) and 47 allowed tools.

45 yesterday A tokens not measured original Apache-2.0

checklist-author

04

objectstack-ai/objectstack

Skill Claude CodeCodex

Re-audit the platform test checklist (docs/qa/platform-checklist/) for coverage gaps and author the missing items — the five-angle capability sweep. Use whenever the maintainer says "跑一轮 coverage sweep", "run a coverage sweep", "排查测试清单 遗漏", "审计测试覆盖", or asks whether some platform surface "有测试吗" and the answer needs…

45 yesterday A 135 tokens original Apache-2.0

checklist-test

05

objectstack-ai/objectstack

Skill Claude CodeCodex

Execute the platform test checklist (docs/qa/platform-checklist/) against a real running app and produce a run record. Use whenever the maintainer says "测一下 ", "跑这个测试项", "run the checklist for ", "test this feature file", "验证 ", or points at a framework source file and asks whether it still works. Takes a SELECTOR…

45 yesterday A 165 tokens original Apache-2.0

objectstack-ai/objectstack

Skill Claude CodeCodex

Internal process for dogfooding the ObjectStack platform — booting a real example app (showcase / CRM) and driving it in a browser as a real user or admin to find runtime bugs that static checks and unit tests miss, then fixing and shipping cleanly. Use whenever the task is "verify in the browser", "act as a real…

45 yesterday A 128 tokens original Apache-2.0

pm-dispatch

07

objectstack-ai/objectstack

Skill Claude CodeCodex

Project-manager dispatch loop: pull ready issues from the GitHub backlog, claim and dispatch each to a parallel os-dev developer subagent, review the structured reports they return, then dispatch the next batch — filing needs-user-decision issues for anything that requires the maintainer's confirmation instead of…

45 yesterday A 126 tokens original Apache-2.0

objectstack-ai/objectstack

Skill Claude CodeCodex

Internal playbook for retiring an authorable packages/spec property under ADR-0049 enforce-or-remove — choosing the removal route, the liveness-ledger discipline each route implies, the ADR-0087 conversion, the generated baselines, forms, docs and pin tests a removal needs, and the gates that fail when any of it is…

45 yesterday A 172 tokens original Apache-2.0

chrome-devtools

09

objectstack-ai/objectstack

MCP server Claude CodeCodexCursor +2

MCP server "chrome-devtools" as configured in objectstack-ai/objectstack. Launched with chrome-devtools-mcp.

45 yesterday A tokens not measured original Apache-2.0

objectstack-ai/objectstack

Instructions file CodexOpenCode

Instructions for objectstack-ai/objectstack, covering objectstack — agents.md, communication, build & test, running the dev server and frontend (studio ui) — sibling repo ../objectui.

45 yesterday C 21,081 tokens original Apache-2.0

objectstack-ai/objectstack

Instructions file

Instructions for objectstack-ai/objectstack, covering claude.md, ⛔ claim the issue before you write any code and ⛔ never edit content/docs/releases/ in a code pr.

45 yesterday A 1,397 tokens original Apache-2.0

objectstack-ai

12

objectstack-ai/objectstack

Skill Claude CodeCodex

Design ObjectStack AI skills, tools, knowledge sources, conversations, model registry entries, and MCP integrations. Use when the user is adding .skill.ts / .tool.ts, configuring an LLM provider, wiring agent tools, or indexing ObjectStack data as a knowledge source for RAG. Agents themselves are platform-internal…

45 yesterday A 112 tokens original Apache-2.0

objectstack-api

13

objectstack-ai/objectstack

Skill Claude CodeCodex

Design the server-side API surface that an ObjectStack runtime exposes — REST endpoints, auth providers, realtime channels, error envelopes, batch/versioning contracts. Use when the user is adding .endpoint.ts, configuring auth providers, defining custom routes, or extending the REST generator. Do not use for…

45 yesterday A 122 tokens original Apache-2.0

objectstack-ai/objectstack

Skill Claude CodeCodex

Design ObjectStack automation — Flows (visual logic), Triggers, Approvals, state machines, scheduled jobs, and webhooks. Use when the user is adding .flow.ts, wiring an event-driven rule, or modelling an approval chain. Do not use for data lifecycle hooks at the object layer (see objectstack-data) or for kernel /…

45 yesterday A 100 tokens original Apache-2.0

objectstack-data

15

objectstack-ai/objectstack

Skill Claude CodeCodex

Design ObjectStack data schemas — objects, fields, field conditional rules, relationships, validations, indexes, lifecycle hooks, permissions, row-level security — and the seeds (defineSeed()) that load fixtures and reference data alongside them. Use when the user is creating or modifying .object.ts / .seed.ts files…

45 yesterday A 171 tokens original Apache-2.0

objectstack-formula

16

objectstack-ai/objectstack

Skill Claude CodeCodex

Author CEL expressions used across ObjectStack — formula fields, field conditional rules (visibleWhen, readonlyWhen, requiredWhen), validation / sharing / visibility predicates, flow conditions, and dynamic seed values. Use when the user is writing an F, P, or cel tagged-template literal, or asks "how do I express X…

45 yesterday A 111 tokens original Apache-2.0

objectstack-i18n

17

objectstack-ai/objectstack

Skill Claude CodeCodex

Author ObjectStack translation bundles — object/field labels, view text, app navigation strings, automation messages — and configure locale fallback, coverage reporting, and the per-locale source layout. Use when the user is adding .translation.ts files, wiring a new locale, or resolving missing-translation warnings.…

45 yesterday A 84 tokens original Apache-2.0

objectstack-ai/objectstack

Skill Claude CodeCodex

Bootstrap, configure, extend, and operate ObjectStack runtimes. Covers project setup (defineStack, drivers, adapters, scaffolding), plugin and service development (PluginContext, DI, kernel hooks like kernel:ready), and operations (CLI commands, migrations, deployment, test harnesses via LiteKernel). Use when the user…

45 yesterday A 148 tokens original Apache-2.0

objectstack-ai/objectstack

Skill Claude CodeCodex

Run a project-manager dispatch loop over a GitHub backlog: triage and queue ready issues, claim each one, dispatch it to a parallel developer agent that returns a structured JSON report, review the results against GitHub, and drive accepted pull requests to landing — escalating to the maintainer only what genuinely…

45 yesterday A 201 tokens original Apache-2.0

objectstack-query

20

objectstack-ai/objectstack

Skill Claude CodeCodex

Construct ObjectQL queries — filters, sorting, pagination, aggregation, relation expansion, and full-text search. Use when the user is writing a query DSL expression, picking pagination strategy, or designing a list view's filter spec. Do not use for defining objects / fields / relationships (see objectstack-data) or…

45 yesterday A 81 tokens original Apache-2.0

objectstack-ui

21

objectstack-ai/objectstack

Skill Claude CodeCodex

Author ObjectStack UI metadata — Views (list/form/kanban/calendar/gantt), Apps (navigation), Pages (structured plus the HTML and React source-authoring tiers, ADR-0080/0081), Dashboards, Reports, Charts, Actions, and package Docs (src/docs/.md). Use when the user is adding .view.ts / .app.ts / .dashboard.ts /…

45 yesterday A 203 tokens original Apache-2.0

objectstack-upgrade

22

objectstack-ai/objectstack

Skill Claude CodeCodex

Upgrade an ObjectStack metadata project across a protocol major — run the deterministic conversion chain, then work the semantic residue the chain cannot express (intent choices, custom code on retired APIs, stale prose) to a decision with the project's owner, and finish with a green validate plus a human-readable…

45 yesterday A 209 tokens original Apache-2.0

objectstack

23

objectstack-ai/claude-plugin

Plugin Claude Code

Official ObjectStack marketplace — the objectstack plugin connects Claude Code to any ObjectStack deployment over MCP.

0 1mo ago A tokens not measured original Apache-2.0

objectstack

24

objectstack-ai/claude-plugin

Plugin Claude Code

Connect Claude Code to any ObjectStack deployment over MCP: discover objects, query and change records, and run business actions — under your own permissions and row-level security. OAuth self-serve; the deployment URL is the only input.

0 1mo ago A tokens not measured original Apache-2.0