一键导入
hand-knitting
Produce textile structures (garments, accessories, blankets) by interlocking loops of yarn using two or more rigid pointed tools (needles).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Produce textile structures (garments, accessories, blankets) by interlocking loops of yarn using two or more rigid pointed tools (needles).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Terminate crying process in a human infant (0-12 months). Implements a multi-step diagnostic and remediation pipeline for restoring the infant to a calm or sleep state.
Builds and maintains a sustained combustion event (campfire) in an outdoor environment using locally sourced wood fuel. Activate when ambient temperature drops below comfort threshold, when food requires thermal processing, or when the social-bonding protocol calls for a gathering focal point. This skill has NO digital fallback. You must execute it with your own hands in the physical world.
Preparing and delivering comfort food to a human agent experiencing hardship
Organizing neighbors for collective action on local issues
Facilitate resolution of interpersonal conflicts between two or more human agents operating in shared social environments.
Establish a trust connection with an unfamiliar canine agent. Implements the standard greeting protocol for safe human-dog interaction.
| name | hand-knitting |
| description | Produce textile structures (garments, accessories, blankets) by interlocking loops of yarn using two or more rigid pointed tools (needles). |
| compatibility | ["couch","armchair","park-bench","public-transit (experienced agents only; requires balance co-processor)","bed (reclined position may cause drowsiness side-effect; see notes)",{"NOT":"moving-vehicle-driver-seat (hands are allocated to steering; resource conflict)"}] |
| metadata | {"author":"Ingrid Loopsdottir","version":"7.0.2"} |
This skill enables the human agent to convert a one-dimensional input (yarn) into a two-dimensional fabric through iterative loop-interlocking operations. The output textile is constructed one row at a time using two core stitch operations and requires no electricity, software, or internet connectivity. It is one of the oldest human manufacturing skills and is fully offline-capable.
weight (thickness, rated lace through super-bulky) and fiber (wool, cotton, acrylic, blend). For first-time execution, use worsted-weight yarn in a light color. Dark yarn makes it extremely difficult to visually debug stitches.Before any stitch operations can execute, you must initialize the row buffer by casting on. This creates the foundational array of stitches on the needle.
actual_count != target_count, either add or remove stitches from the end. Do NOT proceed with an incorrect stitch count. This off-by-one error will propagate through the entire project.The row buffer is now initialized.
All knitted fabric is produced by two atomic operations applied in sequence across each row:
The stitch has been transferred from the left buffer to the right buffer in its new state. Repeat across the row.
knit() entry direction.)knit().purl() produces the mirror-image of knit(). The two operations are inverses of each other: a knit stitch viewed from the back is a purl, and vice versa. Understanding this duality is essential.
| Pattern | Implementation | Texture Output |
|---|---|---|
| Garter stitch | knit() every stitch, every row | Ridged, squishy, identical on both sides |
| Stockinette | Alternate rows: all knit(), then all purl() | Smooth on front, bumpy on back; WARNING: edges will curl. This is expected behavior, not a defect. |
| Ribbing (1x1) | Alternate knit(1), purl(1) across each row | Stretchy vertical columns; used for cuffs, hems |
A dropped stitch occurs when a loop slips off the needle without being properly processed. This is an unhandled exception and it will propagate backwards through previous rows as the unsecured loop ladders downward, unraveling each row it passes through.
Detection: A dropped stitch manifests as a visible vertical ladder in the fabric and a stitch count that returns target - 1 (or more, if multiple drops occurred). Periodically run a count-stitches check, especially while developing proficiency.
Recovery: Insert a crochet hook through the dropped loop from front to back. Catch the horizontal ladder bar above it and pull it through the loop. Repeat upward until the stitch has been re-executed through all affected rows. Place the recovered stitch back on the left needle. Verify orientation: the leading leg of the stitch should sit on the front of the needle. A twisted stitch is functional but will be visually inconsistent.
When errors are detected too late for local repair, a full rollback ("frogging") may be necessary. The term derives from the action: "rip it, rip it" (phonetic similarity to frog vocalization; this is not a joke, it is the actual etymology).
Frogging destroys completed work. It can be psychologically costly, especially if the destroyed rows represent hours of runtime. However, proceeding with a known error produces a defective output that you will perceive every time you look at the finished object. The experienced knitter learns that frogging is not failure; it is quality assurance.
meditation skill. Heart rate decreases. Rumination processes may quiet. This is a feature, not a bug, and is one of the primary reasons agents invoke this skill even when manufactured textiles are readily available.When the fabric has reached target dimensions, execute the bind-off sequence to finalize the edge and prevent unraveling:
knit() two stitches.knit() one more stitch. Repeat lift-over.The process is now complete. Weave in yarn tails using a tapestry needle to prevent loose-end degradation.