juspay

68 mods across 9 repositories, 392 stars between them.

ARTIFACT-BANKING

25

juspay/neurolink

Agent

A long-running agent produces outputs that do not fit in a conversation: a worker's full report, a build log, a stage's structured result. The tempting answer is to truncate one and send the head — but the discarded bytes are gone, and nothing records that they ever existed.

128 2d ago A 0 tokens original MIT

ASYNC-DELEGATION

26

juspay/neurolink

Agent

Delegation through registerAgentTool is synchronous: the supervising agent's loop blocks on each worker, so four investigations cost four times one investigation and the supervisor sits idle while each runs.

128 2d ago A 0 tokens original MIT

BACKGROUND-COMMANDS

27

juspay/neurolink

Agent

A long-running agent has to run real commands — a build, a test suite, a linter whose output is the evidence for a finding. The two obvious shapes both fail: bashTool blocks the loop, hands the model a shell, and truncates its own output at 100 KB; a childprocess call with a command string is a shell injection with…

128 2d ago A 0 tokens original MIT

CLI-COVERAGE

28

juspay/neurolink

Agent

The Multi-Agent Networks feature has full CLI coverage. All agent and network commands are implemented in src/cli/commands/agent.ts via the AgentCommandFactory class.

128 2d ago A 0 tokens original MIT

CONFIGURATION

29

juspay/neurolink

Agent

This document describes all configuration options for the Multi-Agent Networks feature in NeuroLink.

128 2d ago A 0 tokens original MIT

TASK-CHECKLIST

30

juspay/neurolink

Agent

A long-running agent that plans in prose loses the plan the moment the conversation is summarized. The task checklist keeps the plan out of the message list: it is session state the model edits through three tools and the host reads synchronously — so "did this run actually finish everything?" is a question code can…

128 2d ago A 0 tokens original MIT

TESTING

31

juspay/neurolink

Agent

This document provides comprehensive guidance for testing the Multi-Agent Networks feature in NeuroLink.

128 2d ago A 0 tokens original MIT

VERIFICATION

32

juspay/neurolink

Agent

This document provides a manual verification checklist for the Multi-Agent Networks feature.

128 2d ago A 0 tokens original MIT

neurolink-guide

33

juspay/neurolink

Skill Claude CodeCodex

Guide for using the NeuroLink SDK and CLI. Invoke when users ask how to use neurolink, integrate AI providers, add MCP tools, configure RAG, set up memory, deploy servers, or work with multimodal content. Covers SDK, CLI, providers, tools, and enterprise features.

128 2d ago A 65 tokens original MIT

juspay-mcp

34

juspay/juspay-mcp

MCP server Claude CodeCodexCursor +2

MCP server "juspay-mcp" as configured in juspay/juspay-mcp. Runs locally from the juspay-mcp Python package.

21 13d ago A tokens not measured original Apache-2.0

skills AGENTS.md

35

juspay/skills

Instructions file CodexOpenCode

Instructions for juspay/skills, covering agents.md, skill structure and skill.md rules.

11 1mo ago A 171 tokens original MIT

cargo-watch

36

juspay/skills

Skill Claude CodeCodex

Run cargo-watch in the background for continuous clippy feedback during code editing.

11 1mo ago A 18 tokens original MIT

nix-bun

37

juspay/skills

Skill Claude CodeCodex

Use this when building a Bun (bun.lock) project with Nix. Covers bun2nix, the bun.nix dependency workflow, the bun --compile top-level-await pitfall, and a CI drift check.

11 1mo ago A 49 tokens original MIT

nix-ci

38

juspay/skills

Skill Claude CodeCodex

Use this when setting up CI for a GitHub repository — offers GitHub Actions or Vira depending on the project.

11 1mo ago A 27 tokens original MIT

nix-for-dev

39

juspay/skills

Skill Claude CodeCodex

Use this when setting up Nix for a development project (devShell + package build) and you care about nix develop being fast. Covers the zero-inputs flake.nix + npins + default.nix/shell.nix layout, sub-flakes for non-user-facing Nix, and language-specific recommendations.

11 1mo ago A 72 tokens original MIT

nix-haskell

40

juspay/skills

Skill Claude CodeCodex

Use this when working on a Haskell project with Nix. Covers haskell-flake setup, adding/overriding dependencies, package settings, and devShell configuration.

11 1mo ago A 41 tokens original MIT

nix-health

41

juspay/skills

Skill Claude CodeCodex

Use this when diagnosing or fixing a user's Nix installation — checks flakes, version, caches, max-jobs, direnv, rosetta, trusted-users, and shell config.

11 1mo ago B 40 tokens original MIT

nix-justfile

42

juspay/skills

Skill Claude CodeCodex

Conventions for writing justfile recipes in Nix-based projects.

11 1mo ago A 19 tokens original MIT

nix-oss-cache

43

juspay/skills

Skill Claude CodeCodex

Use this when setting up a GitHub repo to push its Nix builds to Juspay's shared OSS Attic cache (cache.nixos.asia/oss) — adds the substituter to flake.nix, a nix-cache.yml GitHub Actions workflow, and prompts for the ATTICTOKEN secret.

11 1mo ago A 68 tokens original MIT

nix-perf

44

juspay/skills

Skill Claude CodeCodex

Use this when a flake's nix develop / direnv allow / nix flake archive is slow on a fresh checkout (the "first time takes 10 minutes" complaint). Diagnoses where the time actually lives and how to shrink the flake.lock input graph without changing build outputs.

11 1mo ago A 71 tokens original MIT

nix-playwright

45

juspay/skills

Skill Claude CodeCodex

Use this when adding Nix-based local runs for an existing Playwright e2e suite. Provides a self-contained tests/shell.nix that uses nixpkgs-latest for playwright-driver.browsers, plus a justfile entry — works on NixOS where npx playwright install --with-deps cannot.

11 1mo ago A 78 tokens original MIT

nix-rust-leptos

46

juspay/skills

Skill Claude CodeCodex

Conventions for building Leptos CSR apps with Nix (crane + Trunk).

11 1mo ago A 27 tokens original MIT

nix-typescript

47

juspay/skills

Skill Claude CodeCodex

Skill "nix-typescript" from juspay/skills, covering typescript + nix (pnpm), dependency hash management, fix recipe, parallelization and build.

11 1mo ago A 24 tokens original MIT

pg

48

juspay/skills

Skill Claude CodeCodex

Write essays, articles, and blog posts in Paul Graham's voice — plain, spoken prose that reasons out loud and lands surprising true claims, not AI filler. Use when asked to write or rewrite something "like Paul Graham", "in PG's style", or to make a piece read like a person thinking on the page rather than generated…

11 1mo ago A 89 tokens original MIT