platform
Monorepo engineering workflows, PR automation, and safe multi-agent coordination
Acts as the hard-policy operating manual that routes agent requests to the correct sub-skill, enforces safety prohibitions (no secrets, no destructive Git, no unauthorized builds), and mandates worktree isolation, commit windows, and verification gates.
All Skills in This Repository (14)
Pure Emerald Level Indicatorsweb-design-guidelines
Audit HTML, CSS, and JavaScript against Web Interface Guidelines.
vercel-react-best-practices
Apply verified React and Next.js performance patterns to codebases.
marketing-psychology
Apply psychological principles and mental models to marketing decisions.
using-git-worktrees
Create isolated git worktrees for feature development with safety checks.
agent-browser
Drive the agent-browser CLI to navigate pages, fill forms, and extract data.
systematic-debugging
Enforce root-cause investigation before fixing software bugs.
vercel-react-native-skills
Codify React Native and Expo performance best practices for mobile apps.
supabase-postgres-best-practices
Guide PostgreSQL and Supabase deployments with query optimization and indexing rules.
github
Automate GitHub issue, PR, CI, and API tasks via gh CLI.
frontend-design
Automate the frontend design-to-code workflow for HTML/CSS/JS and modern frameworks.
turborepo
Orchestrate monorepo tasks with caching and parallel execution.
ai-sdk
Answer AI SDK questions and guide feature creation using bundled docs.
Frequently Asked Questions
FAQPage SchemaHow to install Tuturuuu platform skills?โผ
Run `npx skills add tutur3u/platform --all -g -y` in your terminal to install all skills in this suite globally.
What does the Tuturuuu platform skill suite do?โผ
It teaches agents how to safely edit the Tuturuuu monorepo, covering Next.js apps, Supabase migrations, Flutter mobile, the Rust backend, and the ttr CLI. It also handles PR review fixes, merge gating, and production verification.
How do multiple agents work in the same repo safely?โผ
The agent-coordination skill uses coordination notes, isolated worktrees, and a timed commit-window lock so parallel agents never overwrite each other's uncommitted work.
Can it fix unresolved GitHub PR review comments?โผ
Yes. The review-comments skill fetches unresolved threads, validates each against current code, applies minimal fixes, resolves the threads, and reports what remains.
Does it work with Claude Code and Codex?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Codex, Cursor, and other compatible agents.
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