Use when acting as a reactive memory agent watching engram chat for agent intents. Surfaces relevant feedback AND facts against intended behaviors, learns new memories from user corrections, observed failures, and conversation observation. Requires use-engram-chat-as skill for coordination protocol.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications. Generates creative, polished code that avoids generic AI aesthetics.
审查或改进前端 UI 的语义结构、键盘支持、焦点管理、标签以及常见的 WCAG 相关问题,并将报告保存为 Markdown 文件。当用户提到无障碍、accessibility、a11y、WCAG,或在实现交互组件时自动激活。
Make your AI dare not slack off. Enhanced version for Web architecture refactoring. Triggers: (1) Task failed 2+ times or repeated fine-tuning same approach; (2) About to say 'I can't solve', suggest manual operation, attribute to environment without verification; (3) Passive waiting - no search, no reading, just waiting for instructions; (4) User frustration: 'try harder', 'stop giving up', 'change approach'; (5) Web refactoring: changed JS forgot HTML/CSS, multi-file omissions. Applies to all tasks, especially frontend refactoring.
- 📁 design/
- 📄 autonomous-mode.md
- 📄 reference.md
- 📄 setup-flow.md
Track tickets, issues, and progress for your project. Load project context, manage sessions, guide setup.
E2E 除錯說明書——用 agent-browser CLI 在 DDD 工作流中系統性地除錯前端問題。 Use when E2E tests fail, when you need to visually verify UI behavior, debug form submissions, inspect page state, or trace frontend issues during "/DDD.work". Also use when the user says "debug E2E", "check the page", "why is the test failing", "open the browser", "take a screenshot", "inspect the DOM", or invokes "/DDD.agent-browser". --- # DDD:AgentBrowser — E2E 除錯說明書 在 DDD 工作流的開發階段(`/DDD.work`),當 Playwright E2E 測試失敗或需要視覺驗證時, 用 `agent-browser` CLI 直接操作瀏覽器來定位問題。 這份說明書不是瀏覽器自動化教學,而是**除錯流程指南**——幫你從「測試掛了」走到「找到根因」。 ## 核心除錯循環 ``` 測試失敗 → 重現場景 → 觀察狀態 → 定位根因 → 修正 → 驗證 ``` 每一步都有對應的 agent-browser 指令,按順序走就對了。 ## Step 1:重現場景 先把瀏覽器帶到測試失敗的那個畫面。 ```bash # 開啟目標頁面
Use when looking up library documentation, API references, framework patterns, or code examples for ANY library (React, Next.js, Vue, Django, Laravel, etc.). Fetches current docs via Context7 REST API. Triggers on: how to use library, API docs, framework pattern, import usage, library example.
- 📄 act-api.md
- 📄 api.md
- 📄 client.md
Scaffolds a new TypeScript application using the @rotorsoft/act event sourcing framework. Translates functional specs — event modeling diagrams, event storming artifacts, or user stories — into a working monorepo with domain logic, tRPC API, and React client. Use when the user wants to build a new app, create a new project, or translate a domain model into code using Act.
- 📄 aap-analyst-discover.md
- 📄 aap-builder-implement.md
- 📄 aap-commander-orchestrate.md
Autonomous Agile Project Lifecycle — transforms a raw idea into a deployed project following the AIOX Agentic Agile process. Runs 5 phases autonomously: Discovery (web research), Planning (PRD + Architecture + Frontend Spec), Sharding (stories in waves), Development (build + QA loop), Delivery (deploy + release notes). Decides stack, prioritizes features, writes code, reviews quality, and ships — all without human intervention. Supports greenfield and brownfield projects. Use when: starting a new project from scratch, adding features to existing project, or wanting full agile cycle automated.
- 📁 examples/
- 📁 scripts/
- 📄 LICENSE.txt
- 📄 SKILL.md
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
- 📁 agents/
- 📁 references/
- 📄 SKILL.md
Debugging guide for broken gdansk integrations. Use when a gdansk widget fails to register, the frontend bundle or SSR runtime does not start, a `Ship` views path is wrong, widget output or CSS is missing, host and port configuration disagree, or an existing gdansk MCP app needs error-driven diagnosis.
Scaffold a complete StrataSync app with Next.js client and Fastify server (models, sync, IndexedDB, WebSocket, PostgreSQL)