Spec-driven autonomous development workflow. When the user wants to plan a non-trivial change, build it autonomously, or run a skeptical review of completed work, use the /forge:* commands. /forge:contract writes a rich spec through code exploration, library research, and gray-area discussion. /forge:auto loops build→evaluate→fix until the contract's success criteria are met. /forge:build implements one chunk against an existing contract. /forge:evaluate spawns a fresh-context sub-agent to verify work skeptically. /forge:parallel decomposes large work into independent streams across git worktrees. /forge:pulse generates a development-health report. /forge:status lists active contracts and their progress. The pattern: scout the code → research the libraries → discuss gray areas → write a contract → build with evidence → evaluate skeptically. Activates when the user mentions building a feature non-trivially, asks for spec-driven dev, or invokes any /forge:* command.
$npx -y skills add floka-as/floka-marketplace --skill forgeInstalls into the current project.
Run `npx skills use "https://github.com/floka-as/floka-marketplace" --skill "floka-as/floka-marketplace/forge"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/floka-as/floka-marketplace" that are relevant to the current task. Run `npx skills add "https://github.com/floka-as/floka-marketplace"` and select the relevant skills, then follow their instructions.