Skip to main content
juspay
GitHub creator profile

juspay

Repository-level view of 106 collected skills across 17 GitHub repositories.

skills collected
106
repositories
17
updated
Sep 6, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
kolu
36 skills · Sep 2, 2026
Software DevelopersSoftware Quality Assurance Analysts & TestersComputer Occupations, All OtherNetwork & Computer Systems AdministratorsWeb DevelopersWriters & Authors
6 occupation categories · 94% classified
34%share
#02
xyne-spaces
14 skills · Aug 27, 2026
Web & Digital Interface DesignersWeb DevelopersData ScientistsSoftware DevelopersProject Management SpecialistsSoftware Quality Assurance Analysts & Testers
6 occupation categories · 100% classified
13%share
#03
odu
13 skills · Sep 6, 2026
Software DevelopersComputer Occupations, All OtherSoftware Quality Assurance Analysts & TestersNetwork & Computer Systems Administrators
4 occupation categories · 100% classified
12%share
#04
hyperswitch-prism
8 skills · Aug 14, 2026
Software DevelopersSoftware Quality Assurance Analysts & Testers
2 occupation categories · 100% classified
7.5%share
#05
skills
8 skills · Jun 15, 2026
Software DevelopersNetwork & Computer Systems AdministratorsWriters & Authors
3 occupation categories · 100% classified
7.5%share
#06
vira
7 skills · May 11, 2026
Software DevelopersSoftware Quality Assurance Analysts & TestersWeb & Digital Interface Designers
3 occupation categories · 100% classified
6.6%share
#07
merchant-skills
4 skills · Jul 24, 2026
Software DevelopersSoftware Quality Assurance Analysts & Testers
2 occupation categories · 100% classified
3.8%share
#08
neurolink
3 skills · Sep 1, 2026
Software Quality Assurance Analysts & TestersComputer Occupations, All Other
2 occupation categories · 100% classified
2.8%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

surface
unclassified

How a downstream app consumes the shared @kolu/surface stack (@kolu/surface · surface-app · surface-remote · surface-mcp) — declaring a typed reactive surface, serving it, consuming it (SolidJS hooks or a CLI), and mirroring a remote surface over ssh.…

Sep 2, 2026
test
unclassified

Run this repo's tests scoped to the current changes — the unit lane (`just test-unit` / a `--filter`ed vitest run) and the e2e lane (`.feature` files selected from `git diff`, run via `just test-quick`), plus which lane a diff needs and where it is safe to…

Aug 27, 2026
odu-mcp
network-and-computer-systems-administrators

odu MCP server launcher — drive CI from a coding agent. `bin/serve` resolves odu via Nix and runs `odu mcp` in the cwd. See the repo README for the tools/resources and override knobs.

Aug 24, 2026
odu
network-and-computer-systems-administrators

Reference for the `odu` runner — how to invoke a full pipeline, a single recipe, or a platform-pinned node, and how to attach to a live run, from a project whose CI odu runs. Trigger when the user asks to "run CI", "run the pipeline", "re-run a check", to run…

Aug 24, 2026
architecture-first-principles
software-developers

Evaluate an architecture against foundational principles of state, change, and time — five grounded principles PLUS a fixed set of named, executable review checks (C1–C7) run as a Workflow fan-out over a diff: ecosystem duplicates, consumer ergonomics,…

Aug 22, 2026
be
software-quality-assurance-analysts-and-testers

Modern, interactive alternative to `/do` — clarify intent up front, then take a task end-to-end with a serial AI review gauntlet (lens review (lowy ∥ hickey) → agent debate → simplify → code-police, each editing the branch in turn) → CI → evidence. ONLY…

Aug 22, 2026
kolu
software-developers

Drive one AI agent from another through kolu's terminals: spawn a Claude Code / Codex / opencode session in a PTY, prompt it, watch the screen, read the reply, prompt again. PRIMARY PATH: the kolu MCP tools (`lifecycle_create`/`lifecycle_sendInput`,…

Aug 22, 2026
parcel
software-developers

Kolu's project-wide default for filesystem monitoring is `@parcel/watcher`. Reach for this skill when adding or modifying any code that watches files or directories — recursive subtree watching, single-file observation, fs.watch alternatives, chokidar…

