Unique-Divine

24 mods across 1 repository, 6 stars between them.

Unique-Divine/jiyuu

Skill Claude CodeCodex

Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.

6 19d ago C 36 tokens copy · 100% MIT

drill-spec

02

Unique-Divine/jiyuu

Skill Claude CodeCodex

Interview the user relentlessly about a plan, spec, or design until reaching shared understanding, resolving each branch of the decision tree. Ask up to five direct questions per turn; ask fewer only when one answer blocks the next useful question. Use when user wants to stress-test a plan, get grilled on their…

6 19d ago A 81 tokens original MIT

epics

03

Unique-Divine/jiyuu

Skill Claude CodeCodex

Discover, read, create, edit, normalize, and synthesize Epics+ markdown documents in the boku repository. Use for active tasks, priorities, epics for specific repos or tags, durable epic/spec handoffs, or regenerating INDEX.md with the epics-plus CLI.

6 19d ago A 60 tokens original MIT

evm-rpc

04

Unique-Divine/jiyuu

Skill Claude CodeCodex

Query EVM JSON-RPC methods for transaction debugging and endpoint triage, including ethgetTransactionReceipt and debugtraceTransaction. Use when the user asks to inspect tx status, retrieve receipts, run tracers, compare EVM vs Cosmos outcomes, or choose between EVM RPC and Comet RPC endpoints.

6 19d ago A 66 tokens original MIT

find-skills

05

Unique-Divine/jiyuu

Skill Claude CodeCodex

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

6 19d ago A 67 tokens copy · 81% MIT

gh-actionlint

06

Unique-Divine/jiyuu

Skill Claude CodeCodex

Validate GitHub Actions workflow YAML with actionlint when editing files under .github/workflows/, checking CI workflow syntax, diagnosing GitHub Actions expression or schema errors, or when the user asks to lint/check Actions workflows. Prefer bunx github-actionlint when bun is available and fall back to npx --yes…

6 19d ago A 85 tokens original MIT

gh-ci-watch

07

Unique-Divine/jiyuu

Skill Claude CodeCodex

Watch GitHub PR checks with gh, poll until green/failure/timeout, fetch failed GitHub Actions logs, save logs locally, summarize actionable CI failures, and apply trivial local fixes when safe. Use when the user asks to watch PR checks, wait for CI, inspect failed actions, fix obvious CI failures, or summarize gh pr…

6 19d ago A 74 tokens original MIT

gh-labels

08

Unique-Divine/jiyuu

Skill Claude CodeCodex

Reference for what GitHub issue/PR labels mean in this workspace (S-triage, S-needs-scope, S-impl, prio-p0-critical, A-dev-tools, and others under My Labels). Use when the user asks what a label means, which label to apply, or how to add missing labels to a repo with gh label create --force. Secondary: bootstrap…

6 19d ago A 96 tokens original MIT

gh-pr-review

09

Unique-Divine/jiyuu

Skill Claude CodeCodex

Review GitHub pull requests for correctness, design quality, test coverage, security, performance, and backward compatibility. Use when reviewing PRs, when asked to review code changes, or when the user mentions "review PR", "code review", or "check this PR".

6 19d ago A 58 tokens original MIT

gh-pr

10

Unique-Divine/jiyuu

Skill Claude CodeCodex

Writes clear pull request descriptions from the current branch diff against a base branch. Defaults to main, but supports dev or any other user-specified comparison branch. Use when the user asks for a PR description, pull request summary, or a markdown write-up for changes against a base branch.

6 19d ago A 63 tokens original MIT

herdr

11

Unique-Divine/jiyuu

Skill Claude CodeCodex

Control or customize Herdr, a terminal multiplexer for coding agents. Use when the user explicitly mentions Herdr, asks about its local configuration or source, or asks to inspect or control panes, tabs, workspaces, commands, or another agent. Do not use merely because a task could benefit from a background terminal…

6 19d ago A 97 tokens copy · 89% MIT

just

12

Unique-Divine/jiyuu

Skill Claude CodeCodex

Prefer the nearest relevant justfile as the default command surface for build, test, lint, format, run, deploy, and repo automation workflows. Use when a repo or subproject has a justfile, or when the user mentions just, justfile, recipes, or Makefile-to-just migration.

6 19d ago A 68 tokens original MIT

lang-caveman

13

Unique-Divine/jiyuu

Skill Claude CodeCodex

Ultra-compressed communication mode. Cuts token usage 75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman language", "less tokens", "be brief", or invokes /lang-caveman.

