Enforce opinionated conventions for .NET, Node.js, Python, TypeScript, React, Next.js, and NestJS codebases, automate documentation and Jira comments, and guide legacy modernization using AI-powered skills.
Apply these opinionated C# conventions when writing C#/.NET 8+ code: modern C# 12 (records, primary constructors, pattern matching), ASP.NET Core minimal and controller APIs, Blazor, Entity Framework Core, async patterns, CQRS with MediatR.
Apply these opinionated documentation conventions when adding docstrings, OpenAPI specs, or doc sites: Microsoft style (contract over implementation), language-specific docstrings (JSDoc, Google, NumPy), OpenAPI/Swagger, doc portals, tutorials, user guides.
Apply these opinionated .NET 8 architecture recipes for backend services: clean architecture layering, CQRS with MediatR, minimal APIs, Entity Framework Core, JWT authentication, AOT compilation, cloud-native patterns.
Remove signs of AI-generated writing from text. Use after drafting to make copy sound more natural and human-written. Based on Wikipedia's "Signs of AI writing" guide.
Apply these opinionated JavaScript conventions when writing JS or Node in this codebase: ES2023+ features, async and Promise patterns, ESM/CJS modules, Web Workers, browser APIs, performance optimization, Node.js patterns.
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.
🚀 Install once and stop re-explaining how you write code. Claude picks the right conventions for whatever you've opened — TypeScript, Python, React, Next.js, NestJS, .NET, testing, docs.
No slash commands to memorize. Each skill describes when it should fire, and Claude Code pulls in whichever ones match what you're doing:
.tsx file → react and typescript kick in.Install it once and your conventions follow you around. Nothing to paste at the start of a session, nothing to repeat on a fresh repo. (You can still call any skill yourself with /cortex:<skill> if you'd rather.)
/cortex:typescript — Strict tsconfig, branded types, advanced generics, discriminated unions, tRPC, monorepos./cortex:javascript — Modern ES2023+, Promise patterns, ESM/CJS, Web Workers, Node.js best practices./cortex:python — Python 3.11+, type hints with mypy, async/await, pytest fixtures, dataclasses, Poetry./cortex:csharp — C# 12, records, primary constructors, pattern matching, async, CQRS with MediatR./cortex:react — React 18/19, hooks, Server Components, Suspense, performance memoization, form actions./cortex:nextjs — Next.js 14+ App Router, Server Actions, caching, Metadata API, Vercel deployment./cortex:nestjs — Modules, DI, controllers/services, DTO validation, guards, JWT auth, TypeORM/Prisma./cortex:dotnet-core — .NET 8 clean architecture, CQRS, minimal APIs, EF Core, AOT, cloud-native patterns./cortex:testing — Unit, integration, E2E, performance, and security testing patterns plus coverage analysis./cortex:documentation — Microsoft-style technical writing, JSDoc/Google/NumPy docstrings, OpenAPI, doc portals./cortex:spec-mining — Reverse-engineer legacy or undocumented systems into EARS-format requirements./cortex:legacy-modernization — Strangler fig, branch by abstraction, characterization tests, framework upgrades./cortex:jira-report-comment — Turn git commits into a business-friendly Jira implementation report./cortex:humanize-text — Strip "AI fingerprints" from text so writing reads natural.Most AI assistants will happily generate something. Getting them to write code your way — your conventions, your architecture, your trade-offs — usually means re-explaining yourself every session or letting CLAUDE.md balloon out of control.
Cortex is what I built after I got tired of doing that. A stack of personal preferences, project scars, and team rules I've collected over the years, packaged so Claude can reach for the right one on its own. Fork it, gut half of it, swap mine for yours — that's kind of the point.
Pick the path for your AI coding assistant:
claude plugin marketplace add alexander-danilenko/cortex-ai-skills
claude plugin install cortex@alexander-danilenko
Done. Claude will pull in the right skills as you work and keep them updated.
CLAUDE_PLUGINS=(
"claude-code-setup"
"claude-md-management"
"code-review"
"code-simplifier"
"context7"
"feature-dev"
"skill-creator"
"csharp-lsp"
"rust-analyzer-lsp"
"typescript-lsp"
) && for plugin in "${CLAUDE_PLUGINS[@]}"; do claude plugin install "${plugin}@claude-plugins-official"; done
Cortex installs into any agent that npx skills supports — Codex, Cursor, OpenCode, Pi, Gemini CLI, and more. Grab your --agent identifier from the supported agents list.
Install all skills (swap cursor for your agent's identifier):
npx skills add alexander-danilenko/cortex-ai-skills --skill '*' --agent cursor
Install a single skill:
npx claudepluginhub alexander-danilenko/cortex-ai-skills --plugin cortexPROJECT.md-first autonomous development with hybrid auto-fix documentation. 8-agent pipeline, auto-orchestration, docs auto-update on commit (true vibe coding). Knowledge base system with 90% faster repeat research. Strict mode enforces SDLC best practices automatically. Works for ANY Python/JavaScript/TypeScript/Go project.
Use Claude Code As Is - native plugin leveraging built-in architecture
Language-specific expert agents with deep framework knowledge - Python, TypeScript, Go, Rust, Java, and more
External tools integration skills for CLI utilities, APIs, and third-party services
Personal Claude Code + Codex dev stack: security hooks, AI-first code conventions, /security-review, /repo-map, /stack-check, portable statusline. Designed to complement other skills-based plugins, not replace them.
AI-powered development workflow automation - Phase-based planning, implementation orchestration, preflight code quality checks with security scanning, ship-it workflow, and development principles generator for CLAUDE.md