一键导入
Forgeloop-kit
Forgeloop-kit 收录了来自 zakelfassi 的 14 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Validate both the standard Forgeloop HUD and the spectator-facing Director Mode against the same canonical loopback state. Use when changing elixir/priv/static/ui/*, when adding stream/broadcast presentation features, or when you need to prove the HUD spectacle still reflects repo-local truth.
Create reviewable, heavy-atom git commits from current changes (working tree by default; optionally staged/unstaged/range), then push a branch and open a PR. Use when you need to split mixed changes into a small number of cohesive commits (not tiny commits) and ship via GitHub PR.
Build with rp-cli context builder plan → implement
Deep investigation with rp-cli commands: tools gather evidence, follow-up reasoning synthesizes selected context
Export a ChatGPT-ready Question / Plan / Review prompt using rp-cli
Refactoring assistant using rp-cli to analyze and improve code organization
Reminder to use rp-cli
Code review workflow using rp-cli git tool and context_builder
End-to-end closed-loop build flow (brief -> plan -> forge skills -> execute -> validate). Use when you want a repeatable build loop that improves itself by forging reusable skills over time.
Drive execution as a closed loop: pick the next task, ensure needed skills exist, run checks, iterate until acceptance is met. Use when asked to run/operate a build loop or manage multi-step delivery.
Turn a freeform brief into a concrete build plan: requirements, tasks, skill opportunities, runbook, risks, acceptance. Use when asked to plan a feature/project, refine IMPLEMENTATION_PLAN.md, or create a skills blueprint before building.
Scaffold a new reusable Skill (SKILL.md + optional scripts/references/assets). Use when asked to create a new skill, when a task would benefit from a reusable procedural guide, or when you notice repeated workflow friction.
Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out.
Convert a PRD markdown file to prd.json for execution. Triggers on: convert prd, create tasks, prd to json, generate tasks from prd.