nifra
01Plugin Claude Code
Plugin marketplace listing 1 plugin: nifra.
Plugin Claude Code
Plugin marketplace listing 1 plugin: nifra.
Skill Claude CodeCodex
Deterministic, no-AI security scan of the current repo: dependency advisories (osv-scanner), committed secrets (gitleaks), unsafe-pattern taint rules (semgrep), and the project verify gate. Normalizes every result into one Finding schema, writes .security/report.json + report.md, and exits with a CI-gateable contract.…
MCP server Claude CodeCodexCursor +2
MCP server "nifra" as configured in nifrajs/nifra. Launched with bash -c exec bun run "${CLAUDE_PROJECT_DIR:-.}/packages/cli/src/cli.ts" mcp.
Instructions file CodexOpenCode
Instructions for nifrajs/nifra, covering agents.md - nifra quick reference for coding agents, 1 · define a route (typed, chainable), 2 · validate a body/query at the trust boundary (auto-422), 3 · read platform env (kv / d1 / secrets) and 4 · set status / headers, and the control-flow rule.
Plugin Claude Code
Skills for building and verifying Nifra apps: contract-first APIs, full-stack SSR on five UI libraries, and the check/assure/capabilities gates. Prefers Nifra's live MCP server over model recall.
Skill Claude CodeCodex
Use when building or changing a typed JSON API in Nifra - routes with server() or defineContract, request validation with @nifrajs/schema or any Standard Schema library, middleware and plugins, WebSockets, OpenAPI, and consuming the API from the zero-codegen @nifrajs/client. Load after the nifra skill.
Skill Claude CodeCodex
Use before declaring Nifra work complete, when a Nifra CI gate fails, or when wiring Nifra checks into CI - nifra check drift gate, nifra assure route security evidence, nifra capabilities check effect provenance, nifra manifest diff deploy promotion, nifra doctor, the verification ladder, and contract-derived testing…
Skill Claude CodeCodex
Use when building the full-stack side of a Nifra app - file routes, layouts, loaders and actions, forms, server functions, streaming SSR, islands, SSG and ISR, the query cache, and the React, Vue, Solid, Svelte, or Preact render adapters. Covers the client/server boundary rules and the hydration errors that boundary…
Skill Claude CodeCodex
Use when writing, reviewing, or debugging code in a Nifra project (@nifrajs/ packages, nifra CLI, server()/defineContract, loaders and actions, file routes under routes/). Explains how to reach Nifra's live MCP tools so signatures come from the installed version instead of memory, and which sibling skill to load for…
MCP server Claude CodeCodexCursor +2
Nifra docs, runnable examples, and API types as an MCP server for any AI assistant. Remote server at mcp.nifra.dev.