nonlinear-xyz

60 mods across 1 repository, 9 stars between them.

nonlinear-xyz/factory-kit

Skill Claude CodeCodex

LLM workflow conventions distilled from production agent/RAG work. Covers LangGraph TypedDict state schemas, node factory closures, conditional edge routing, structured output via JSON schema, prompt fallback patterns with optional PromptHub override, hybrid search with confidence gating + fallback supplement, SSE…

9 28d ago A 93 tokens original MIT

nonlinear-xyz/factory-kit

Skill Claude CodeCodex

Observability conventions across builds. PostHog + Sentry on day one (non-negotiable per the factory thesis — easiest to start early, most expensive to backfill). Request tracing with propagated trace IDs, structured logging, activity-log audit table, event tagging by tool/feature for per-tool usage queryability…

9 28d ago A 96 tokens original MIT

factory-pitfalls

51

nonlinear-xyz/factory-kit

Skill Claude CodeCodex

Cross-skill index of observed failure modes. Each skill carries its own Failure mode blocks under the Principle they violated; this file is the flat scan across all of them, plus process-level pitfalls that don't have a skill home. Read at project kickoff and during code review.

9 28d ago A 59 tokens original MIT

factory-prompt

52

nonlinear-xyz/factory-kit

Skill Claude CodeCodex

Convert a rough ask into a structured XML-tagged prompt using the factory-prompting vocabulary.

9 28d ago A 22 tokens original MIT

factory-prompting

53

nonlinear-xyz/factory-kit

Skill Claude CodeCodex

Structured prompting with XML tags. A small named vocabulary (instructions, context, input, outputformat, examples, constraints, role, thinking) that turns a prose ask into something the model can parse without ambiguity. Read whenever you're authoring a prompt by hand, designing a prompt template for production, or…

9 28d ago A 93 tokens original MIT

factory-release

54

nonlinear-xyz/factory-kit

Skill Claude CodeCodex

Cut a new release — bump package.json + VERSION in lockstep, commit, tag with a per-version breakdown since the last published baseline, push, publish a GitHub Release, and publish to npm. Five approval gates; the user edits release notes in their preferred editor.

9 28d ago A 58 tokens original MIT

nonlinear-xyz/factory-kit

Skill Claude CodeCodex

Use to threat-model a feature, audit AI-generated code, design sensitive-data handling, or review auth/authz boundaries. Carries the factory's security conventions — KMS encryption at rest, BAA verification for PHI, safe URL redirects, admin-client bypass guardrails, in-memory rate-limiter caveats…

9 28d ago A 106 tokens original MIT

factory-security

56

nonlinear-xyz/factory-kit

Skill Claude CodeCodex

Security conventions for builds that touch sensitive data, regulated industries, or AI-generated code paths. Covers KMS encryption at rest, BAA verification for PHI in email/SMS, safe URL redirects, admin-client bypass guardrails, in-memory rate-limiter caveats, the "read-only by default" stance for AI-generated code…

9 28d ago A 83 tokens original MIT

nonlinear-xyz/factory-kit

Skill Claude CodeCodex

Configure portable Linear workflow settings in .factory-kit/linear.json, migrating legacy .claude/linear.json settings when present.

9 28d ago A 31 tokens original MIT

factory-stack

58

nonlinear-xyz/factory-kit

Skill Claude CodeCodex

Cross-build locked stack decisions and decision criteria for divergent choices. Read at the start of any new project. Covers runtime, language, ORM, auth provider, component library, deployment, and observability — what's a hard pick, what depends on context, and the criteria for context-driven picks.

9 28d ago A 61 tokens original MIT

factory-standup

59

nonlinear-xyz/factory-kit

Skill Claude CodeCodex

Dev standup — open Linear tickets grouped by in-flight, top priority, and backlog.

9 28d ago A 22 tokens original MIT