nograai

Nogra Claude Marketplace — Development skill for Claude Code

Development community

Official public Claude Code marketplace for Nogra.

How to install Nogra Claude Marketplace

This entry records only its repository, not the path inside it, so there is no exact command to give. Open nograai/nogra-claude-marketplace and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Nogra Claude Marketplace does

Official public Claude Code marketplace for Nogra.

Alternatives in Development

  • Anthropic Cookbook — Official examples and guides from Anthropic 36.3k ★
  • Claude Plugins Official — Anthropic-managed directory of high quality Claude Code Plugins 14.9k ★
  • JWT Scan — JWT attack toolkit (offline) — alg:none forgery, RS256→HS256 algorithm confusion, weak-secret crack, static cl 4.5k ★

README

Nogra Claude Marketplace

Official public Claude Code marketplace for Nogra.

Nogra gives Claude Code a memory, a conscience, and a second brain — local-first, on the plan you already pay for. A bounded memory Claude keeps between sessions, a `brain/` knowledge vault for deep work, and a verify-before-done gate: on work with real scope or risk, you approve a short plan first, the work runs, then the result is checked against that plan before it is called done.

Nogra is pull-first. Ordinary chat, code edits, debugging and implementation stay direct unless you ask for Nogra. When the work needs a clearer contract, Nogra gives you local briefs, dispatch receipts, evidence records, verification support and workspace continuity under `.nogra/`. Everything it knows is a file you own, and it never touches your credentials.

Install

Nogra requires Node.js 18+ on your PATH. The local runtime is a small Node script used by the plugin hooks and skills.

claude plugin marketplace add nograai/nogra-claude-marketplace
claude plugin install nogra@nogra-claude

Then start Claude Code in the folder where you want Nogra active:

cd my-project
claude

Set up local Nogra state:

/nogra:setup

For an existing project, run:

/nogra:adapt

For a workspace that manages several projects:

/nogra:create my-project

What Nogra Adds

  • Memory: durable memory in Claude Code's own native Auto Memory (~/.claude/projects//memory/) — Claude writes and loads it; Nogra keeps it bounded so it stays a theory of you, not an archive, and self-learns from your corrections.
  • Brain: a brain/ knowledge vault (raw/wiki/index.md) that ships with the workspace, pull-first — loaded only when you bring it in for deep work.
  • Brief: approved scope, success criteria, stop criteria and evidence shape.
  • Dispatch: execution of an approved brief after explicit GO.
  • Verify: a separate check against the brief and availa