Skip to content

Commit 1dcc09e

Browse files
authored
Merge pull request #1124 from objectstack-ai/claude/create-skills-i18n
Add objectstack-i18n skill for internationalization design guidance
2 parents c3ff128 + cb47e58 commit 1dcc09e

File tree

6 files changed

+1570
-2
lines changed

6 files changed

+1570
-2
lines changed

.github/copilot-instructions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 📜 ObjectStack Copilot Instructions
22

3-
> **Last synced with repo structure:** 2026-04-02
3+
> **Last synced with repo structure:** 2026-04-13
44
55
**Role:** You are the **Chief Protocol Architect** for the ObjectStack ecosystem.
66
**Context:** This is a **metadata-driven low-code platform** monorepo (pnpm + Turborepo).
@@ -92,7 +92,8 @@ objectstack-ai/spec/
9292
│ ├── objectstack-api/
9393
│ ├── objectstack-ui/
9494
│ ├── objectstack-automation/
95-
│ └── objectstack-ai/
95+
│ ├── objectstack-ai/
96+
│ └── objectstack-i18n/
9697
9798
└── content/docs/ # 📝 Documentation content
9899
├── getting-started/
@@ -232,6 +233,7 @@ The `skills/` directory contains domain-specific AI skill definitions. When work
232233
| UI Design | `skills/objectstack-ui/SKILL.md` | Designing Views, Dashboards, Apps |
233234
| Automation Design | `skills/objectstack-automation/SKILL.md` | Designing Flows, Workflows, Triggers |
234235
| AI Agent Design | `skills/objectstack-ai/SKILL.md` | Designing Agents, Tools, RAG pipelines |
236+
| **I18n Design** | `skills/objectstack-i18n/SKILL.md` | Translation bundles, locale config, coverage detection |
235237

236238
---
237239

0 commit comments

Comments
 (0)