Aug 17, 2026
Showing 8 of 36 collected skills.
ticket-specs
project-management-specialists

Create, regenerate, update, and review Xyne Spaces ticket Specifications by interviewing for requirement intent before drafting or writing the Specification.

Aug 27, 2026
browser-qa-delivery
software-quality-assurance-analysts-and-testers

Validate a Design Studio HTML artifact in the sandbox browser, fix rendering and runtime defects, then deliver exactly the tested file.

Aug 17, 2026
dashboard-data
data-scientists-152051

Build truthful self-contained dashboard snapshots from connected MCP/data tools or user-provided datasets. Use for /dashboard runs that query real metrics, render charts or operational summaries, and may be refreshed by scheduled jobs.

Aug 17, 2026
data-visualization
data-scientists-152051

Design truthful, readable charts, diagrams, dashboards, and metric displays with appropriate encodings, hierarchy, annotation, and responsive behavior.

Aug 17, 2026
design-brief
web-and-digital-interface-designers

Turn a product or visual request into a concrete interface brief, content hierarchy, user journey, and acceptance checklist before implementing a Design Studio artifact.

Aug 17, 2026
design-critique
web-and-digital-interface-designers

Critique and polish an existing interface by finding hierarchy, consistency, usability, content, accessibility, and visual-quality defects before delivery.

Aug 17, 2026
design-system
web-and-digital-interface-designers

Create or modify coherent visual tokens and reusable component rules for color, typography, spacing, radius, elevation, controls, and interaction states.

Aug 17, 2026
frontend-composition
web-developers

Implement polished self-contained HTML interfaces with semantic structure, maintainable CSS, realistic content, and purposeful visual hierarchy.

Aug 17, 2026
Showing 8 of 14 collected skills.
odu-mcp
computer-occupations-all-other

odu MCP server launcher — drive CI from a coding agent. `bin/serve` resolves odu via Nix and runs `odu mcp` in the cwd. See the repo README for the tools/resources and override knobs.

Sep 6, 2026
odu
computer-occupations-all-other

Reference for the `odu` runner — how to invoke a full pipeline, a single recipe, or a platform-pinned node, and how to attach to a live run, from a project whose CI odu runs. Trigger when the user asks to "run CI", "run the pipeline", "re-run a check", to run…

Sep 6, 2026
be-review
software-quality-assurance-analysts-and-testers

Run /be's review gauntlet SERIALLY — architecture-first-principles FIRST (framework/structure diffs), then /lens-debate (lowy ∥ hickey), then /agent-debate with an explicitly selected Claude/Codex/Grok peer, then /simplify, then code-police, each editing and…

Jul 31, 2026
be
software-developers

Modern, interactive alternative to `/do` — clarify intent up front, then take a task end-to-end with a serial AI review gauntlet (lens review (lowy ∥ hickey) → agent debate → simplify → code-police, each editing the branch in turn) → CI → evidence. ONLY…

Jul 31, 2026
hostility-review
software-quality-assurance-analysts-and-testers

