stilero

61 mods across 2 repositories, 6 stars between them.

stilero/claude-plugins

Agent

Reviews code changes for API design issues including breaking contract changes, inconsistent endpoint patterns, missing validation, incorrect status codes, versioning problems, and backwards compatibility risks. Spawned by hardcore-code-reviewer skill.

2 2mo ago A 46 tokens original MIT

stilero/claude-plugins

Agent

Reviews code changes for pattern violations, broken contracts, inconsistencies with existing codebase conventions, and architectural regressions. Spawned by hardcore-code-reviewer skill.

2 2mo ago A 36 tokens original MIT

bug-hunter

27

stilero/claude-plugins

Agent

Reviews code changes for logic errors, edge cases, null handling, race conditions, incorrect assumptions, and correctness bugs. Spawned by hardcore-code-reviewer skill.

2 2mo ago A 36 tokens original MIT

complexity-reviewer

28

stilero/claude-plugins

Agent

Reviews code changes for unnecessary complexity, duplicated logic, premature abstractions, overly clever code, and maintainability issues. Spawned by hardcore-code-reviewer skill.

2 2mo ago A 37 tokens original MIT

stilero/claude-plugins

Agent

Reviews code changes for database schema safety, migration rollback risks, data integrity issues, backwards-incompatible schema changes, and unsafe data transformations. Spawned by hardcore-code-reviewer skill.

2 2mo ago A 42 tokens original MIT

doc-drift-reviewer

30

stilero/claude-plugins

Agent

Reviews code changes for prose-vs-implementation drift in non-executable artifacts: documentation files (knowledge/, docs/, ADRs, PLAN, RUNBOOK, lessons-learned, READMEs), JSDoc/TSDoc/docstrings, multi-line code comments, PR description claims, and test-file header comments. Catches stale, inaccurate, or contradictory…

2 2mo ago A 101 tokens original MIT

stilero/claude-plugins

Agent

Reviews code changes for missing metrics, tracing, structured logging, alerting gaps, and unobservable code paths that make production incidents hard to detect and diagnose. Spawned by hardcore-code-reviewer skill.

2 2mo ago A 45 tokens original MIT

stilero/claude-plugins

Agent

Reviews code changes for performance regressions including N+1 queries, unnecessary allocations, blocking operations, missing indexes, and inefficient algorithms. Spawned by hardcore-code-reviewer skill.

2 2mo ago A 39 tokens original MIT

stilero/claude-plugins

Agent

Reviews code changes for swallowed errors, bad fallbacks, misleading success paths, empty catch blocks, and error handling that hides problems. Spawned by hardcore-code-reviewer skill.

2 2mo ago A 41 tokens original MIT

test-reviewer

34

stilero/claude-plugins

Agent

Reviews code changes for missing test coverage, broken test assumptions, untested edge cases, and test quality issues. Spawned by hardcore-code-reviewer skill.

2 2mo ago A 35 tokens original MIT

stilero/claude-plugins

Agent

Reviews code changes for type safety issues including unsafe type assertions, any usage, missing generic constraints, incorrect type narrowing, and type-related regressions in TypeScript or typed language code. Spawned by hardcore-code-reviewer skill.

2 2mo ago A 51 tokens original MIT

stilero/claude-plugins

Command

Strict hardcore code review with 13 parallel subagents (bugs, security, architecture, tests, error handling, performance, complexity, observability, API contracts, data/migrations, accessibility, type safety, doc/comment drift).

2 2mo ago A 45 tokens original MIT

stilero/claude-plugins

Skill Claude CodeCodex

Strict hardcore code reviewer that spawns 13 parallel subagents to find bugs, security issues, silent failures, pattern violations, test gaps, performance problems, unnecessary complexity, observability gaps, API contract issues, data/migration risks, accessibility violations, type safety issues, and doc/comment drift…

2 2mo ago A 189 tokens original MIT

stilero/claude-plugins

Plugin Claude Code

A persistent, indexed knowledge bank that stores learnings, ADR decisions, technical context, and session notes as markdown files inside your repo. Scales to thousands of files with fast grep-based index lookups. Integrates with Claude hooks for automatic session capture.

2 2mo ago A tokens not measured original MIT

kb-adr

39

stilero/claude-plugins

Command

Create a formal Architecture Decision Record (ADR) in the knowledge bank.

2 2mo ago A 18 tokens original MIT

kb-init

40

stilero/claude-plugins

Command

Initialize the knowledge bank in this repo. Creates .knowledge-bank/ structure and updates CLAUDE.md.

2 2mo ago A 24 tokens original MIT

kb-recall

41

stilero/claude-plugins

Command

Search and retrieve entries from the knowledge bank by keyword, tag, or category.

2 2mo ago A 20 tokens original MIT

kb-store

42

stilero/claude-plugins

Command

Store a learning, decision, or context note in the knowledge bank.

2 2mo ago A 17 tokens original MIT

knowledge-bank

43

stilero/claude-plugins

Skill Claude CodeCodex

Use this skill to interact with the repo's persistent knowledge bank (.knowledge-bank/). Triggers when the user says: "store this", "remember this", "save a learning", "create an ADR", "what do we know about X", "recall X", "search the knowledge bank", "initialize the knowledge bank", "kb-init", "kb-store"…

2 2mo ago A 111 tokens original MIT

fix-issues

46

stilero/claude-plugins

Skill Claude CodeCodex

Automatically read GitHub pull request review comments and apply fixes to address feedback. Use this skill when the user asks to review and fix PR comments, address PR feedback, or resolve review suggestions. Triggers include phrases like "fix PR comments", "address PR feedback", "review PR.

2 2mo ago A 60 tokens original MIT

shopify-dev-mcp

48

stilero/claude-plugins

MCP server Claude CodeCodexCursor

A command line tool for setting up Shopify Dev MCP server. Runs locally from the @shopify/dev-mcp npm package. Needs 1 environment variable to run.

2 2mo ago A tokens not measured copy · 100% MIT