bestdeejay-design/agent-skills
Skill Claude Code
A converter that turns Markdown, a plain-text document format often used for README files and technical notes, into a PDF report.
Agent Skills - 51 skills for AI agents (Sisyphus, opencode): frontend-perfection (Lighthouse audit), secret-scanner, security-review, commit-lint, coverage-analyzer, api-contract-testing, seo-toolkit, sql-helper, docs-system, code-review, github-repo-hygiene. skill.json manifests, CI
bestdeejay-design/agent-skills
Skill Claude Code
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 Code
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 Code needs its repo
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 Code
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 Code
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 Code
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 Code
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 Code
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 Code
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 Code
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 Code
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 Code
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 Code
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
Skill Claude Code
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
Skill Claude Code
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'…
bestdeejay-design/agent-skills
Skill Claude Code
Structured data and meta markup for SEO: JSON-LD schema.org (Product, Article, Organization, Breadcrumb, FAQ — extraction + validation) and title/description/OG/Twitter meta generation (lengths, uniqueness, CTR). Script seoschema.py: --meta (title/description/OG/canonical/h1/img audit) and --jsonld (extract + validate…
bestdeejay-design/agent-skills
Skill Claude Code
DEPRECATED meta-skill. Routes to the four focused SEO skills that replaced it: seo-audit (technical audit + Core Web Vitals + report + fixes), seo-schema (JSON-LD + meta/OG/Twitter), seo-content (content + keywords + headings + images), seo-crawl (crawlability + structure + competitors). Load one of the four directly…
bestdeejay-design/agent-skills
Skill Claude Code
Capture and aggregate real-world usage feedback for Agent Skills so the Skill Quality Gate loop can keep improving them over time. Use it whenever a skill misfires or underperforms: a skill triggered wrongly (wrong trigger), failed to auto-load on a relevant request (near-miss / description gap), produced a wrong…
bestdeejay-design/agent-skills
Skill Claude Code
Meta-skill and design compass for creating new skills and upgrading existing ones with a deliberate push toward being maximally technological, creative, and aesthetically disciplined. Use when the user wants to create a skill from scratch, reshape an existing skill, make a skill more reliable/technological, more…
bestdeejay-design/agent-skills
Skill Claude Code
Skill recommendation for AI agents from the agent-skills library. Reads the master catalog index.json (default /Projects/agent-skills/index.json, override with env AGENTSKILLSINDEX or --index), scores triggers and descriptions, returns top-5 with relevance plus up to 3 combos for multi-step tasks. Supports ad-hoc…
bestdeejay-design/agent-skills
Skill Claude Code
A script that builds SQL queries from a plain-language question and a DDL schema, which is a file describing database tables and columns. It can create common queries and check their expected execution plan with EXPLAIN.
bestdeejay-design/agent-skills
Skill Claude Code
A structured debugging method that finds the confirmed root cause of a software bug before changing code. It uses four phases: reproduce the problem, form hypotheses, isolate the cause, then make a fix and add a regression test.
bestdeejay-design/agent-skills
Skill Claude Code
Orchestrator for the Chronos Pantheon — runs agent presets (minimal/standard/full), aggregates reports, validates cross-references between L1-L3 (contracts → product → engineering). Use when: "run full audit", "chronos full", "cross-reference validation", "canon".
bestdeejay-design/agent-skills
Skill Claude Code
Fact-checker for documentation — detects duplicates (similarity >70%) and broken internal links in markdown files. Skips code blocks, inline code, and external URLs. Use when: "check duplicates", "find duplicate docs", "broken links", "broken references", "validate links", "censor".
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: