基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/FlorianBruniaux/starmapper --skill source-command-commit命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
How to choose and configure data sources for MapLibre GL JS — rendering your own data without tiles, hosted tile services, serverless PMTiles, self-hosted tile servers, tile schemas, glyphs, and sprites.
Guides and best practices for working with Neon Serverless Postgres. Covers setup, connection methods, branching, autoscaling, scale-to-zero, read replicas, connection pooling, Neon Auth, and the Neon CLI, MCP server, REST API, TypeScript SDK, and Python SDK. Use when users ask about "Neon setup", "connect to Neon", "Neon project", "DATABASE_URL", "serverless Postgres", "Neon CLI", "neonctl", "Neon MCP", "Neon Auth", "@neondatabase/serverless", "@neondatabase/neon-js", "scale to zero", "Neon autoscaling", "Neon read replica", or "Neon connection pooling".
| 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.
| 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 .