一键导入
agency-starter-kit
agency-starter-kit 收录了来自 sethdavis512 的 3 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Drive a Linear issue to an open GitHub pull request in any repo. Fetches the issue, branches using Linear's suggested branch name, implements the change, runs the project's own checks (typecheck, lint, tests), captures screenshots of UI changes and links them from the PR body, opens the PR with gh, and moves the issue to a review status. Use when the user says "work on ABC-123" (any Linear issue identifier), "take this Linear issue to a PR", "implement this ticket", "linear to pr", or pastes a linear.app issue URL to be implemented. Not for creating or triaging Linear issues, and not for reviewing or merging existing PRs.
Give a new developer a guided tour of a repository that explains how the pieces connect, not just what files exist. Use when the user says "give me a tour", "walk me through this repo/codebase", "how does this all connect", "explain this project", "I'm new here, where do I start", "what does this do", "onboard me", or asks what would confuse someone handed the repo cold. Traces entry points, the central organizing idea, the dependency/data flow between parts, and surfaces placeholder, unused, misleadingly-named, or half-migrated things. NOT for reviewing code quality or finding bugs (use code-review), for removing dead code (use cruft), or for explaining a single function/file (just read it).
Guides for configuring Prisma with different database providers (PostgreSQL, MySQL, SQLite, MongoDB, etc.). Use when setting up a new project, changing databases, or troubleshooting connection issues. Triggers on "configure postgres", "connect to mysql", "setup mongodb", "sqlite setup".