com um clique
com um clique
| Production-tested setup for Tailwind CSS v4 with shadcn/ui, Vite, and React. Use when: initializing React projects with Tailwind v4, setting up shadcn/ui, implementing dark mode, debugging CSS variable issues, fixing theme switching, migrating from Tailwind v3, or encountering color/theming problems. Covers: @theme inline pattern, CSS variable architecture, dark mode with ThemeProvider, component composition, vite.config setup, common v4 gotchas, and production-tested patterns.
7-category codebase health audit for StarMapper with weighted scoring and tier system. Run before major releases or architectural changes.
Pre-PR code review for StarMapper. Analyzes recent changes for quality, security, performance, and StarMapper-specific patterns. Supports auto-fix loop and multi-agent modes.
Code duplication analysis for StarMapper using jscpd. Detects repeated patterns across geocoding helpers, GitHub API formatting, compression utils, and cache logic.
Add a StarMapper badge (world map of stargazers) to the current repo's README. Detects OWNER/REPO from git remote and inserts the HTML block in the right place.
Recherche et debug dans les logs Vercel (production/preview). Supporte la recherche par pattern, filtre par niveau d'erreur, par route API, par déploiement. Utiliser pour diagnostiquer des erreurs de production, tracer des requêtes ou analyser des crashs.
| name | source-command-commit |
| description | Conventional commit with StarMapper scope auto-detection |
Use this skill when the user asks to run the migrated source command commit.
Create a conventional commit following StarMapper conventions.
rtk git status + rtk git diff — understand what changedcomponents/map/ → mapapp/api/chunk/ → apiapp/api/repo-info/ → apilib/geocoder.ts → geocoderlib/github.ts → githublib/db.ts or prisma/ → dbapp/page.tsx or app/[owner]/[repo]/page.tsx → uinext.config, tsconfig, .Codex/, .env.example → configpackage.json, pnpm-lock.yaml → depsgit add -A)git commit -m "$(cat <<'EOF'
type(scope): imperative lowercase message
[Optional body: explain WHY, not what]
Co-Authored-By: Codex Sonnet 4.6 <noreply@anthropic.com>
EOF
)"
rtk git status to verifyfeat — new feature or capabilityfix — bug fixperf — performance improvementrefactor — restructure without behavior changechore — deps, config, toolingdocs — documentation onlyfeat(map): add unmapped users drawer
fix(db): add url to datasource in schema.prisma
perf(geocoder): cache null results to skip re-geocoding
chore(deps): upgrade maplibre-gl to 5.21
fix(api): handle github graphql 429 rate limit
refactor(github): remove null cursor from graphql variables
feat(ui): add star count progress bar
fix(geocoder): normalize location key before cache lookup
.env.local, .env*, or any secretsgit add .