By savvy-web
Companion plugin for @savvy-web/lint-staged that informs agents about available code quality tools and conventions
npx claudepluginhub savvy-web/systems --plugin lint-stagedMonorepo containing the @savvy-web/lint-staged npm package and a
Claude Code companion plugin for code quality context injection.
Composable, configurable lint-staged handlers for pre-commit hooks. Provides reusable handlers for Biome, Markdown, YAML, TypeScript, and more.
See the full package documentation at package/README.md.
A companion plugin that injects code quality context at the start of every Claude Code session. It detects your project's tooling and informs the agent about:
verbatimModuleSyntax)This means Claude Code automatically follows your project's code style without needing to be told each session.
# Add the Savvy Web plugin marketplace (one-time setup)
/plugin marketplace add savvy-web/systems
# Install the lint-staged plugin for this project
/plugin install lint-staged@savvy-web-systems --scope project
lint-staged/
├── package/ # @savvy-web/lint-staged npm package
│ ├── src/ # Package source code
│ ├── package.json
│ └── README.md
├── plugin/ # Claude Code companion plugin
│ ├── .claude-plugin/ # Plugin manifest
│ └── hooks/ # SessionStart hook
├── lib/configs/ # Shared lint configs (markdownlint, lint-staged)
├── docs/ # Repository documentation
├── package.json # Workspace root
├── pnpm-workspace.yaml
├── turbo.json
└── biome.jsonc
# Install dependencies
pnpm install
# Build all outputs
pnpm run build
# Run tests
pnpm run test
# Lint with Biome
pnpm run lint
# Fix lint issues
pnpm run lint:fix
# Lint markdown
pnpm run lint:md
# Type-check with tsgo
pnpm run typecheck
Battle-tested Claude Code plugin for engineering teams — 48 agents, 184 skills, 79 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques