elixir-antipatterns
π―Skillfrom gentleman-programming/gentleman-skills
Identifies and provides guidance on avoiding common anti-patterns and bad practices in Elixir programming, helping developers write more idiomatic and maintainable code.
Installation
npx skills add https://github.com/gentleman-programming/gentleman-skills --skill elixir-antipatternsSkill Details
Overview
# Gentleman-Skills
> Community-driven AI agent skills for Claude Code, OpenCode, and other AI assistants.
Skills are specialized instruction sets that teach AI assistants how to work with specific frameworks, libraries, and patterns. They provide on-demand context so the AI writes code following best practices and conventions.
Philosophy
- Curated Skills - Personally crafted and battle-tested by [@Gentleman-Programming](https://github.com/Gentleman-Programming). These reflect MY way of thinking about code architecture - Scope Rule, file naming conventions, signals-first approach, and more. Some skills (like testing and Python) have been developed in collaboration with the team at [Prowler](https://github.com/prowler-cloud).
- Community Skills - Created by the community, for the community. These go through a democratic voting process before being accepted.
Curated Skills
These skills represent patterns and practices I've personally tested and refined over years of development.
Contributing to this Repo?
> Start here! Use the [github-pr](curated/github-pr) skill to create proper PRs with conventional commits.
| Skill | Description | Trigger |
|-------|-------------|---------|
| [github-pr](curated/github-pr) | Create quality PRs with conventional commits | When creating PRs or contributing |
| [skill-creator](curated/skill-creator) | Create new skills | When creating new AI agent skills |
Frontend
| Skill | Description | Trigger |
|-------|-------------|---------|
| [angular/core](curated/angular/core) | Standalone components, signals, inject, zoneless | When creating Angular components |
| [angular/forms](curated/angular/forms) | Signal Forms, Reactive Forms | When working with Angular forms |
| [angular/performance](curated/angular/performance) | NgOptimizedImage, @defer, lazy loading, SSR | When optimizing Angular apps |
| [angular/architecture](curated/angular/architecture) | Scope Rule, project structure, file naming | When structuring Angular projects |
| [react-19](curated/react-19) | React 19 patterns with React Compiler | When writing React components |
| [nextjs-15](curated/nextjs-15) | Next.js 15 App Router patterns | When working with Next.js |
| [typescript](curated/typescript) | TypeScript strict patterns | When writing TypeScript code |
| [tailwind-4](curated/tailwind-4) | Tailwind CSS 4 patterns | When styling with Tailwind |
| [zod-4](curated/zod-4) | Zod 4 schema validation | When using Zod for validation |
| [zustand-5](curated/zustand-5) | Zustand 5 state management | When managing React state |
Backend & AI
| Skill | Description | Trigger |
|-------|-------------|---------|
| [ai-sdk-5](curated/ai-sdk-5) | Vercel AI SDK 5 patterns | When building AI chat features |
| [django-drf](curated/django-drf) | Django REST Framework patterns | When building REST APIs with Django |
Testing
| Skill | Description | Trigger |
|-------|-------------|---------|
| [playwright](curated/playwright) | Playwright E2E testing | When writing E2E tests |
| [pytest](curated/pytest) | Python pytest patterns | When writing Python tests |
Workflow
| Skill | Description | Trigger |
|-------|-------------|---------|
| [jira-task](curated/jira-task) | Jira task creation | When creating Jira tasks |
| [jira-epic](curated/jira-epic) | Jira epic creation | When creating Jira epics |
Community Skills
Skills contributed by the community and approved through our voting process.
| Skill | Description | Author | Votes |
|-------|-------------|--------|-------|
| Coming soon | Be the first to contribute! | - | - |
Installation
For Claude Code / OpenCode
Copy the skills you want to use to your Claude configuration:
```bash
# Clone the repository
git clone https://github.com/Gentleman-Programming/Gentleman-Skills.git
# Copy curated skills to Claude config
cp -r Gentleman-Skills/curated/* ~/.claude/skills/
# Or copy specific skills
cp -r Gentleman-Skills/curated/react-19 ~/.
More from this repository6
Provides guidance for creating Angular components using standalone components, signals, dependency injection, and zoneless architecture best practices.
Generates and manages Jira tasks with predefined templates, workflows, and best practices for efficient project tracking and task creation.
Guides developers in creating high-quality GitHub pull requests using conventional commit message standards and best practices for contribution.
Provides opinionated guidelines and best practices for structuring Angular projects, focusing on file organization, naming conventions, and architectural patterns like the Scope Rule.
angular-performance skill from gentleman-programming/gentleman-skills
jira-epic skill from gentleman-programming/gentleman-skills