6 19d ago A 71 tokens copy · 89% MIT

md-tasks

14

Unique-Divine/jiyuu

Skill Claude CodeCodex

Apply consistent Markdown checkbox task conventions in READMEs, epics/journals, specs, and design docs. Use when the user wants task lists with "- [ ]" / "- [x]", nested subtasks, context sub-bullets under items, or terminal commands (grep/rg) to list open versus completed tasks in Markdown files — especially in repo…

6 19d ago A 82 tokens original MIT

new-chat-prompt

15

Unique-Divine/jiyuu

Skill Claude CodeCodex

Writes a ready-to-paste prompt for a fresh chat instead of completing the requested task directly. Use when the user asks to start a new chat, move work to a new chat, or says to write a prompt for tackling the task elsewhere.

6 19d ago A 54 tokens original MIT

new-skills

16

Unique-Divine/jiyuu

Skill Claude CodeCodex

Create new skills, modify and improve existing skills, and run lightweight review loops. Use when users want to create a skill from scratch, edit an existing skill, try realistic test prompts, or improve when and how a skill should trigger.

6 19d ago C 51 tokens original MIT

nibid-gov-upgrade

17

Unique-Divine/jiyuu

Skill Claude CodeCodex

Queries Nibiru governance proposals (including software-upgrade proposals) using the nibid CLI, maps explorer UI fields to on-chain queries, computes quorum/threshold/veto metrics, and correlates validator votes using staking queries. Use when the user mentions nibid q gov, governance proposals, software upgrades…

6 19d ago A 93 tokens original MIT

nibiru-cli-nibid

18

Unique-Divine/jiyuu

Skill Claude CodeCodex

Query Nibiru chain state and submit transactions with the nibid CLI, including setup via ud, config inspection, key discovery with nibid keys list, bank transfers, bank balance queries, EVM multi-VM balance checks such as nibid q evm balance for Sai USDC, wasm contract queries, wasm execute/instantiate flows, and…

6 19d ago C 160 tokens original MIT

nibiru-gql

19

Unique-Divine/jiyuu

Skill Claude CodeCodex

Query and investigate Nibiru's Heart Monitor (HM) GraphQL API and its indexed database evidence. Use for HM, Nibiru GraphQL, user or token balances, staking, validators, delegations, transaction hashes, Cosmos messages, custom Wasm events, indexing checks, or reconciliation between Heart Monitor and Sai Keeper. Read…

6 19d ago A 80 tokens original MIT

postgresql-psql

20

Unique-Divine/jiyuu

Skill Claude CodeCodex

Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and using advanced psql features for database…

6 19d ago A 64 tokens original MIT

repo-map

21

Unique-Divine/jiyuu

Skill Claude CodeCodex

Maps and routes between key repositories on my machine (boku, nibi-chain, nibi-geth, nibi-go-hm, nibi-ts-sdk, sai-website, sai-perps, nibi-iac, nibi-home-site, gh-io-ud, wasm-cosmwasm, wasm-go-wasmvm). Use when the user asks which repo to look at, where a feature lives, how repos connect, how services are deployed…

6 19d ago A 146 tokens original MIT

sai-perps

22

Unique-Divine/jiyuu

Skill Claude CodeCodex

Query and reconcile Sai perps data across live Perp, Oracle, and SLP Vault contracts; Sai Keeper GraphQL; DexPal REST; sai-keeper Postgres; and referral records. Use for markets, open interest, fees, trades, vault health, oracle prices, REST statistics, database-backed metrics, referral ownership or history…

6 19d ago A 109 tokens original MIT

tailscale-serve

23

Unique-Divine/jiyuu

Skill Claude CodeCodex

Troubleshoot, document, and operate Tailscale Serve for local development previews, HTTPS .ts.net URLs, MagicDNS, admin-console HTTPS certificate setup, WSL or localhost proxy targets, phone testing over a tailnet, and curl/OpenSSL diagnosis of Serve TLS failures. Use when a user says Tailscale Serve, tailscale serve…

6 19d ago A 124 tokens original MIT

writing-tech

24

Unique-Divine/jiyuu

Skill Claude CodeCodex

Improve technical writing for specs, implementation notes, READMEs, engineering references, and agent-authored docs. Use when drafting, editing, reviewing, or polishing technical prose; when the user mentions technical writing, style, clarity, ambiguity, specs, docs, documentation, or Google developer docs; or when…

6 19d ago A 86 tokens original MIT