matrixages
- 12 skills
- 0 followers
- 4 hours ago last updated
- ▌ Agentmap Generator 2 · matrixagesGuides the generation, reading, and updating of agentmap.md files. This skill ensures a consistent and up-to-date codebase map for AI Agents.
- ▌ Review · matrixages bundleReview uncommitted code changes to find unreasonable design, unfinished requirements, potential bugs, missed reuse opportunities, and optimization opportunities. Use when the user asks for a review of pending, uncommitted, or unpublished code changes and expects both findings and concrete improvements.
- ▌ CSS · matrixagesGuides styling implementation using TailwindCSS + CSS Modules. Triggered when handling component styles, layout design, or CSS patterns.
- ▌ Erpc Communication · matrixagesGuides using eRPC (electron-tRPC) for inter-process communication (IPC) between Electron main and renderer processes. Triggered when handling Electron IPC or tRPC-based systems.
- ▌ I18N · matrixagesGuides internationalization (i18n) implementation using i18next with TypeScript. Triggered when handling localization, translation files, or multilingual support.
- ▌ Mobx · matrixagesGuides state management implementation using MobX + tsyringe. Triggered when handling data models, state logic, or Store architecture.
- ▌ React · matrixagesGuides React component implementation, performance optimization, and state management thresholds. Triggered when handling components, pages, or UI logic.
- ▌ Chrome Cdp · matrixages bundleInteracts with local browser via Chrome DevTools Protocol (only triggered after user explicitly requests to inspect, debug, or interact with pages open in Chrome)
- ▌ Typescript · matrixagesGuide for implementing TypeScript in projects, including naming conventions, type definitions, and code style. Triggered when writing or refactoring TypeScript code.
- ▌ Edoc Generator · matrixagesSpecialized for translating document files and their content into English. Triggered when localization, translation, or converting Chinese documents to English is requested.
- ▌ Agentmap Generator · matrixagesMaintain package-level `agentmap.md` files as outline-level maps of the real file tree and core responsibilities. Use when package structure or responsibility boundaries change and the corresponding `agentmap.md` must be created or updated.
- ▌ Skill Generator · matrixagesCalled when users need to create new OpenCode skills. Automatically creates directory structure and writes SKILL.md files conforming to specifications.