terrae
React map components with automated build, test, and release workflows
All Skills in This Repository (10)
Pure Emerald Level Indicatorscommit
Standardize git commits with conventional types and Terrae's frontmatter rules.
lint
Run TypeScript type checks, ESLint linting, and Prettier formatting across the Terrae codebase.
test
Run Terrae test suites with vitest and report pass/fail counts.
release
Run type checks, linting, formatting, tests, and builds for Terrae component releases.
docs
Generate Terrae component documentation pages with installation, examples, props, and use cases.
review
Review Git-tracked code changes for correctness, conventions, performance, security, and typing.
fix
Identify and fix reported issues using severity-based planning and type checks.
new
Scaffold Terrae components with registry entries, docs, examples, and changelog.
perf
Audit Terrae components for performance issues and generate structured fix reports.
check
Validate new map components for required outputs and wiring.
Frequently Asked Questions
FAQPage SchemaHow to install Terrae?โผ
Run `npx skills add alamenai/terrae --all -g -y` in your terminal to install all skills in this suite globally.
What does Terrae do?โผ
Terrae provides composable, animated React map components that replace imperative Mapbox layers with simple props, working as a companion to shadcn/ui.
How do I create a new map component?โผ
Use the new skill, which walks through the full workflow: component source, registry entry, examples, documentation page, sidebar, and changelog.
Can it run tests and lint checks automatically?โผ
Yes. The test, lint, and check skills run vitest, ESLint, Prettier, and TypeScript checks, then report and help fix any failures.
Does Terrae work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and run directly in Claude Code and other compatible coding environments.
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