Skip to content

epic: Sync skills to remote #16

Merged
Unique-Divine merged 12 commits into
mainfrom
ud/skills
May 15, 2026
Merged

epic: Sync skills to remote #16
Unique-Divine merged 12 commits into
mainfrom
ud/skills

Conversation

@Unique-Divine
Copy link
Copy Markdown
Owner

@Unique-Divine Unique-Divine commented May 15, 2026

Expand ai-skills playbooks and Sai/Epics references

This PR refreshes the Cursor ai-skills/ tree so agents get clearer operational guidance: new reusable skills for reviews and authoring, richer Epics+ and repo-navigation workflows, and deeper Sai mainnet query docs—while leaning on nibid config instead of hard-coded RPC endpoints where examples used to pin archive nodes.

Key Changes

  • New skills: gh-pr-review (structured PR review), skill-creator (authoring loop + quick_validate helpers + Apache LICENSE), md-tasks (checkbox conventions), writing-tech (prose/style for agent-facing docs).
  • Epics+: Quick Start reordering, repo-map cross-reference for repos, and a dedicated “Finding or Searching for Epics” mode with JSON scan fields, ranking, output shapes, and status/limit flags.
  • Chain/repo tooling: nibiru-cli-nibid documents get.nibiru.fi installs; bank send example drops inline archive --node; repo-map adds NibiruChain remote table and cloning.md with ~/ki clone recipes.
  • Sai perps: Vault labeling cleanup, expanded SLP smart-query documentation in SKILL.md, new slp-vaults.md runbook (health, caps, rewards, raw keys), and sai_perps_q uses default nibid RPC.
  • Housekeeping: Empty ai-skills/.marksman.toml stub for workspace tooling.

  • ai-skills(drill-spec): Number steps and persist drill decisions into specs or notes
  • ai-skills(epics-plus): Add epic search mode, scan filters, and tighter Quick Start workflow
  • ai-skills(nibiru-cli-nibid): Document get.nibiru.fi nibid installer URLs and behavior
  • ai-skills(nibiru-cli-nibid): Drop hard-coded archive RPC from bank send example
  • ai-skills(repo-map): Document NibiruChain remotes table and link cloning guide
  • ai-skills(sai-perps-query): Expand SLP vault queries, cross-link nibid skill, default nibid RPC
  • ai-skills(sai-perps-query): Normalize vault labels in mainnet address table
  • ai-skills: Add empty Marksman workspace stub under ai-skills
  • ai-skills(gh-pr-review): Add structured GitHub PR review playbook skill
  • ai-skills(md-tasks): Add Markdown checkbox task conventions skill
  • ai-skills(skill-creator): Add skill authoring bundle, Apache license, and validate scripts
  • ai-skills(writing-tech): Add technical writing guidance skill and resource links

Note

Low Risk
Low risk documentation-focused update; only minor operational risk is that examples now rely on local nibid config defaults (no hard-coded RPC), which could confuse users with misconfigured CLI settings.

Overview
Refreshes the ai-skills/ knowledge base with new reusable playbooks (gh-pr-review, skill-creator, md-tasks, writing-tech) and extends existing skills with clearer workflows and cross-references.

Improves operational guidance for planning and navigation by expanding epics-plus (search mode + scan/index usage), repo-map (GitHub remote mapping + cloning guide), and drill-spec (decision capture), and deepens Sai mainnet contract query docs by adding an SLP Vault runbook (slp-vaults.md) and updating examples to use default nibid configuration rather than pinned RPC flags.

Reviewed by Cursor Bugbot for commit 95982b8. Configure here.

@Unique-Divine Unique-Divine merged commit c0c39b0 into main May 15, 2026
3 checks passed
@Unique-Divine Unique-Divine deleted the ud/skills branch May 15, 2026 05:20
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 95982b8. Configure here.

NODE="https://rpc.archive.nibiru.fi:443"
# helper alias
sai_perps_q() { nibid query wasm contract-state smart "$1" "$2" --node "$NODE" --output json; }
sai_perps_q() { nibid query wasm contract-state smart "$1" "$2"; }
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Accidental removal of --output json from helper function

High Severity

The sai_perps_q helper function lost --output json when --node "$NODE" was removed. Without it, nibid defaults to text/YAML output, but every usage example in this file shows expected JSON output (e.g., # → {"data":{"long":"..."}}). The companion sai_q function in slp-vaults.md correctly includes --output json, confirming the omission here is accidental.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 95982b8. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant