xiqin

25 mods across 1 repository, 5 stars between them.

loom-engineering

01

xiqin/loom

Plugin Claude Code

A plugin package named Loom, described as an AI engineering framework. The provided information does not explain its concrete capabilities.

5 1mo ago A tokens not measured original MIT

loom-engineering

02

xiqin/loom

Plugin Claude Code

A plugin package named Loom that provides skills and commands for AI engineering, including test-driven development, or TDD: writing tests before implementation.

5 1mo ago A tokens not measured original MIT

xiqin/loom

Skill Claude CodeCodex

Read-only cross-artifact consistency analysis after planning and before approval. Verifies that spec.md, requirements.json, plan.md, tasks/Tn.md, traceability.json are mutually consistent: no duplicate/ambiguous requirements, every behavior mapped to a task, no orphan tasks, no coverage gaps, no contradictions.…

5 1mo ago A 109 tokens original MIT

loom-brainstorming

04

xiqin/loom

Skill Claude CodeCodex

Explore 2-3 implementation options with trade-offs when the user describes a new feature or requirement. Use when: the user asks for a new feature design, implementation options, or technical trade-off analysis.

5 1mo ago A 47 tokens original MIT

loom-converge

05

xiqin/loom

Skill Claude CodeCodex

After implementation and before final verification, compare current code/tests against the intent inventory (requirements.json + traceability.json). Classify each requirement/behavior as covered, missing, partial, contradicts, or unrequested. Append missing/partial/contradicts as new tasks back to executing. Repeat…

5 1mo ago A 94 tokens original MIT

xiqin/loom

Skill Claude CodeCodex

Expand each requirement into verifiable Behavior Obligations across 15 fixed dimensions (happy-path, boundary, invalid-input, authorization, state-transition, idempotency, concurrency, atomicity, external-failure, compatibility, security, performance, observability, recovery, forbidden-behavior) before planning. Use…

5 1mo ago A 93 tokens original MIT

xiqin/loom

Skill Claude CodeCodex

Dispatch multiple independent tasks to parallel subagents when no shared file conflicts exist. Use when: a confirmed plan has independent tasks that can run concurrently without touching shared files.

5 1mo ago A 42 tokens original MIT

xiqin/loom

Skill Claude CodeCodex

Clean up a feature branch after verification: merge, create PR, keep, or discard. Follows conventional commits. Use when: a development branch has passed verification and needs merge, PR, keep, or discard handling.

5 1mo ago A 52 tokens original MIT

loom-index-update

09

xiqin/loom

Skill Claude CodeCodex

Synchronize graph backend index, structured memory, and entry docs with code after verification passes. Use when: verified code changes need graph index sync, memory updates, or entry documentation refresh.

5 1mo ago A 41 tokens original MIT

loom-init-project

10

xiqin/loom

Skill Claude CodeCodex

Bootstrap .loom/ context files for a new repository: constitution, structured memory, workflow, and agent entry files. Use when: initializing loom context for a repository that lacks .loom/ files or standard agent entry docs.

5 1mo ago A 48 tokens original MIT

xiqin/loom

Skill Claude CodeCodex

Read-only adversarial reviewer that looks for what SHOULD exist but doesn't, by cross-checking Behavior Obligations against code, tests, expected side effects, forbidden side effects, failure scenarios, and public API changes. Focuses on negative space: events that should not repeat, permissions that should not be…

5 1mo ago A 105 tokens original MIT

xiqin/loom

Skill Claude CodeCodex

Analyze user request + collect signals (file scope, keywords, worktree state, spec existence), then select pipeline steps via rule short-circuit / AI fallback / rule-based fallback. Select steps first, expose the choice to the user, and persist selected dynamicsteps only after explicit user confirmation…

5 1mo ago A 92 tokens original MIT

loom-qa

13

xiqin/loom

Skill Claude CodeCodex

A quality-assurance workflow for checking completed features and releases against their requirements. It covers functional, regression, and integration testing and produces a QA report.

5 1mo ago A 70 tokens original MIT

xiqin/loom

Skill Claude CodeCodex

Process code review feedback: classify items, implement fixes, push back with reasoning when needed. Triggered after receiving review comments on a PR or branch. Use when: code review comments have arrived and need triage, fixes, or reasoned disagreement.

5 1mo ago A 57 tokens original MIT

xiqin/loom

Skill Claude CodeCodex

Prepare a code review request with change summary, self-test results, and focus areas for reviewers. Use when: verified changes are ready for reviewer handoff or a PR needs a review request summary.

5 1mo ago A 45 tokens original MIT

loom-router

16

xiqin/loom

Skill Claude CodeCodex

Route a user request to the appropriate loom capability without replacing pipeline selection. Use when: a user request needs intent classification before choosing a skill, pipeline selector, QA, review, debugging, or branch finishing path.

5 1mo ago A 45 tokens original MIT

xiqin/loom

Skill Claude CodeCodex

Execute plan tasks via isolated subagents with reviewer checkpoints. Handles DONE/BLOCKED/NEEDSCONTEXT states. Use when: a confirmed plan should be implemented through isolated subagents with reviewer checkpoints.

5 1mo ago A 45 tokens original MIT

xiqin/loom

Skill Claude CodeCodex

Structured debugging when facing bugs, test failures, or unexpected runtime behavior. Follows a phased approach: reproduce → gather info → hypothesize → verify → fix. Use when: diagnosing bugs, failing tests, flaky behavior, or unexplained runtime errors.

5 1mo ago A 56 tokens original MIT

xiqin/loom

Skill Claude CodeCodex

Implement features using strict Red-Green-Refactor TDD cycle. No production code without a failing test first. Use when: implementing behavior where tests can define expected outcomes before production code changes.

5 1mo ago A 44 tokens original MIT

xiqin/loom

Skill Claude CodeCodex

Create an isolated git branch/worktree before coding begins. Verifies baseline tests pass. Use when: starting implementation work that should be isolated from the current branch or workspace.

5 1mo ago A 42 tokens original MIT

loom-using-loom

21

xiqin/loom

Skill Claude CodeCodex

Overview of the loom engineering framework: pipeline stages, skills catalog, and review dimensions. Load when the user asks about loom capabilities or how to use it. Use when: the user asks how loom works, what skills exist, or how to run the engineering pipeline.

5 1mo ago A 59 tokens original MIT

xiqin/loom

Skill Claude CodeCodex

Final integrity check before declaring work complete: compile, test, placeholder scan, spec coverage. Use when: code changes appear complete and need final compile, test, and integrity verification.

5 1mo ago A 43 tokens original MIT

loom-writing-plans

23

xiqin/loom

Skill Claude CodeCodex

Break a confirmed spec into ordered, independently-verifiable task files with dependency analysis. Use when: an approved spec must be decomposed into ordered, testable implementation tasks.

5 1mo ago A 39 tokens original MIT

loom-writing-skills

24

xiqin/loom

Skill Claude CodeCodex

Author or modify a loom skill file. Provides SKILL.md structure, frontmatter format, and quality checklist. Use when: creating or updating loom skills, their frontmatter, triggers, or quality checklist.

5 1mo ago A 46 tokens original MIT