Audit an implementation against its plan with a hostile peer agent, debate findings to consensus, and drive fix waves until the auditor runs dry. Use when a done-claim needs verification the implementer cannot game ("hostile review", "adversarial audit", "is…

Jul 31, 2026
agent-debate
software-developers

Run an automated debate with a live Claude, Codex, or Grok peer until consensus — no round cap, no deadlock exit. Two explicit subcommands: `review` has the selected peer critique the current diff while the invoking agent fixes or disputes findings,…

Jul 26, 2026
do
software-developers

Do a task end-to-end — implement, PR, CI loop, ship. ONLY invoke when the user explicitly types `/do` or `$do`; never auto-select from a natural-language request, even one that sounds like an end-to-end task.

Jul 26, 2026
kolu
software-developers

Drive one AI agent from another through kolu's terminals: spawn a Claude Code / Codex / opencode session in a PTY, prompt it, watch the screen for its reply, read it, and prompt again. PRIMARY PATH: the kolu MCP server's tools…

Jul 26, 2026
Showing 8 of 13 collected skills.
new-connector
software-developers

Implements a new payment connector from scratch in the connector-service (UCS) Rust codebase. Creates connector foundation and implements all 6 core payment flows (Authorize, PSync, Capture, Refund, RSync, Void). Use when integrating a new payment gateway…

Aug 14, 2026
coverage-report
software-developers

Use when generating connector coverage or capability metrics for meetings, manager/stakeholder updates, retrospectives, or "what changed" / month-over-month / since-release comparisons in the hyperswitch-prism (UCS) repo. Covers coverage diffs over a time…

Jun 11, 2026
pr-reviewer
software-quality-assurance-analysts-and-testers

Reviews pull requests in the hyperswitch-prism (UCS) Rust codebase using a strict, fail-closed, scenario-aware review system. Classifies PRs into connector, core-flow, proto, server, SDK, CI/security, and GRACE-generated scenarios, then dispatches specialist…

Apr 20, 2026
demo-integration
software-developers

Embeds prism into any app and enables to connect to any payment processor

Apr 14, 2026
sdk-integration
software-developers

Helps developers integrate with the Hyperswitch Prism SDK across different programming languages and payment scenarios. Provides skills for setting up payment clients, processing payments, handling errors, routing between connectors, configuring connectors,…

Apr 13, 2026
add-payment-method
software-developers

Adds payment method support (Card, Wallet, Bank Transfer, UPI, BNPL, etc.) to an existing connector in the connector-service (UCS) Rust codebase. Modifies the Authorize flow transformers to handle new payment method data types. Use when a connector exists…

Apr 6, 2026
add-connector-flow
software-developers

Adds one or more payment flows (Authorize, Capture, Refund, Void, PSync, RSync, webhooks, etc.) to an existing connector in the connector-service (UCS) Rust codebase. Use when a connector already exists but is missing specific flow implementations. Handles…

Mar 25, 2026
generate-tech-spec
software-developers

Generates a technical specification for a payment connector in two phases: (1) discover and verify the connector's official API documentation links, (2) feed those links into the grace techspec CLI to produce a structured spec. Each phase can be delegated to…

Mar 25, 2026
nix-bun
software-developers

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.

Jun 15, 2026
nix-ci
software-developers

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

Jun 15, 2026
nix-perf
software-developers

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…

May 23, 2026
programming-essay
writers-and-authors

Write a programming essay or blog post in the voice of the canon — Spolsky, Yegge, Graham, Mickens, Dijkstra, Brooks, Nystrom, Kleppmann, patio11. Invoke when the user wants to argue an idea about software, architecture, languages, or the craft — not a…

Apr 19, 2026
nix-health
network-and-computer-systems-administrators

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

Apr 3, 2026
nix-rust-leptos
software-developers

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

Apr 3, 2026
cargo-watch
software-developers

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

Apr 3, 2026
vhs
software-developers

Techniques for creating deterministic terminal demo screencasts with VHS

Mar 16, 2026
haskell
software-developers

Use this when writing or reviewing Haskell code. Covers error handling, type safety, idiomatic patterns, HLint compliance, Aeson usage, and testing.

May 11, 2026
do
software-developers

Do a task end-to-end — implement, PR, CI loop, ship. ONLY invoke when the user explicitly types `/do` or `$do`; never auto-select from a natural-language request, even one that sounds like an end-to-end task.

May 11, 2026
hickey
software-quality-assurance-analysts-and-testers

Evaluate code (especially LLM-generated) for structural simplicity using Rich Hickey's "Simple Made Easy" framework. Use this skill whenever reviewing a PR, diff, or code snippet for accidental complexity — particularly when the code was generated by an AI…

May 11, 2026
lowy
software-developers

Evaluate architecture and module boundaries for volatility-based decomposition using Juval Lowy's framework (from "Righting Software", building on Parnas 1972). Use when reviewing module splits, service boundaries, new abstractions, or any decomposition…

May 11, 2026
talk
software-developers

Enter talk mode — conversation and research, no repo changes. ONLY invoke when the user explicitly types `/talk` or `$talk`; never auto-select from a natural-language question or design discussion.

May 11, 2026
code-police
software-quality-assurance-analysts-and-testers

Review code for quality, simplicity, and common mistakes before declaring work complete.

May 5, 2026
vira-design
web-and-digital-interface-designers

Vira's design system — TailwindCSS conventions, color palette, typography, spacing, components, and accessibility rules. Use when working on UI components, styling, or layout in this project (Lucid HTML in Haskell sources under packages/vira).

May 5, 2026
Showing 12 of 17 repositories