一键导入
elysia-auth-starter
elysia-auth-starter 收录了来自 titanaprilian 的 7 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Audits and writes AGENTS.md files using execution-first standards. Checks commands, gotchas, and signal-to-noise ratio. Use when asked to audit, review, score, refactor, or improve agent instruction files, fix stale commands, reduce bloat, or asking "my AGENTS.md is bad", "help me write a CLAUDE.md", or "improve my agent instructions".
Review code changes for security, performance, and correctness. Trigger with a PR URL or diff, "review this before I merge", "is this code safe?", or when checking a change for N+1 queries, injection risks, missing edge cases, or error handling gaps.
Manage Prisma database migrations for a PostgreSQL + Bun stack. Use this skill whenever the user mentions schema changes, adding/removing columns or tables, creating or running migrations, rolling back migrations, seeding data, resolving migration drift, or any Prisma-related database tasks — even if they just say "update the schema", "I need a new table", "migrate", or "prisma migrate". Always invoke this skill for anything touching prisma/schema.prisma, migration files, or the DATABASE_URL.
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Commit staged changes, push branch, and open a GitHub PR. Use when user asks to commit and push, create a PR, ship changes, send for review, or open a pull request. Triggers on phrases like 'commit and push', 'create a PR', 'open a pull request', 'send this for review', 'ship it', 'push and PR'.
Writes or rewrites README.md files tailored to the project type (CLI, library, app, framework, monorepo, or skill bundle). Discovers project context, selects the right structure, writes section by section, and validates against quality checks. Use when creating a README, writing a README from scratch, rewriting a bad README, bootstrapping project documentation, or asking "write a README for this project."
Use when you have a spec or requirements for a multi-step task, before touching code