一键导入
nerds-vibecoding-survivor-toolkit
nerds-vibecoding-survivor-toolkit 收录了来自 quinteroac 的 10 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Fixes one issue from the iteration issues list by reproducing, diagnosing, and resolving it. Invoked by: bun nvst fix issue.
Refines .agents/PROJECT_CONTEXT.md via editor mode or challenge mode. Challenge mode validates the document against the actual codebase and detects compliance issues. Triggered by: nvst refine project-context.
Leads a structured ideation interview to surface feature/project ideas and update ROADMAP.md with new candidates.
Creates or updates .agents/PROJECT_CONTEXT.md with project conventions, tech stack, code standards, testing strategy, and product architecture. Triggered by: nvst create project-context.
Drive interactive approval of the prototype by updating project context and roadmap artifacts after a completed iteration.
Load the refactor plan from it_{iteration}_audit.json and invoke the agent to apply code changes.
Validate the current iteration's PRD against the implemented code via the audit prototype skill.
Implements a single user story from the PRD: writes code and tests, follows project conventions. Invoked by: nvst create prototype.
Updates an existing product requirement document based on user feedback. Triggered by: nvst refine requirement.
Gathers the requirement from the user and produces it_{iteration}_product-requirement-document_001.md (indexed). Triggered by: nvst define requirement.