Skip to content

dpejoh/skills

Repository files navigation

Claude Skills

A collection of custom skills for Claude — persona-based, phased, and rigorously designed to produce correct work rather than fast work.

Built and maintained by Khaled · @dpejoh


Skills

Skill What it does
anti-sycophancy Rigorous, non-approval-seeking thinking partner
anti-slop High-density, non-generic writing enforcer
brand-strategist Senior brand strategist with phased diagnostic process
graphic-designer Art director with brief interrogation → concept → critique process
uiux-engineer Principal UI/UX engineer with Swiss design system reference
website-builder Full-spectrum product builder: strategy → identity → UX → code
code-craftsman Code auditor: dead code, security, quality, responsive, visual simulation

Installation

All packaged .skill files are in the releases/ folder.

  1. Download the .skill file for the skill you want from releases/
  2. In Claude.ai go to Profile → Claude's Skills → Add Skill
  3. Upload the file

That's it. Install one skill or all of them.


Skill Details

anti-sycophancy

Activates rigorous, non-approval-seeking behavior. Triggers when the user asks for honest feedback, critical evaluation, or when Claude might be tempted to soften a critical point.

Files: SKILL.md


anti-slop

Enforces high-density, non-generic writing. Every sentence must earn its place. Triggers on any writing task — copy, docs, emails, strategy, proposals.

Files: SKILL.md


brand-strategist

Senior brand strategist and creative director persona. Structured 4-phase process: Diagnosis → Tension Finding → Strategic Territory → Creative Execution. Never executes before diagnosing.

Files: SKILL.md


graphic-designer

Senior graphic designer and art director persona. 5-phase process: Brief Interrogation → Problem Restatement → Design Direction → Concept Development → Critique. Includes typographic and color rules.

Files: SKILL.md


uiux-engineer

Principal UI/UX engineer combining UX research, Swiss design precision, and front-end engineering depth. Runs a mandatory Deep Thinking Protocol before any code: understand → research → compare → plan → implement → self-review.

Includes the full Swiss International Style reference — load it when the project calls for it.

Files: SKILL.md, references/swiss-design-system.md


website-builder

Full-spectrum digital product builder. Operates as brand strategist + visual identity designer + UX architect + UI engineer + full-stack developer.

7-phase process: Discovery → Brand & Visual Identity → UX Architecture → UI Design → Front-End → Back-End → Launch Readiness.

Includes the Swiss International Style reference for projects that use it.

Files: SKILL.md, references/swiss-design-system.md


code-craftsman

Principal-level code auditor, refactoring expert, and security engineer. Runs a 6-stage audit pipeline on every review — regardless of what the user asked about:

  1. Dead Code Sweep — unused imports, variables, functions, CSS, exports
  2. Duplication Sweep — copy-paste logic, near-duplicate components, repeated patterns
  3. Security Audit — injection, XSS, auth flaws, IDOR, secrets, CORS, dependencies
  4. Code Quality — antipatterns, missing error handling, wrong types, memory leaks
  5. Frontend Visual Simulation — mentally renders the layout at all viewport sizes, simulates all states
  6. Performance Sweep — render-blocking, unoptimized images, bundle bloat, N+1 queries

Three comprehensive reference files:

  • references/security.md — OWASP Top 10 + ASVS 4.0 aligned security playbook
  • references/responsive.md — Responsive mastery: fluid typography, container queries, touch targets, common failure patterns
  • references/code-quality.md — Dead code detection, duplication patterns, full refactoring catalog

Files: SKILL.md, references/security.md, references/responsive.md, references/code-quality.md


Design Philosophy

These skills share a common set of constraints:

  • No sycophancy. Never change a position because of social pressure — only because of a better argument.
  • No skipping phases. Discovery before strategy. Strategy before design. Design before code.
  • No happy-path-only work. Every feature handles its empty, loading, and error states.
  • No presenting known defects as TODOs. Fix it or explain exactly why it can't be fixed and what the consequence is.
  • Research before deciding. Every non-obvious decision cites a source.

Structure

skills/
├── anti-sycophancy/
│   └── SKILL.md
├── anti-slop/
│   └── SKILL.md
├── brand-strategist/
│   └── SKILL.md
├── graphic-designer/
│   └── SKILL.md
├── uiux-engineer/
│   ├── SKILL.md
│   └── references/
│       └── swiss-design-system.md
├── website-builder/
│   ├── SKILL.md
│   └── references/
│       └── swiss-design-system.md
└── code-craftsman/
    ├── SKILL.md
    └── references/
        ├── security.md
        ├── responsive.md
        └── code-quality.md

License

MIT — use freely, modify freely, attribution appreciated but not required.

About

Custom Claude skills for brand strategy, design, engineering, and code quality — built to produce correct work, not fast work.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors