Command Cursor
Systematic workflow for triaging and fixing bugs with architecture grounding.
Command Cursor
Systematic workflow for triaging and fixing bugs with architecture grounding.
Command Cursor
Generate a post-AI-edit confidence report showing what changed, what evidence was checked, what risks remain, and what to inspect at 3AM.
Command Cursor
After an agent mistake, improve repo AI guidance (Sruja).
Command Cursor
Implement from a frozen plan in a focused session (Sruja).
Command Cursor
Produce a task-level implementation plan (Sruja).
Command Cursor
Structured review workflow before merging changes. Produces actionable feedback with architecture grounding.
Command Cursor
Prime context for a Sruja task (scope + codebase lens).
Command Cursor
Use this after an sruja agent loop, sruja agent apply, or sruja agent run --mode apply completes. This command guides your editor agent to distill lessons into agent memory.
Command Cursor
Run verification steps for a task profile. Use before marking a task as done.
Command Cursor
Run AI-DLC phase with Sruja workflow gates (inception, construction, operations).
Cursor rule Cursor
Patterns for Sruja CLI command handlers. Keeps the CLI thin and consistent.
Cursor rule Cursor
Patterns for Core Engine crates (language, engine, diagnostics, graph, graph-core, scan).
Cursor rule Cursor
Patterns for the Sruja VS Code extension (TypeScript).
Cursor rule Cursor
Wire Phase 3/4 context tools (drift injector, session prune, memory search) when using Sruja MCP.
Cursor rule Cursor
Project context for Sruja core and extension development.
Cursor rule Cursor
WASM-only crate constraints. Violations here break browser/Node builds.
Cursor rule Cursor
This file is auto-generated by sruja sync-ide-rules -r .
Instructions file GitHub Copilot
Instructions for sruja-ai/sruja, covering architecture context for github copilot, summary, key rules and before committing.
Skill Claude CodeCodex
Procedural workflows for working with the Sruja codebase. Teaches AI editors how to add components, validate changes, and follow patterns.
Instructions file CodexOpenCode
Instructions for sruja-ai/sruja, covering ⚡ quick reference (top 5 commands), architecture setup (ai agent workflow), step 1: understand the codebase, step 2: classify the architecture and step 3: generate ide context.
Instructions file
Instructions for sruja-ai/sruja, covering sruja - claude code context, quick start, build, test and check architecture.
Skill Claude CodeCodex
This skill ensures AI and human share a design concept before writing code.
Skill Claude CodeCodex
Discovers architecture from codebases and authors Sruja DSL (repo.sruja). Use when discovering architecture, generating or refactoring repo.sruja, validating architecture against code, maintaining architecture docs, or when the user mentions architecture-as-code, C4, or .sruja files.
Skill Claude CodeCodex
Verification harness for any AI agent skill. Use with any other skills; before marking a task done, run verify-task. On failure, record a correction learning. Ensures lint, tests, drift, and intent checks pass regardless of which skill generated the code.