bestdeejay-design

84 mods across 2 repositories, 52 stars between them.

bestdeejay-design/agent-skills

Skill Claude CodeCodex

Validate an API contract against an OpenAPI 3.x specification (JSON or YAML) and an optional manifest of expected endpoints. Script apicontract.py enumerates operations (paths + webhooks), checks spec internal consistency (unresolved $refs, duplicates, missing responses), compares the manifest against the spec…

5 5d ago A 169 tokens original MIT

api-doc-generator

26

bestdeejay-design/agent-skills

Skill Claude CodeCodex

A tool that turns an OpenAPI 3.x schema—a machine-readable description of a REST API—into Markdown documentation. It lists each endpoint with its parameters, request body, and response codes.

5 5d ago A 183 tokens original MIT

changelog-generator

27

bestdeejay-design/agent-skills

Skill Claude CodeCodex

A generator for a CHANGELOG, a file that records what changed between software releases. It reads git history and groups Conventional Commits, a standard commit-message format, into sections such as Added, Fixed, and Changed.

5 5d ago A 185 tokens original MIT

code-review

28

bestdeejay-design/agent-skills

Skill Claude CodeCodex

A structured review process for examining changed code and reporting problems with their severity, file, line, and suggested fix.

5 5d ago A 159 tokens original MIT

commit-lint

29

bestdeejay-design/agent-skills

Skill Claude CodeCodex

Validate git commit messages against Conventional Commits v1.0.0. Script commitlint.py reads git log (subprocess) of one or more repositories (or stdin with --stdin), parses each commit into type/scope/subject, and reports violations: missing type, invalid type, type case, scope, subject length (default 50), subject…

5 5d ago A 149 tokens original MIT

bestdeejay-design/agent-skills

Skill Claude CodeCodex

A tool that writes a Conventional Commit message from Git changes that have already been staged. Conventional Commits are a shared format such as feat or fix followed by a short description.

5 5d ago A 110 tokens original MIT

coverage-analyzer

31

bestdeejay-design/agent-skills

Skill Claude CodeCodex

Parse coverage.py XML reports (coverage.xml) into a human-readable coverage analysis: total line/branch percent, files with zero coverage, worst-10 ranking, delta vs a stored JSON baseline, and a PASS/FAIL verdict against an optional threshold. Stdlib-only Python script (xml.etree.ElementTree, json, argparse) that…

5 5d ago A 78 tokens original MIT

csv-pro

32

bestdeejay-design/agent-skills

Skill Claude CodeCodex

A tool that profiles a CSV file—a plain-text table of rows and columns—by examining its columns, values, missing data, duplicates, and unusual entries.

5 5d ago A 201 tokens original MIT

data-analysis

33

bestdeejay-design/agent-skills

Skill Claude CodeCodex

A tool that profiles a CSV or JSON dataset—a collection of structured records—and reports its fields, distributions, relationships, and unusual values.

5 5d ago A 153 tokens original MIT

diagram-maker

34

bestdeejay-design/agent-skills

Skill Claude CodeCodex

A tool that turns a written description into Mermaid code for diagrams. Mermaid is a text format for drawing flowcharts, sequence diagrams, system architecture diagrams, and database relationship diagrams.

5 5d ago A 134 tokens original MIT

doc-compare

35

bestdeejay-design/agent-skills

Skill Claude CodeCodex

A tool for comparing two Markdown documents side by side, with deleted or changed sections marked on the left and added or changed sections marked on the right.

5 5d ago A 264 tokens original MIT

docs-product

36

bestdeejay-design/agent-skills

Skill Claude CodeCodex

Product documentation branch — the 'why' and 'what' of a project: VISION.md, PRD.md, ROADMAP.md, FEATURES.md. Written from an idea forward, before engineering docs. Order: VISION -> PRD -> ROADMAP -> FEATURES. Full catalog + checklist in references/product-docs.md, templates in templates/. Triggers: 'продуктовая…

5 5d ago A 126 tokens original MIT

docs-project

37

bestdeejay-design/agent-skills

Skill Claude CodeCodex

Project (engineering) documentation branch — the 'how': README, ENTRY, AGENT/DELIVERY runbooks, and docs/ (REFERENCE map, ARCHITECTURE, ADR, SAGA, TESTCASES, DEVGUIDE, IMPROVEMENTS, TROUBLESHOOTING, BACKLOG, REVIEW, STATUS) plus contracts/ (OpenAPI/AsyncAPI — machine truth written BEFORE code). The map rule: every doc…

