# 551 Implementation 081a1c71

> Implementation Guide

- Skill: `tools-only/551-implementation-081a1c71` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/551-implementation-081a1c71`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/551-implementation-081a1c71/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/551-implementation-081a1c71

---

# Implementation Guide

1. **Choose Base Configuration**
   - Select framework preset (Airbnb, Standard, etc.)
   - Enable relevant plugins
   - Set environment targets

2. **Configure Rules**
   - Adjust severity levels (error, warn, off)
   - Add project-specific rules
   - Configure exception patterns

3. **Set Up Prettier Integration**
   - Install eslint-config-prettier
   - Configure format rules
   - Set up format on save

4. **Add Pre-Commit Hooks**
   - Configure lint-staged
   - Set up Husky hooks
   - Add commit blocking for errors

5. **Integrate with CI**
   - Add linting to CI pipeline
   - Configure failure thresholds
   - Set up reporting
