massCode
AI coding rules for building the massCode developer workspace app
All Skills in This Repository (12)
Pure Emerald Level Indicatorsapi-and-typing
Derive narrow UI types from generated API shapes using TypeScript utilities.
spaces-architecture
Coordinate massCode spaces state and IPC routing across code, notes, math, and tools.
ui-primitives
Enforce local Ui primitives and Shadcn patterns in massCode UI development.
development-workflow
Run scoped lint and tests on touched files with mandatory follow-ups.
architecture-standards
Enforce repo-wide architecture rules and naming conventions for massCode projects.
electron-api-and-ipc
Enforce structured Electron IPC channel families and DTO-based API boundaries.
github-workflow
Automates GitHub workflow tasks for managing issues, branches, PRs, and merges.
i18n
Manage translation keys across en_US and ru_RU locales in massCode.
vue-renderer-standards
Standardize Vue 3 renderer components with Composition API and script setup patterns.
ui-foundations
Enforce massCode UI foundations for typography, renderer styling, and TailwindCSS v4 tokens.
documentation-workflow
Guides writing and updating massCode VitePress documentation pages, sidebar entries, and README mentions.
release-notes
Generates massCode GitHub release notes from merged pull requests between version tags.
Frequently Asked Questions
FAQPage SchemaHow to install massCode skills?โผ
Run `npx skills add massCodeIO/massCode --all -g -y` in your terminal to install all skills in this suite globally.
What is massCode?โผ
massCode is a free, open-source desktop app that combines code snippets, markdown notes, an HTTP client, a math notebook, drawings, and developer utilities in one local-first workspace.
What do these skills help an AI agent do?โผ
They teach the agent massCode's architecture rules, Vue and Electron coding conventions, localization requirements, and GitHub workflows so it can make correct code changes automatically.
Do these skills work with Claude Code and other AI agents?โผ
Yes. The skills follow the standard SKILL.md format and work with Claude Code, Cursor, and other agents that support agent skill files.
Can I use these skills without knowing the massCode codebase?โผ
Yes. The agent reads the routing guide and loads the right skill for your task, so you can describe changes in plain language.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core