handoff
25grasscaograss/AwesomeWeldoneSkills
Skill Claude CodeCodex
Compact the current conversation into a handoff document for another agent to pick up.
grasscaograss/AwesomeWeldoneSkills
Skill Claude CodeCodex
Compact the current conversation into a handoff document for another agent to pick up.
grasscaograss/AwesomeWeldoneSkills
Skill Claude CodeCodex
Implement a piece of work based on a PRD or set of issues.
grasscaograss/AwesomeWeldoneSkills
Skill Claude CodeCodex
Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.
grasscaograss/AwesomeWeldoneSkills
Skill Claude CodeCodex
A tool for checking and reorganizing a file-based knowledge library, with folders grouped by subject. It can combine, divide, move, and consolidate subject areas while updating the library index and links between files.
grasscaograss/AwesomeWeldoneSkills
Skill Claude CodeCodex
A maintenance tool for keeping the ModelBase state-machine reference guide aligned with its source files. It rereads the state definitions, engine, workflow data, and state implementation files, then updates the documented diagrams and tables.
grasscaograss/AwesomeWeldoneSkills
Skill Claude CodeCodex
A reference guide to the ModelBase finite-state machine, a program structure that moves through named states when events occur. It documents the states, transitions, workflow data, services, and execution flow for the system.
grasscaograss/AwesomeWeldoneSkills
Skill Claude CodeCodex
Regenerate openspec/INDEX.md after specs or changes are modified. Use when: (1) a change has been archived and the index is stale; (2) new capabilities or specs were added; (3) user says "update index", "reindex openspec", "refresh INDEX.md", "index is out of date", "/opsx-reindex". Runs…
grasscaograss/AwesomeWeldoneSkills
Skill Claude CodeCodex
Search and navigate OpenSpec documents in this project. Use when: (1) user asks about specs related to a topic, capability, or code file; (2) looking for which specs define a feature or requirement; (3) finding active or archived changes; (4) understanding the scope of a capability. Triggers: "find spec", "which spec…
grasscaograss/AwesomeWeldoneSkills
Skill Claude CodeCodex
A staged workflow for building features across several parts of a codebase with multiple agents. It defines shared interfaces first, assigns files to agents, then combines and checks the work.
grasscaograss/AwesomeWeldoneSkills
Skill Claude CodeCodex
Generate monthly or yearly project review summaries with domain-aware knowledge evolution tracking. Collects from archive/records/, git log, archive/knowledge/ (grouped by domain), and archive/adr/ for the given period. Use when user says "monthly review", "yearly summary", "quarterly review", calls /periodic-review…
grasscaograss/AwesomeWeldoneSkills
Skill Claude CodeCodex
Build a throwaway prototype to flesh out a design — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route.
grasscaograss/AwesomeWeldoneSkills
Skill Claude CodeCodex
A reader for diagnostic files produced by .NET tools such as dotnet-trace, dotnet-dump, and dotnet-counters. These files contain runtime events, memory snapshots, performance counters, or profiling data.
grasscaograss/AwesomeWeldoneSkills
Skill Claude CodeCodex
Explore Robim.Data source code definitions from the local clone at d:/robimdata. Use when the user is working in the weldone project (or any project referencing Robim.Data nuget) and needs to understand types from the Robim.Data namespace or its sub-namespaces (Robim.Data.Geometry, Robim.Data.Math, Robim.Data.Process…
grasscaograss/AwesomeWeldoneSkills
Skill Claude CodeCodex
A release checker for two RobimWeld code repositories and their NuGet packages, which are reusable .NET libraries. It checks two supported version lines and can tag a confirmed release to start CI package publishing.
grasscaograss/AwesomeWeldoneSkills
Skill Claude CodeCodex
A switch for debugging RobimWeld source code directly instead of using packaged library versions. Project references point to local copies of the source, allowing the debugger to enter that code and use changes immediately.
grasscaograss/AwesomeWeldoneSkills
Skill Claude CodeCodex
A calculator for converting points from a robot’s coordinate system back into the shared world coordinate system. A coordinate system is a way of describing where an object is using numbers such as X, Y, and Z.
grasscaograss/AwesomeWeldoneSkills
Skill Claude CodeCodex
Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.
grasscaograss/AwesomeWeldoneSkills
Skill Claude CodeCodex
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
grasscaograss/AwesomeWeldoneSkills
Skill Claude CodeCodex
A complete working method for coding agents, covering design, planning, implementation, testing, debugging, review, and delivery. It also includes isolated Git worktrees, which are separate working directories for different branches.
grasscaograss/AwesomeWeldoneSkills
Skill Claude CodeCodex
Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
grasscaograss/AwesomeWeldoneSkills
Skill Claude CodeCodex
Teach the user a new skill or concept, within this workspace.
grasscaograss/AwesomeWeldoneSkills
Skill Claude CodeCodex
A development guide for building interactive 3D scenes with three-blazor, a Blazor wrapper around the Three.js 3D library designed for industrial simulation and welding visualisation.
grasscaograss/AwesomeWeldoneSkills
Skill Claude CodeCodex
Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices.
grasscaograss/AwesomeWeldoneSkills
Skill Claude CodeCodex
Turn the current conversation into a PRD and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.