EliasOulkadi

60 mods across 1 repository, 113 stars between them.

EliasOulkadi/shokunin

Skill Claude CodeCodex

Apply professional, premium UI/UX design standards when building or styling web interfaces. Use this skill when the user asks to create a website, landing page, web app, dashboard, UI component, or any visual interface — or when they ask to make something look better, more professional, or more beautiful. Covers…

113 29d ago A 113 tokens original MIT

agent-browser

03

EliasOulkadi/shokunin

Skill Claude CodeCodex

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…

113 29d ago A 200 tokens original MIT

agent-tools

04

EliasOulkadi/shokunin

Skill Claude CodeCodex

Run 150+ AI apps via inference.sh CLI - image generation, video creation, LLMs, search, 3D, Twitter automation. Models: FLUX, Veo, Gemini, Grok, Claude, Seedance, OmniHuman, Tavily, Exa, OpenRouter, and many more. Use when running AI apps, generating images/videos, calling LLMs, web search, or automating Twitter.…

113 29d ago C 141 tokens original MIT

api-forge

05

EliasOulkadi/shokunin

Skill Claude CodeCodex

Design REST/GraphQL APIs with OpenAPI 3.1, error handling, pagination, rate limiting, webhooks, and idempotency. Use when user asks to design an API, create endpoints, define REST/GraphQL schema, or generate OpenAPI spec. Do NOT use for database schema design, frontend API integration, or non-HTTP protocols (gRPC…

113 29d ago A 85 tokens original MIT

auth-architect

06

EliasOulkadi/shokunin

Skill Claude CodeCodex

Implement authentication and authorization with OWASP Top 10 standards, OAuth 2.0 + OIDC, WebAuthn/Passkeys, session management, and RBAC/ABAC. Use when user asks to implement login, signup, authentication, authorization, JWT, OAuth, SSO, passkeys, MFA, or role-based access. Do NOT use for API key management (use…

113 29d ago A 101 tokens original MIT

brand-design

07

EliasOulkadi/shokunin

Skill Claude CodeCodex

Generate brand guidelines, design systems with design tokens (W3C format), creative direction (SCAMPER, Design Thinking, TRIZ), and design briefs with scope and success criteria.

113 29d ago A 40 tokens original MIT

business-proposals

08

EliasOulkadi/shokunin

Skill Claude CodeCodex

Generate sales outreach sequences, proposals, SOWs, investor pitch decks, and RFP responses. Covers cold email sequences, proposal structure, pricing tiers (Good-Better-Best), scope of work with exclusions, and 10-slide pitch deck.

113 29d ago A 54 tokens original MIT

chromadb

09

EliasOulkadi/shokunin

Skill Claude CodeCodex

Manage the ChromaDB vector database that stores the ecosystem's persistent memory. Use when user asks to check memory storage, backup memory, search stored entries, delete entries, or reset the vector database. Do NOT use for general question answering about past sessions (use the memory skill for that).

113 29d ago A 61 tokens original MIT

ci-cd

10

EliasOulkadi/shokunin

Skill Claude CodeCodex

Design CI/CD pipelines for GitHub Actions, GitLab CI, and CircleCI with matrix builds, test sharding, caching, Docker layer caching, OIDC auth, deployment strategies (rolling, blue-green, canary), auto-rollback, self-hosted runners, and environment protection with manual approvals. Use when user asks to set up CI/CD…

113 29d ago C 132 tokens original MIT

code-review

11

EliasOulkadi/shokunin

Skill Claude CodeCodex

Review code changes for correctness, security, performance, and code quality. Use when the user asks to review a diff, review code changes, review commits, or perform a code review. Input can be: (1) a text diff pasted directly, (2) one or more git commit hashes to extract the diff from, or (3) a git range like…

113 29d ago A 96 tokens original MIT

communication

12

EliasOulkadi/shokunin

Skill Claude CodeCodex

Professional writing that gets results. Based on Harvard Business Review, Radical Candor (Kim Scott), Crucial Conversations (Patterson et al.), Amazon Working Backwards, and Google Project Aristotle.

113 29d ago A 3 tokens original MIT

component-forge

13

EliasOulkadi/shokunin

Skill Claude CodeCodex

Build production-grade components for React, Vue 3, and Svelte 5 with all states (loading, empty, error, success, idle), TypeScript strict, WCAG 2.2 accessibility, server components (RSC), and compound component patterns. Includes scaffold script, reference patterns, and template files for React and Vue. Use when user…

113 29d ago A 112 tokens original MIT

EliasOulkadi/shokunin

Skill Claude CodeCodex

Comprehensive code review using parallel specialized subagents. If a PR URL is provided, fetches PR details and can post comments. If no PR is provided, reviews the diff between the current branch and its base branch plus any uncommitted changes. CRITICAL: this skill is costly, don't use it unless user explicitly…

113 29d ago A 73 tokens original MIT

content-marketing

15

EliasOulkadi/shokunin

Skill Claude CodeCodex

Write blogs, newsletters, Twitter threads, case studies, and marketing copy that convert. Covers copywriting frameworks (AIDA, PAS, BAB, FAB), headline formulas, SEO/GEO for 2026 (AI Overviews, SGE), newsletter deliverability, Twitter thread hooks, Cialdini psychology, and cognitive biases.

113 29d ago A 71 tokens original MIT

cross-review

16

EliasOulkadi/shokunin

Skill Claude CodeCodex

Delegate code review to a subagent running a specific model. Use ONLY when user explicitly names a model to review changes ("review with opus", "use sonnet to review", "review with gemini"). The root agent reconstructs changes from conversation history and spawns a subagent with the code-review skill using the…

113 29d ago A 101 tokens original MIT

db-admin

17

EliasOulkadi/shokunin

Skill Claude CodeCodex

PostgreSQL database administration — backup/restore (pgdump, PITR, WAL archiving), health monitoring (connections, bloat, cache hit ratio, dead tuples), connection pooling (PgBouncer), replication (streaming, logical), vacuum/autovacuum tuning, and scheduled backups with retention. Use when user asks to backup a…

113 29d ago A 122 tokens original MIT

db-sculptor

18

EliasOulkadi/shokunin

Skill Claude CodeCodex

Design database schemas with Prisma/Drizzle, PostgreSQL index strategy (B-tree, GIN, GiST, BRIN, Hash), query optimization (EXPLAIN ANALYZE), migration safety (expand/contract, zero-downtime), and sharding/partitioning. Use when user asks to design schema, create migrations, optimize slow queries, add indexes, choose…

113 29d ago A 123 tokens original MIT

docker

19

EliasOulkadi/shokunin

Skill Claude CodeCodex

Optimize Docker images with multi-stage builds, distroless bases, BuildKit cache mounts, multi-arch builds, compose watch, security hardening (non-root, seccomp, capabilities drop), and vulnerability scanning via docker scout/trivy. Use when user asks to write a Dockerfile, optimize image size, set up docker-compose…

113 29d ago B 111 tokens original MIT

documentation

20

EliasOulkadi/shokunin

Skill Claude CodeCodex

Generate READMEs, API docs, changelogs, and knowledge base articles. Covers README structure with personality, OpenAPI-based API documentation, changelogs from conventional commits, typedoc patterns, and support KB articles.

113 29d ago A 47 tokens original MIT

Efficient Coding

21

EliasOulkadi/shokunin

Skill Claude CodeCodex

Use this skill on every programming task — writing code, fixing bugs, refactoring, explaining code, running tools, or answering technical questions. Apply token-saving and quality-preserving practices throughout. Activate even when the user doesn't explicitly ask for efficiency — this skill is always relevant for…

113 29d ago A 81 tokens original MIT

emil-design-eng

22

EliasOulkadi/shokunin

Skill Claude CodeCodex

Encode Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great. From the creator of Sonner (13M+ weekly npm downloads), Vaul, animations.dev, and Linear's web team. Use when user wants to polish UI, audit animations, review component…

113 29d ago A 82 tokens original MIT

error-handler

23

EliasOulkadi/shokunin

Skill Claude CodeCodex

Design error handling, structured logging, and observability with OpenTelemetry (traces, metrics, logs), error classification, recovery patterns (retry with jitter, circuit breaker, bulkhead, timeout), error budgets/SLOs with burn rate alerts, and production incident triage. Use when user asks to implement error…

113 29d ago A 125 tokens original MIT

finance

24

EliasOulkadi/shokunin

Skill Claude CodeCodex

Personal finance planning — 5-pillar framework (cash flow, net worth, debt, emergency fund, investing), tax optimization, insurance review, retirement planning (FIRE, 4% rule, Mega Backdoor Roth), and document retention.

113 29d ago A 51 tokens original MIT