sameera

40 mods across 1 repository, 10 stars between them.

nexus CLAUDE.md

01

sameera/nexus

Instructions file

Claude Code instructions for sameera/nexus, covering nexus, project overview, working on nexus itself, code conventions and test-first development.

10 yesterday A 1,427 tokens GPL-3.0

nxs-architect

02

sameera/nexus

Agent

Technical architecture expert for system design, scalability, and implementation feasibility. Invoke for: technical feasibility assessment, comparing implementation approaches, architecture reviews, performance/security deep-dives, or evaluating scope changes from a technical perspective.

10 yesterday A 0 tokens GPL-3.0

nxs-epic-gate

03

sameera/nexus

Agent

Epic-level planning gate. Checks one epic.md for acceptance-criteria quality by storytype and internal consistency, before its story issues are filed. Invoke from /nxs.epic (at the approval gate) or standalone against any epic.md. Returns inline findings; makes no edits and files no issues.

10 yesterday A 68 tokens GPL-3.0

nxs-pm

04

sameera/nexus

Agent

Principal Product Manager with domain expertise.

10 yesterday A 12 tokens GPL-3.0

nxs.analyze

05

sameera/nexus

Command

Implementation-conformance gate. Checks the implemented code against the epic's acceptance criteria, success metrics, and the decision record's invariants — does the build do what the planning said. Refuses to run while the epic's decision-record sub-issue is unapproved, and stamps which record it checked against.…

10 yesterday A 0 tokens GPL-3.0

nxs.close

06

sameera/nexus

Command

Close an epic. Emits a human-prose close record beside the resolved epic.md — under the gitignored .nexus/tmp/ for an issue-sourced local close, in the committed entry for an old-contract one — (key decisions + deferred-scope pointer + deviation rationale from a close-from-diff pass), files deferred scope as backlog…

10 yesterday C 228 tokens GPL-3.0

nxs.council

07

sameera/nexus

Command

Product council facilitator that synthesizes PM and Architecture perspectives into actionable recommendations. Invoke for feature decisions, build-vs-buy evaluations, scope trade-offs, or when you need balanced product/technical analysis.

10 yesterday A 45 tokens GPL-3.0

nxs.decision-record

08

sameera/nexus

Command

Add the architectural decision record to a planned epic — the focused "why" (key decisions + refuted alternatives, invariants, risks), tiered by complexity. Reads the epic and its stories; files the record as a sub-issue of the epic issue (its durable home) and moves the epic from needs-design to in-progress, with…

10 yesterday A 177 tokens GPL-3.0

nxs.discover

09

sameera/nexus

Command

Run pre-epic discovery on a foggy initiative as a multi-session loop over a committed store. Starts a discovery by naming its destination and writing one decision ticket per open decision, resumes it one decision at a time, and closes it when the resolutions conclude that no build follows. Writes nothing to GitHub — a…

10 yesterday A 86 tokens GPL-3.0

nxs.distill

10

sameera/nexus

Command

Drain the queue — committed entries and same-sitting ephemeral .nexus/tmp entries alike — into the concept store via a reviewed distillation-PR. Reads each closed queue entry (epic + close record) plus the epic's decision record — fetched from its record sub-issue and verified against the hash stamped at close — plus…

10 yesterday A 140 tokens GPL-3.0

nxs.epic

11

sameera/nexus

Command

Turn a natural-language capability description into a right-sized epic with user stories and acceptance criteria, then — on approval at a decision-grade digest — file the epic and one GitHub issue per story together. Takes intent directly — no feature brief required. Oversized scope decomposes to backlog stub issues…

10 yesterday C 73 tokens GPL-3.0

nxs.setup

12

sameera/nexus

Command

One-time project bootstrap. Auto-detects the stack, generates system docs/standards, scaffolds the Nexus surfaces, then runs an interactive interview (via the nxs-setup skill) to build the product context. Replaces the old nxs.init + nxs.product-context.

10 yesterday A 62 tokens GPL-3.0

nxs-abs-doc-path

13

sameera/nexus

Skill Claude CodeCodex

Convert repository-relative paths to absolute GitHub URLs for use in documentation.

10 yesterday A 0 tokens GPL-3.0

nxs-close-migration

14

sameera/nexus

Skill Claude CodeCodex

Run the close-migration preflight or the gated migrate step of /nxs.close. Use standalone to diagnose a member repo's close readiness or to recover a half-finished migration.

10 yesterday A 43 tokens GPL-3.0

nxs-epic-resolve

15

sameera/nexus

Skill Claude CodeCodex

Rebuild a planned epic from its GitHub issue number — the epic body, its story sub-issues, and the native blockedby graph — into a deterministic, gitignored epic.md. The single producer of the materialized epic every downstream stage reads when nothing was committed at planning.

10 yesterday A 65 tokens GPL-3.0

nxs-gh-create-epic

16

sameera/nexus

Skill Claude CodeCodex

Create a GitHub issue from an Epic document. Use when the user wants to create a GitHub issue from an epic.md file, sync an epic to GitHub, or link an epic document to a GitHub issue. The skill extracts the epic title and type from YAML frontmatter, creates an issue via gh issue create, and updates the frontmatter…

10 yesterday A 85 tokens GPL-3.0

nxs-gh-create-story

17

sameera/nexus

Skill Claude CodeCodex

Create GitHub issues from STORY-.md work-item files. Use to bulk-create one issue per user story from markdown files whose frontmatter carries title, labels, parent (epic), and project. Extracts frontmatter, creates issues via gh CLI, links each as a sub-issue of the parent epic, and adds them to a project.

10 yesterday A 77 tokens GPL-3.0

nxs-pr-worktree

18

sameera/nexus

Skill Claude CodeCodex

Resolve a PR's merge state and SHAs and manage the git worktree for the --pr post-merge flow of /nxs.analyze and /nxs.close. Single-repo and hub only; rejects member repos.

10 yesterday A 52 tokens GPL-3.0

nxs-record-digest

19

sameera/nexus

Skill Claude CodeCodex

Compute the canonical digest of an epic's decision-record sub-issue — the one implementation every stage that stamps or verifies the record hash invokes. Fetches the record body from GitHub, applies the stated canonicalisation rule, and prints the full hexadecimal digest plus the record's approval state. Use from…

10 yesterday A 103 tokens GPL-3.0

nxs-setup

20

sameera/nexus

Skill Claude CodeCodex

Interactive product-context interview. Asks at most 5 strategic questions one at a time, applies PM pattern-recognition to infer the rest, and writes the product context under the resolved docs root (docs/product/context.md in a single-repo checkout). Invoked by /nxs.setup during project bootstrap, or run standalone…

10 yesterday A 76 tokens GPL-3.0

sameera/nexus

Skill Claude CodeCodex

Print the workspace status read-out — the hub, each declared member, and each member's checkout state — resolved from the current checkout. Use to verify a new or changed multi-repo workspace before a downstream stage depends on it, or to confirm a repo is in single-repo mode.

10 yesterday A 64 tokens GPL-3.0

nxs-analyzer

22

sameera/nexus

Agent Claude Code

Consistency and completeness validator. Analyzes epic/HLD/task alignment, identifies coverage gaps, detects inconsistencies, auto-remediates task issues. Invoke for: pre-issue-creation validation, coverage analysis, superfluous task detection.

10 yesterday A 0 tokens GPL-3.0