By matipojo
Open architecture rules catalog. Validates and reviews code against catalog/**/*.rule.yaml principles. Requires catalog + skills from the architect-lint repo.
Run an architecture review against catalog principles with progressive disclosure output. Use when the user invokes /architect-lint-review or asks for an architecture lint review.
Route architecture reviews to stack-specific architect-lint skills (Nx, React, NestJS, Integrations). Use when reviewing code against professional architecture principles, running /architect-lint-review, or when the user asks about architecture standards.
Review Integrations architecture principles (2 rules). Read catalog Principle Records at review time — never use cached content.
Review NestJS architecture principles (33 rules). Read catalog Principle Records at review time — never use cached content.
Review Nx architecture principles (15 rules). Read catalog Principle Records at review time — never use cached content.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Open architecture rules catalog with a single source of truth in catalog/stacks/**/*.rule.md.
/architect-lint-review in Cursor, Claude Code, Codex, or any agent that loads the skillsgit clone https://github.com/matipojo/architect-lint.git
ln -sfn "$(pwd)/architect-lint" ~/.cursor/plugins/local/architect-lint
Reload Cursor, then invoke /architect-lint-review or /architect-lint.
claude plugin marketplace add matipojo/architect-lint --scope project
claude plugin install architect-lint@matipojo-architect-lint --scope project
In a Claude Code session:
/plugin marketplace add matipojo/architect-lint
/plugin install architect-lint@matipojo-architect-lint --scope project
Point your agent at skills/ and commands/ from this repo (or vendor them into your project’s agent config). Ask for an architecture lint review or run /architect-lint-review if your tool supports slash commands.
Add .architect-lint.yaml to your repo:
stacks:
- nx
- nestjs
- integrations
scope: changed
preset: recommended
Copy examples/workflows/architect-lint-review.yml to .github/workflows/ and add ANTHROPIC_API_KEY to repository secrets. This automates PR reviews via Claude Code GitHub Actions — local reviews can still use any agent. See the Getting Started guide for details.
pnpm install
pnpm docs:generate # catalog → website/src/data/*.json, skills, index.json
pnpm docs:build # production build → website/docs/.vitepress/dist
pnpm validate # schema + generated file checks
pnpm docs:dev # local VitePress dev server
catalog/stacks/{nx,react,nestjs}/ — rule Markdown (source of truth)packages/codegen/schema.ts — Zod schema every rule must passregistry/index.json — generated rule index with permalinkswebsite/ — VitePress docs site (reads generated JSON at build time)skills/stacks/ — thin orchestrators pointing at catalog filesnx, react, or nestjs) and domain/group folder.{rule-id}.rule.md where rule-id starts with the stack prefix (nx-, react-, nestjs-).pnpm validate — the schema checks id, stack, path, examples, and related references.See catalog/rule.template.md for the required fields.
npx claudepluginhub matipojo/architect-lint --plugin architect-lintComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications