用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/GGabrielDev/semillero-2-AI-ATS --skill db-skill命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Guidelines for implementing whitelisted Tailwind CSS styling and Next.js App Router layout/page components.
Guidelines for verifying codebase quality, linting status, build compliance, and Git hooks validation.
Orchestrator skill coordinating recruitment-developer, db-architect, and qa-validator to implement initial features. Trigger this skill whenever any recruitment platform setups, migrations, dashboard pages, components, or pipeline workflows are requested or updated.
基于 SOC 职业分类
正在显示 SKILL.md
| name | db-skill |
| description | Guidelines for writing Supabase PostgreSQL vector and relational migrations. |
This skill guides the design of relational database migrations and pgvector vector configurations.
CREATE EXTENSION IF NOT EXISTS vector;.recruiters (internal user management)jobs (includes UUID, title text, requirements JSONB, and embedding vector(1536))candidates (includes UUID, name, contact_info JSONB, and embedding vector(1536))interviews (links jobs and candidates, tracks dates, stages, feedback)scores (tracks standard evaluations with ai_score float and structured JSONB evaluation containing summary, classification, suggestions, riskLevel keys)Write RPC math function match_candidates computing cosine distance using <=> operator, formulated exactly as 1 - (candidate.embedding <=> query_embedding) to return normalized scores.