bestdeejay-design/agent-skills
Skill Claude CodeCodex
A converter that turns Markdown, a plain-text document format often used for README files and technical notes, into a PDF report.
bestdeejay-design/agent-skills
Skill Claude CodeCodex
A converter that turns Markdown, a plain-text document format often used for README files and technical notes, into a PDF report.
bestdeejay-design/agent-skills
Skill Claude CodeCodex
A planning tool that turns a development goal into a detailed, ordered implementation plan with small steps, interfaces, and completion checks.
bestdeejay-design/agent-skills
Skill Claude CodeCodex
Router for high-quality presentations. Orchestrates specialist sub-skills per stage: narrative (docs-product + seo-content) -> visual direction (frontend-design-taste) -> build (presentation-maker) -> UI/UX audit (frontend-perfection + deckaudit) -> export (presentation-maker pptx/pdf). Encodes a research-backed…
bestdeejay-design/agent-skills
Skill Claude CodeCodex
A method for designing presentations as audience stories, combining the message, visual style, and way the presentation is delivered. It is described in Russian and focuses on moving an audience from a problem to a clear action.
bestdeejay-design/agent-skills
Skill Claude CodeCodex
End-to-end presentations from a topic — outline -> JSON spec -> 16:9 HTML slides (with mandatory Playwright verification) and real .pptx (full 14-type design system), plus strategy presets, PDF export, and deck-quality audits. One command per stage.
bestdeejay-design/agent-skills
Skill Claude CodeCodex
A converter that traces a PNG raster image, made from pixels, into an SVG vector image, made from shapes that can be resized without becoming blurry.
bestdeejay-design/agent-skills
Skill Claude CodeCodex
A personal workflow for finding Reddit discussions, preparing English replies, interpreting comment tone, checking messages, and tracking activity for a configured account.
bestdeejay-design/agent-skills
Skill Claude CodeCodex
Create and maintain repository community/legal files: LICENSE, CODEOFCONDUCT.md, CONTRIBUTING.md, SECURITY.md, SUPPORT.md, issue/PR templates, FUNDING.yml. No scripts — template-driven. Triggers: 'license file', 'code of conduct', 'contributing guide', 'security policy', 'support file', 'issue template', 'pr…
bestdeejay-design/agent-skills
Skill Claude CodeCodex
Audit and update GitHub repository metadata and community health: description (gh repo edit), topics (PUT /repos/topics, max 20), GitHub Pages link + homepage, community-health percentage via the Community Profile API, and a 16-point check checklist. Script: validaterepo.py (gh API + filesystem, auto-detect from git…
bestdeejay-design/agent-skills
Skill Claude CodeCodex
README.md (EN) + localized mirror + local animated SVG header/footer for a repository. Generates assets/header.svg and assets/footer.svg with SMIL animation (4 presets: default/minimal/dark-first/monochrome), zero external services. Scripts: generateassets.py, validatesvg.py, extractcontext.py. Triggers: 'readme…
bestdeejay-design/agent-skills
Skill Claude CodeCodex
Build the repository social preview (og:image) as a hand-crafted hero-section HTML (1280x640, 40pt crop-safe padding, no self-made SVG), rendered to PNG via headless Chrome. Source of truth: the project website's hero section when one exists - re-typeset it clean, never screenshot it. Triggers: 'social preview', 'og…
bestdeejay-design/agent-skills
Skill Claude CodeCodex
Static secret/token scanning for codebases and git repos: detects leaked credentials (AWS, GitHub, OpenAI, Anthropic, Stripe, Google, Slack, private keys, JWTs) using gitleaks v8.30.1 pattern table + Shannon entropy gating + allowlist noise filters. Stdlib-only Python script with JSON/Markdown/text reports, redaction…
bestdeejay-design/agent-skills
Skill Claude CodeCodex
Security review orchestrator for dependency lockfiles and source: inventory of lockfiles/manifests (npm, pip, cargo, go, gem, maven, gradle, composer), exit-code classifier for 13 security tools (semgrep, bandit, gitleaks, osv-scanner, pip-audit, trufflehog, checkov, trivy, grype, npm audit, cargo audit), JSON…
bestdeejay-design/agent-skills
Skill Claude CodeCodex
Technical SEO audit and health: full technical audit (meta, headings, alt, broken links, sitemap, robots.txt, canonical, URL structure), Core Web Vitals (LCP/CLS/INP, blocking resources, unused CSS/JS, caching), a comprehensive scored report (7 dimensions, weighted 100%), and the autonomous fix agent (P1-P5…
bestdeejay-design/agent-skills
Command
Full technical SEO audit of a site. Reviews meta tags, headings, images without alt, broken links, sitemap, robots.txt, canonical tags and URL structure. Generates a report prioritized by impact. TRIGGER when the user enters /seo-audit or asks for a complete SEO audit.
bestdeejay-design/agent-skills
Command
Automated SEO agent. Runs the complete audit, prioritizes issues by impact, and automatically fixes everything it can — meta tags, alt text, headings, schema and more. Shows a diff before each change. TRIGGER when the user enters /seo-fix or asks to fix, correct or apply SEO improvements automatically.
bestdeejay-design/agent-skills
Command
Generates a complete SEO report in markdown — combines technical audit, content and schema in one document with an overall score and prioritized action plan. TRIGGER when the user enters /seo-report or asks for a full SEO report, SEO summary or SEO audit report.
bestdeejay-design/agent-skills
Command
Analyzes the site load performance — bundle size, unoptimized images, render-blocking scripts, missing lazy loading and estimated Core Web Vitals. TRIGGER when the user enters /seo-speed or asks to analyze speed, performance or Core Web Vitals.
bestdeejay-design/agent-skills
Skill Claude CodeCodex
Content and on-page SEO: thin content & duplicates, readability (Flesch-Kincaid), E-E-A-T signals; keyword density, cannibalization, LSI, long-tail, intent mapping; H1-H6 hierarchy and keywords in headings; image SEO (alt text, WebP/AVIF, lazy loading, dimensions, srcset). Script seocontent.py: keyword density + top…
bestdeejay-design/agent-skills
Command
Analyzes content quality — length, readability, thin content, internal duplicate content and topic expansion opportunities. TRIGGER when the user enters /seo-content or asks to analyze content quality, thin content, readability or topic coverage.
bestdeejay-design/agent-skills
Command
Audits the heading structure (H1-H6) — correct hierarchy, keywords in H1, length, and generates improvement suggestions for each page. TRIGGER when the user enters /seo-headings or asks to review headings, section titles, H1 H2 H3 hierarchy or content structure.
bestdeejay-design/agent-skills
Command
Reviews all images — missing or generic alt text, unoptimized size, modern format (WebP/AVIF), lazy loading and descriptive file names. TRIGGER when the user enters /seo-images or asks to review images, alt text, image optimization or image SEO.
bestdeejay-design/agent-skills
Command
Analyzes keyword usage on a page — density, placement in headings, presence in meta tags, semantic variations and related keyword opportunities. TRIGGER when the user enters /seo-keywords or asks to analyze keywords, key phrases, keyword density or semantic coverage.
bestdeejay-design/agent-skills
Skill Claude CodeCodex
Crawlability and site structure for SEO: robots.txt, noindex, canonical, redirect chains, sitemap.xml; internal linking, click depth, orphan pages, URL hierarchy, breadcrumbs; competitor comparison (gaps, overlapping keywords, content gaps). Commands documented in commands/. Triggers: 'seo crawl', 'crawlability'…