5 5d ago A 163 tokens original MIT

docs-system

38

bestdeejay-design/agent-skills

Skill Claude CodeCodex

Meta-guide + router for documentation: the two branches (docs-product for 'why/what', docs-project for 'how'), the phase order, completeness levels L1/L2/L3, and the completeness checklist. Load a branch directly when the task is clearly product or engineering; load this skill for the big picture, ordering and…

5 5d ago A 122 tokens original MIT

dsh-runner

39

bestdeejay-design/agent-skills

Skill Claude CodeCodex

A way to run DeepSeek Harness as a separate coding agent in an isolated workspace. It records the agent’s steps as JSONL logs, a line-by-line machine-readable format, and can run tasks in parallel.

5 5d ago A 260 tokens original MIT

frontend-a11y

40

bestdeejay-design/agent-skills

Skill Claude CodeCodex

Deep accessibility (a11y) audit of a webpage or static HTML/CSS, mapped to the full Front-End-Checklist Accessibility category (95 rules) — far beyond the 12 basic rules in frontend-perfection. Runs offline static checks (Python stdlib, no browser/network) for structure, ARIA validity, headings, landmarks, tables…

5 5d ago A 237 tokens original MIT

bestdeejay-design/agent-skills

Skill Claude CodeCodex

Give a website a distinctive, deliberate visual direction that does not read as templated AI output. Grounds in the subject, proposes a compact token system (palette 4-6 hexes, display/body/utility type roles, layout concept, ONE signature element), runs a uniqueness gate against the three AI-default looks, and…

5 5d ago A 145 tokens original MIT

frontend-perfection

42

bestdeejay-design/agent-skills

Skill Claude CodeCodex

Audit and polish frontend (static HTML/CSS/JS or built SPA) to measurable perfection: real-Chrome Lighthouse >=13 runs (mobile+desktop, no Playwright internals), SEO meta layer, WCAG contrast by computed luminance, heading order, a11y checks (axe-core subset), back-to-top navigation, design tokens (zero raw hex)…

5 5d ago A 218 tokens original MIT

bestdeejay-design/agent-skills

Skill Claude CodeCodex

Audit web performance depth beyond Lighthouse. Use when the user asks for a performance audit, Core Web Vitals (CWV) review, bundle-size analysis, or to optimize loading — including slow LCP/FCP/INP/CLS, a heavy JS/CSS bundle, or missing HTTP/2, text compression, browser caching, HSTS, resource hints, service worker…

5 5d ago A 262 tokens original MIT

frontend-testing

44

bestdeejay-design/agent-skills

Skill Claude CodeCodex

Scaffold and advise on frontend testing for production readiness, mapped to the Front-End-Checklist Testing category (13 rules). Defines a testing pyramid (unit, integration, E2E, visual, a11y, cross-browser, real-device, perf-budget, mutation, error-monitoring, coverage, mocking, contract) and emits copy-pasteable…

5 5d ago A 243 tokens original MIT

github-repo-hygiene

45

bestdeejay-design/agent-skills

Skill Claude CodeCodex

DEPRECATED meta-skill. Routes to the four focused repository skills that replaced it: repo-readme-assets (README + animated SVG header/footer), repo-community-files (LICENSE/CODEOFCONDUCT/CONTRIBUTING/SECURITY/SUPPORT/templates), repo-metadata-health (description/topics/GitHub Pages/community health/audit)…

5 5d ago A 125 tokens original MIT

bestdeejay-design/agent-skills

Skill Claude CodeCodex

Structured protocol for AI agents working across many context windows: a .lra/ directory with an atomic feature list (id/priority/acceptance criteria/status) and a session progress log, plus a session protocol (read context → pick ONE feature → implement → test → checkpoint) and recovery from broken states. Based on…

5 5d ago A 124 tokens original MIT

mermaid-to-image

47

bestdeejay-design/agent-skills

Skill Claude CodeCodex

A renderer that turns Mermaid diagram text into PNG or SVG image files. Mermaid is a text format for describing diagrams such as flows, sequences, and relationships.

5 5d ago A 160 tokens original MIT

mobile-frontend

48

bestdeejay-design/agent-skills

Skill Claude CodeCodex

Composite skill for quality mobile-first frontend — codified rules (spacing, type scale, anchors, safe-area, tap-targets), build, and multi-level verification with per-element menu/nav debugging.

5 5d ago A 43 tokens original MIT