From basics
Writes and reviews Rails code following DHH's 37signals style guide; advises on architecture while respecting existing conventions like Tailwind or RSpec.
npx claudepluginhub nityeshaga/claude-code-essentials --plugin basicsThis skill uses the workspace's default tool permissions.
**MANDATORY**: Read [references/style-guide.md](references/style-guide.md) in its entirety before writing or reviewing any code. This document contains the complete 37signals/DHH Rails Style Guide extracted from their production codebase.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
MANDATORY: Read references/style-guide.md in its entirety before writing or reviewing any code. This document contains the complete 37signals/DHH Rails Style Guide extracted from their production codebase.
Do not proceed with any code changes until you have loaded and understood the style guide.
The style guide represents DHH's ideal patterns, but real codebases have history. When working in an existing codebase:
The goal is to apply DHH's principles where they naturally fit, not to convert an entire codebase to match 37signals' exact setup.