By lx-wnk
Curated skills for AI coding agents — architecture design/review, component design/review, PR review-and-fix, tech-gazette, obsidian, and agent-context lifecycle.
Initialize Agent-Context in the current project — sets up the layered context architecture with shared infrastructure, project-specific layers, memory stubs, and skill registry. Use this skill whenever the user asks to initialize Agent-Context, set up Agent-Context, bootstrap Agent-Context, or says things like "init agent-context", "set up context layers", "add agent-context to this project". Also use when the user wants to start using Agent-Context in a new or existing project.
Update Agent-Context to the latest version — refreshes shared infrastructure files while preserving all project-specific configuration, memory, and skills. Use this skill whenever the user asks to update Agent-Context, upgrade Agent-Context, sync Agent-Context, or says things like "update agent-context", "get latest agent-context", "refresh context files", "sync agent infrastructure". Also use when the user wants to check if a newer Agent-Context version is available.
Design system-level architecture — bounded contexts, modules, domains, layering, dependency direction, and ADRs. Make sure to use this skill whenever the user asks to design an architecture, plan a system, define bounded contexts, draft an ADR, decide on module boundaries, or says things like "entwirf die Architektur", "plane das System", "wie strukturieren wir X", "architecture design", "system design", "bounded contexts", "module layout". Use this skill for HIGH-LEVEL structural decisions only — component and class-level design belongs in `component-design`.
Review system-level architecture of a PR, branch, namespace, or whole project — boundary violations, dependency cycles, layer breaches, ADR compliance, cohesion of modules and bounded contexts. Make sure to use this skill whenever the user asks to review the architecture, audit module boundaries, check for circular dependencies, verify domain structure, or says things like "architektur-review", "prüfe die struktur", "check architecture", "review namespace", "audit boundaries", "are our modules clean". Use this skill for HIGH-LEVEL structural review only — SOLID, class design, and method-level issues belong in `component-review`.
Complete multi-agent code review EXCLUSIVELY of the changes between the current branch and a base branch (default main, fallback master/develop) — not an audit of the entire repo, but a deep review only of the diff-touched areas. Spawns parallel subagents for code quality, architecture, security (OWASP/CWE/CVSS), SEO, privacy/legal, UI/UX (WCAG), and performance, and consolidates their reports into a complete Findings.md with P0–P4 prioritization and reasoned recommendations. Optionally (`--apply-fixes`) applies clear fixes directly afterwards and escalates design decisions to the user. Use this skill for "review this branch", "PR review", "diff review", "branch review", "review my PR", "code review for branch", "review what changed", "review and fix", "fix PR issues", or German equivalents "review meinen branch", "review die änderungen", "schau dir den branch an", "PR-Review", whenever a PR link, a branch range, or a diff is posted for review — even without the explicit word "review" if context is clear. DO NOT trigger for an audit of the entire project without branch context — use full-project-review for that.
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.
Curated skills for AI coding agents, distributed via skills.sh.
Skills are agent-agnostic — they work with Claude Code, Cursor, Copilot, Windsurf, Gemini, and other AI agents.
Install all skills:
npx skills add lx-wnk/skills
Install a single skill:
npx skills add lx-wnk/skills@branch-review
| Skill | Description | Invoke |
|---|---|---|
| agent-context-init | Initialize Agent-Context in a project — sets up layered context architecture, memory, and skills | /agent-context-init [version] |
| agent-context-update | Update Agent-Context to the latest version — refreshes shared files, preserves project config | /agent-context-update [version] |
| architecture-design | Design system-level architecture — bounded contexts, modules, domains, ADRs | /architecture-design [topic] |
| architecture-review | Review architecture of PR, branch, namespace, or whole project for structural issues | /architecture-review [pr N | branch X | namespace path] |
| component-design | Design low-level component and class structure — patterns, interfaces, aggregates | /component-design [component name] |
| component-review | Review class design, SOLID, cohesion, and pattern correctness | /component-review [pr N | branch X | namespace path] |
| branch-review | Multi-agent review of branch diff — code/security/SEO/legal/UX/perf; optional --apply-fixes mode | /branch-review [base-branch] [--apply-fixes] |
| full-project-review | Multi-agent audit of the whole project (HEAD state, all repos) | /full-project-review |
| obsidian | Obsidian vault access via Local REST API — read, search, create, update notes | /obsidian [search query or note path] |
| session-handoff | Generate a structured outputs/HANDOFF.md at the end of a session — changes, decisions, next steps | /session-handoff [focus topics or time hint] |
| tech-gazette | Generate a daily or weekly tech news briefing as a self-contained HTML newspaper | /tech-gazette [--daily|--weekly] [customers] |
Each skill lives in its own folder under skills/<skill-name>/SKILL.md. See CLAUDE.md for conventions.
Specialist sub-agents for AI-assisted development.
npx claudepluginhub lx-wnk/claude-marketplace --plugin skillsDesign fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Comprehensive 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.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Complete developer toolkit for Claude Code