Commit graph

10 commits

Author SHA1 Message Date
Claude
d4b26635c5
docs: add llms.txt + llms-full.txt for AI-agent discovery, link from footer
Add machine-readable repository descriptions following the llmstxt.org
convention so AI agents and crawlers can discover a structured overview
of the entire skills library.

- docs/llms.txt: concise curated index (site sections + 18 domains)
- docs/llms-full.txt: comprehensive self-contained repo description
  (scale, design principles, skill package pattern, per-domain detail,
  plugin/git rules, and how an agent should use the library)
- Override partials/copyright.html to surface both files as footer links
  on every page; add matching styles to stylesheets/extra.css

Both files build to the site root (verified: /llms.txt, /llms-full.txt)
and the footer links resolve to absolute site URLs.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Sy9WFFurEjL8gjCp9fs7bp
2026-07-01 13:55:32 +00:00
Claude
0a330f3759
feat(docs): redesign documentation site — clay design system, accurate counters, markdown-html domain pages
- Rewrite docs/stylesheets/extra.css with a warm clay/coral design system:
  aurora hero with eyebrow badge and stats strip, gradient card hairlines,
  pill tool badges, numbered steps component, reduced-motion support
- Rewrite homepage copy: plain-language 'What is an Agent Skill?' section,
  3-step how-it-works, all 17 domain cards, guides section, accurate stats
  (337 skills / 17 domains / 66 plugins)
- Add missing markdown-html domain to generate-docs.py (17th domain) and
  regenerate catalog: +12 new pages (md-document/md-review/md-slides skills,
  cs-markdown-html-orchestrator + cs-scraping-architect agents, 7 commands)
- Fix skill-internal link rewriting in the generator (./SIBLING.md and
  ALL-CAPS companion files now resolve to GitHub URLs) — mkdocs --strict
  now passes with zero warnings
- Refresh stale counters site-wide (177/192/204/311/338 → 337) in skills
  index, plugins index, getting-started, integrations, custom-gpts, guides
- Rebuild plugins page from live marketplace.json: 13 domain bundles + 53
  standalone plugins, accurate bundle table and full 66-plugin listing
- Add Guides section to nav (5 existing SEO guide pages, URLs unchanged),
  point homepage tool badges at tool-specific guides and real anchors
- Tighten site_description and JSON-LD keywords for 'agent skills' /
  'agent plugins' queries; update announce bar to the markdown-html launch
- No existing slugs or URLs changed — all edits are additive or in-place

https://claude.ai/code/session_015bYZ97nV4oRb3LbxCRFVcP
2026-06-11 15:45:00 +00:00
Reza Rezvani
478218e313 style(docs): improve visual design — hero, cards, buttons, typography, spacing
1. Hero section: larger (max-width 800px), bigger heading (3rem), subtle
   background gradient, increased padding, social proof slot
2. Section spacing: h2 bottom borders, 2.5rem top margin, hr 3rem margin,
   alternating section backgrounds on homepage
3. Cards: background color, subtle default shadow, lift on hover (translateY),
   border highlights primary color on hover
4. Typography: base 0.78→0.82rem, h2 larger (1.4em) with 700 weight
5. Buttons: larger (0.9rem, more padding), 8px radius, primary shadow,
   lift on hover for both primary and outline
6. Mobile: responsive hero adjustments for smaller screens

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 13:21:50 +01:00
Leo
bd70015f60 docs: overhaul homepage with tools bar, tabbed install, and professional polish
- Replace text-only platform list with styled color-coded tool badges
- Each badge links to the relevant install section
- Add tabbed Quick Install section (Claude Code / Codex / Gemini / Cursor)
- Restructure 'What's Inside' grid: skills, agents, personas, orchestration, tools, plugins, commands, multi-tool
- Rename 'POWERFUL' to 'Advanced' in domain cards
- Add tools-bar CSS with per-tool brand colors and hover effects
- Mobile-responsive tool badges
- Broaden site_name: 'Agent Skills' (not just Claude Code)
- Fix edit_uri: edit/main/docs/ (was missing docs/ prefix)
- Build verified: 238 sitemap URLs, all new pages included
2026-03-12 18:47:42 +01:00
Reza Rezvani
53e66cb42b style(docs): reduce font sizes for tighter layout
Sidebar nav: 0.78rem → 0.74rem, section labels: 0.72rem → 0.68rem,
body text: 0.82rem → 0.78rem.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 14:36:06 +01:00
Reza Rezvani
5141543efd fix(docs): fix invisible header text in dark mode
Override Material's var(--md-primary-bg-color) which resolves to near-black
in slate scheme, causing dark-on-dark header text.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 13:35:09 +01:00
Reza Rezvani
670930c69d feat(docs): implement unified design system across all generated pages
- Add CSS components: .page-meta badges, .domain-header, .install-banner
- Fix invisible tab navigation (explicit color for light/dark modes)
- Rewrite generate-docs.py with design system templates
- Domain indexes: centered headers with icons, install banners, grid cards
- Skill pages: pill badges (domain, skill ID, source), install commands
- Agent/command pages: type badges with domain icons
- Regenerate all 210 pages (180 skills + 15 agents + 15 commands)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 12:32:49 +01:00
Reza Rezvani
543646a0ac feat(docs): comprehensive GitHub Primer theme overhaul with dark mode fix
- Fix broken dark mode by correcting palette toggle order and setting primary/accent to custom
- Rewrite extra.css with full GitHub Primer color scheme (light: #ffffff/#0969da, dark: #0d1117/#1f6feb)
- Style header, sidebar, buttons, cards, code blocks, and tables to match GitHub aesthetic
- Add Open Graph and Twitter Card meta tags via main.html override
- Add JSON-LD structured data (WebSite + SoftwareApplication schemas)
- Add announcement bar (v2.1.2 release)
- Add custom 404 page with navigation buttons
- Remove inline styles from skills/index.md (moved to extra.css)
- Mobile responsive adjustments for hero sections

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 11:54:41 +01:00
Reza Rezvani
697ecd37c4 fix: redesign homepage using Material native grid cards
Replaces broken custom HTML divs with Material's built-in grid cards
pattern. Fixes layout issues: cards now render in proper 3-column grid,
stats row displays correctly, hero section centers properly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 13:18:06 +01:00
Reza Rezvani
52e8fe1764 style: modern minimalistic design with dark-first theme
- Dark mode as default with smooth light mode toggle
- Inter + JetBrains Mono fonts for clean typography
- Custom CSS: gradient hero, domain card grid, stat counters, feature list
- Landing page redesigned with cards, CTAs, and visual hierarchy
- Getting started: tabbed install (Material tabs), numbered steps, collapsible FAQ
- MkDocs Material features: sticky tabs, instant navigation, progress bar,
  breadcrumbs, code annotations, emoji support, mermaid diagrams
- All Material reference extensions enabled (keys, mark, caret, tilde, etc.)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 12:47:56 +01:00