Gentleman Skills banner
Gentleman-Programming Gentleman-Programming

Gentleman Skills

AI community

Description

Community-driven AI agent skills for Claude Code, OpenCode, and other AI assistants. Curated patterns and community contributions.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Gentleman-Skills

Community-driven AI agent skills for Claude Code, OpenCode, Gemini CLI, Cursor, VS Code Copilot, Codex, Windsurf, Antigravity, 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 Create quality PRs with conventional commits When creating PRs or contributing
skill-creator Create new skills When creating new AI agent skills

Frontend

Skill Description Trigger
angular/core Standalone components, signals, inject, zoneless When creating Angular components
angular/forms Signal Forms, Reactive Forms When working with Angular forms
angular/performance NgOptimizedImage, @defer, lazy loading, SSR When optimizing Angular apps
[angular/architecture](curated/angular/