Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,455
总 Skills
35.8M
总安装量
2,442
贡献者
# Skill 仓库 描述 安装量
7601 llm-application-dev-prompt-optimize sickn33/antigravity-awesome-skills
Prompt Optimization You are an expert prompt engineer specializing in crafting effective prompts for LLMs through advanced techniques including constitutional AI, chain-of-thought reasoning, and model-specific optimization. Use this skill when Working on prompt optimization tasks or workflows Needing guidance, best practices, or checklists for prompt optimization Do not use this skill when The task is unrelated to prompt optimization You need a different domain or tool outside this scope Context...
267
7602 python-odoo-cursor-rules mindrally/skills
Python and Odoo Development You are an expert in Python, Odoo, and enterprise business application development. Key Principles Write clear, technical responses with precise Odoo examples in Python, XML, and JSON Leverage Odoo's built-in ORM, API decorators, and XML view inheritance Prioritize readability and maintainability; follow PEP 8 Use descriptive model, field, and function names Structure modules with separation of concerns: models, views, controllers, data, security Odoo/Python Guideli...
267
7603 musical-dna jwynia/agent-skills
Musical DNA Analysis Purpose Extract descriptive musical characteristics from any artist or band without using their name, building a vocabulary of sonic qualities for AI music generation, music description, or creative recombination. Replace "sounds like [Artist]" with specific, technique-focused descriptions. Core Principle How, not who. Describe techniques, approaches, and sonic qualities rather than referencing artists. This enables: Ethical AI music generation Precise communication abou...
267
7604 stakeholder-communication aj-geddes/useful-ai-prompts
Stakeholder Communication Overview Effective stakeholder communication ensures alignment, manages expectations, builds trust, and keeps projects on track by addressing concerns proactively. When to Use Project kickoff and initiation Weekly/monthly status updates Major milestone achievements Changes to scope, timeline, or budget Risks or issues requiring escalation Stakeholder onboarding Handling difficult conversations Instructions 1. Stakeholder Analysis Stakeholder identification and engage...
267
7605 serverless-architecture aj-geddes/useful-ai-prompts
Serverless Architecture Overview Serverless architecture enables building complete applications without managing servers. Design event-driven, scalable systems using managed compute services, databases, and messaging systems. Pay only for actual usage with automatic scaling. When to Use Event-driven applications API backends and microservices Real-time data processing Batch jobs and scheduled tasks Workflow automation IoT data pipelines Multi-tenant SaaS applications Mobile app backends Implem...
267
7606 test-data-generation aj-geddes/useful-ai-prompts
Test Data Generation Overview Test data generation creates realistic, consistent, and maintainable test data for automated testing. Well-designed test data reduces test brittleness, improves readability, and makes it easier to create diverse test scenarios. When to Use Creating fixtures for integration tests Generating fake data for development databases Building test data with complex relationships Creating realistic user inputs for testing Seeding test databases Generating edge cases and bou...
267
7607 writer-memory yeachan-heo/oh-my-claudecode
Persistent memory system designed for creative writers, with first-class support for Korean storytelling workflows. Overview Writer Memory maintains context across Claude sessions for fiction writers. It tracks: - Characters (캐릭터): Emotional arcs (감정궤도), attitudes (태도), dialogue tone (대사톤), speech levels - World (세계관): Settings, rules, atmosphere, constraints - Relationships (관계): Character dynamics and evolution over time - Scenes (장면): Cut composition (컷구성), narration tone, emotional ta...
267
7608 learner yeachan-heo/oh-my-claudecode
Reusable skills are not code snippets to copy-paste, but principles and decision-making heuristics that teach Claude HOW TO THINK about a class of problems. The difference: - BAD (mimicking): "When you see ConnectionResetError, add this try/except block" - GOOD (reusable skill): "In async network code, any I/O operation can fail independently due to client/server lifecycle mismatches. The principle: wrap each I/O operation separately, because failure between operations is the common case, not...
267
7609 custom-code-management webflow/webflow-skills
Custom Code Management Concepts Webflow custom code: register (store script) → apply (attach to site). Inline scripts only via MCP (max 10,000 chars). Important note ALWAYS use Webflow MCP tools for all operations: Use the following tools for all operations: data_scripts_tool with actions list_registered_scripts / list_applied_scripts - List scripts data_scripts_tool with action add_inline_site_script - Register inline script (no <script> tags) data_scripts_tool with action delete_all_site_s...
267
7610 deslop brianlovin/agent-config
Remove AI code slop Check the diff against main, and remove all AI generated slop introduced in this branch. This includes: Extra comments that a human wouldn't add or is inconsistent with the rest of the file Extra defensive checks or try/catch blocks that are abnormal for that area of the codebase (especially if called by trusted / validated codepaths) Casts to any to get around type issues Any other style that is inconsistent with the file Report at the end with only a 1-3 sentence summar...
267
7611 arize-prompt-optimization arize-ai/arize-skills
Arize Prompt Optimization Skill Concepts Where Prompts Live in Trace Data LLM applications emit spans following OpenInference semantic conventions. Prompts are stored in different span attributes depending on the span kind and instrumentation: Column What it contains When to use attributes.llm.input_messages Structured chat messages (system, user, assistant, tool) in role-based format Primary source for chat-based LLM prompts attributes.llm.input_messages.roles Array of roles: system , user , as...
267
7612 ln-140-test-docs-creator levnikolaevich/claude-code-skills
This skill creates and validates test documentation: testing-strategy.md (universal testing philosophy) + tests/README.md (test organization structure and Story-Level Test Task Pattern). When to Use This Skill This skill is a L2 WORKER invoked by ln-100-documents-pipeline orchestrator. This skill should be used directly when: - Creating only test documentation (testing-strategy.md + tests/README.md) - Validating existing test documentation structure and content - Setting up test philosoph...
267
7613 alicloud-platform-docs-api-review cinience/alicloud-skills
Alibaba Cloud Product Docs + API Docs Reviewer Use this skill when the user gives a product name and asks for an end-to-end documentation/API quality review. What this skill does Resolve product from latest OpenAPI metadata. Fetch latest API docs for default version. Discover product/help-doc links from official product page. Produce a structured review report with: score evidence prioritized suggestions (P0/P1/P2) Workflow Run the bundled script: python skills/platform/docs/alicloud-platform-do...
266
7614 alicloud-ai-text-document-mind cinience/alicloud-skills
Category: provider Document Mind (DocMind) — Node.js SDK Use DocMind to extract document structure, text, and layout with async jobs. Prerequisites Install SDKs: npm install @alicloud/docmind-api20220711 @alicloud/tea-util @alicloud/credentials Provide credentials via standard Alibaba Cloud env vars: ALICLOUD_ACCESS_KEY_ID ALICLOUD_ACCESS_KEY_SECRET ALICLOUD_REGION_ID (optional default; if unset, choose the most reasonable region for the task or ask the user) Quickstart (submit + poll) const Cli...
266
7615 angular-best-practices-v20 develite98/angular-best-practices
Angular Best Practices (v20+) Comprehensive performance optimization guide for Angular 20+ applications with modern features like Signals, httpResource, signal inputs/outputs, @defer blocks, and native control flow syntax. Contains 35+ rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Angular 20+ components Using Signals for reactive state (signal, computed, linkedSignal, effect) Usi...
266
7616 nix-best-practices 0xbigboss/claude-code
Nix Best Practices Flake Structure Standard flake.nix structure: { description = "Project description" ; inputs = { nixpkgs . url = "github:NixOS/nixpkgs/nixos-unstable" ; flake - utils . url = "github:numtide/flake-utils" ; } ; outputs = { self , nixpkgs , flake - utils } : flake - utils . lib . eachDefaultSystem ( system : let pkgs = import nixpkgs { inherit system ; } ; in { devShells . default = pkgs . mkShell { buildInputs = with pkgs ; [ packages here ] ; } ; } ) ; } Follows Pattern (Avoi...
266
7617 app-ui-design majiayu000/claude-arsenal
Mobile App UI Design Expert guidance for designing beautiful, accessible, and platform-native mobile app interfaces following 2025 best practices. Core Philosophy User-First Design — Prioritize user needs, behaviors, and mental models over aesthetics Platform Consistency — Follow iOS HIG and Android Material Design guidelines Accessibility as Foundation — Design for all users from the start, not as an afterthought Emotional Intelligence — Create interfaces that users emotionally connect with P...
266
7618 mermaid-tools daymade/claude-code-skills
Mermaid Tools Overview This skill enables extraction of Mermaid diagrams from markdown files and generation of high-quality PNG images. The skill bundles all necessary scripts (extract-and-generate.sh, extract_diagrams.py, and puppeteer-config.json) in the scripts/ directory for portability and reliability. Core Workflow Standard Diagram Extraction and Generation Extract Mermaid diagrams from a markdown file and generate PNG images using the bundled extract-and-generate.sh script: cd ~/.clau...
266
7619 reading-receipt kazukinagata/shinkoku
レシート・領収書・ふるさと納税受領証明書 画像読み取り レシート・領収書・ふるさと納税受領証明書の画像を読み取り、構造化データとして返すスキル。 PDF ファイルの場合 ファイルが PDF( .pdf )の場合、画像 OCR の前にテキスト抽出を試みる。 shinkoku pdf extract-text --file-path <path> を実行する 抽出テキストに必要な情報(金額・日付・店舗名等)が含まれていれば、テキストから構造化データを生成する テキストが不十分(スキャン PDF 等)の場合は shinkoku pdf to-image --file-path <path> --output-dir <dir> で PNG に変換し、以下の画像読み取りフローに進む 画像読み取り方法 推奨: デュアル検証(並列2コンテキスト) 精度を高めるため、同じ画像を2つの独立したコンテキストで並列に読み取り、結果を照合する。 2つの独立した読み取りを実行する: サブエージェントが使える環境では、2つのサブエージェントを並列で起動し、それぞれ独立に画像を読み取る。 各サブエージェントには以...
266
7620 setup kazukinagata/shinkoku
assistant-ui Setup CLI Commands Quick Decision Flow Existing Next.js app ( package.json exists): use npx assistant-ui@latest init Existing app in CI/agent/non-interactive shell: use npx assistant-ui@latest init --yes Existing app + force overwrite of conflicts: add --overwrite New app / empty directory: use npx assistant-ui@latest create <name> Need specific starter template: add -t <default|minimal|cloud|cloud-clerk|langgraph|mcp> Need a curated example: use npx assistant-ui@latest create <name...
266
7621 networkx davila7/claude-code-templates
NetworkX Overview NetworkX is a Python package for creating, manipulating, and analyzing complex networks and graphs. Use this skill when working with network or graph data structures, including social networks, biological networks, transportation systems, citation networks, knowledge graphs, or any system involving relationships between entities. When to Use This Skill Invoke this skill when tasks involve: Creating graphs: Building network structures from data, adding nodes and edges with a...
266
7622 venue-templates davila7/claude-code-templates
Venue Templates Overview Access comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues, academic conferences, research posters, and grant proposals. This skill provides ready-to-use templates and detailed specifications for successful academic submissions across disciplines. Use this skill when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formattin...
266
7623 product-manager-toolkit borghei/claude-skills
Product Manager Toolkit Essential tools and frameworks for modern product management, from discovery to delivery. Quick Start For Feature Prioritization python scripts/rice_prioritizer.py sample Create sample CSV python scripts/rice_prioritizer.py sample_features.csv --capacity 15 For Interview Analysis python scripts/customer_interview_analyzer.py interview_transcript.txt For PRD Creation Choose template from references/prd_templates.md Fill in sections based on discovery work Review with stak...
266
7624 tracking-crypto-prices jeremylongshore/claude-code-plugins-plus-skills
Tracking Crypto Prices Overview Foundation skill providing real-time and historical cryptocurrency price data. This skill is the data layer for the crypto plugin ecosystem - 10+ other skills depend on it for price information. Key Capabilities: Real-time prices for 10,000+ cryptocurrencies Historical OHLCV data (1 day to all-time) Multi-currency support (USD, EUR, GBP, 30+ currencies) Intelligent caching to minimize API calls Predefined and custom watchlists Export to CSV/JSON for analysis Depen...
266
7625 terraform-specialist sickn33/antigravity-awesome-skills
You are a Terraform/OpenTofu specialist focused on advanced infrastructure automation, state management, and modern IaC practices. Use this skill when Designing Terraform/OpenTofu modules or environments Managing state backends, workspaces, or multi-cloud stacks Implementing policy-as-code and CI/CD automation for IaC Do not use this skill when You only need a one-off manual infrastructure change You are locked to a different IaC tool or platform You cannot store or secure state remotely Instruc...
266
7626 python-performance-optimization sickn33/antigravity-awesome-skills
Python Performance Optimization Comprehensive guide to profiling, analyzing, and optimizing Python code for better performance, including CPU profiling, memory optimization, and implementation best practices. When to Use This Skill Identifying performance bottlenecks in Python applications Reducing application latency and response times Optimizing CPU-intensive operations Reducing memory consumption and memory leaks Improving database query performance Optimizing I/O operations Speeding up dat...
266
7627 expo pproenca/dot-skills
Community Expo React Native Best Practices Comprehensive performance optimization guide for Expo React Native applications. Contains 42 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Expo React Native components Optimizing app startup and Time to Interactive Implementing lists, images, or animations Reducing bundle size and memory usage Reviewing code for mobile performance issues...
266
7628 symfony:twig-components makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:twig-components<div
266
7629 python-patterns davila7/claude-code-templates
Python Development Patterns Idiomatic Python patterns and best practices for building robust, efficient, and maintainable applications. When to Activate Writing new Python code Reviewing Python code Refactoring existing Python code Designing Python packages/modules Core Principles 1. Readability Counts Python prioritizes readability. Code should be obvious and easy to understand. Good: Clear and readable def get_active_users ( users : list [ User ] ) - > list [ User ] : """Return only active us...
266
7630 nextjs-react-redux-typescript-cursor-rules mindrally/skills
Next.js React Redux TypeScript Cursor Rules Complete development guidelines for building maintainable, scalable applications with Next.js, React, Redux Toolkit, and TypeScript. Development Philosophy Produce maintainable, scalable code following SOLID principles Favor functional and declarative approaches over imperative styles Prioritize type safety and static analysis Embrace component-driven architecture Code Style Standards Indentation: Use tabs Strings: Use single quotes (unless escaping ...
266
7631 symfony:doctrine-relations makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:doctrine-relations<div
266
7632 hyva-playwright-test hyva-themes/hyva-ai-tools
Writing Playwright Tests for Hyvä + Alpine.js Overview Hyvä replaces Luma's KnockoutJS/RequireJS/jQuery with Alpine.js + Tailwind CSS. Playwright's strict mode (rejects locators matching multiple elements) conflicts with Alpine.js DOM patterns where hidden elements exist throughout the page. This skill documents pitfalls and solutions discovered while writing Playwright tests for Hyvä storefronts. The 1 Rule: Hidden Alpine Elements Hyvä templates scatter elements like <div x-show="displayErrorMe...
266
7633 circuit-breaker-pattern aj-geddes/useful-ai-prompts
Circuit Breaker Pattern Overview Implement circuit breaker patterns to prevent cascading failures and provide graceful degradation when dependencies fail. When to Use External API calls Microservices communication Database connections Third-party service integrations Preventing cascading failures Implementing fallback mechanisms Rate limiting protection Timeout handling Circuit States ┌──────────┐ │ CLOSED │ ◀─── Normal operation └────┬─────┘ │ Failures exceed threshold ▼ ┌────────...
266
7634 api-pagination aj-geddes/useful-ai-prompts
API Pagination Overview Implement scalable pagination strategies for handling large datasets with efficient querying, navigation, and performance optimization. When to Use Returning large collections of resources Implementing search results pagination Building infinite scroll interfaces Optimizing large dataset queries Managing memory in client applications Improving API response times Instructions 1. Offset/Limit Pagination // Node.js offset/limit implementation app.get('/api/users', async (r...
266
7635 client-side-rendering patternsdev/skills
Client-side Rendering In Client-Side Rendering (CSR) only the barebones HTML container for a page is rendered by the server. The logic, data fetching, templating and routing required to display content on the page is handled by JavaScript code that executes in the browser/client. CSR became popular as a method of building single-page applications. It helped to blur the difference between websites and installed applications. When to Use Use this for internal tools, dashboards, or SPAs where SEO i...
266
7636 compound-pattern patternsdev/skills
Compound Pattern Table of Contents When to Use When NOT to Use Instructions Details Source In our application, we often have components that belong to each other. They're dependent on each other through the shared state, and share logic together. You often see this with components like select , dropdown components, or menu items. The compound component pattern allows you to create components that all work together to perform a task. When to Use Use this when building components like dropdowns, t...
266
7637 hugging-face-evaluation huggingface/skills
Overview This skill provides tools to add structured evaluation results to Hugging Face model cards. It supports multiple methods for adding evaluation data: Extracting existing evaluation tables from README content Importing benchmark scores from Artificial Analysis Running custom model evaluations with vLLM or accelerate backends (lighteval/inspect-ai) Integration with HF Ecosystem Model Cards: Updates model-index metadata for leaderboard integration Artificial Analysis: Direct API integrati...
265
7638 alicloud-compute-swas-open cinience/alicloud-skills
Category: service Simple Application Server (SWAS-OPEN 2020-06-01) Use SWAS-OPEN OpenAPI to manage full SAS resources: instances, disks, snapshots, images, key pairs, firewall, Cloud Assistant, monitoring, tags, and lightweight databases. Prerequisites Prepare AccessKey with least-privilege RAM user/role. Choose correct region and matching endpoint (public/VPC). ALICLOUD_REGION_ID can be used as default region; if unset choose the most reasonable region, ask user if unclear. This OpenAPI uses RP...
265
7639 alicloud-ai-recommend-airec cinience/alicloud-skills
Category: service AIRec Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for AIRec. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region policy: ALICLOUD_REGION_ID is an...
265
7640 network-engineer 404kidwiz/claude-supercode-skills
Use this skill when Working on network engineer tasks or workflows Needing guidance, best practices, or checklists for network engineer Do not use this skill when The task is unrelated to network engineer You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You...
265
7641 express-production bobmatnyc/claude-mpm-skills
Express.js - Production Web Framework Overview Express is a minimal and flexible Node.js web application framework providing a robust set of features for web and mobile applications. This skill covers production-ready Express development including middleware architecture, structured error handling, security hardening, comprehensive testing, and deployment strategies. Key Features: Flexible middleware architecture with composition patterns Centralized error handling with async support Security...
265
7642 nexus-mapper haaaiawd/nexus-skills
nexus-mapper — AI 项目探测协议 "你不是在写代码文档。你是在为下一个接手的 AI 建立思维基础。" 本 Skill 指导 AI Agent 使用 PROBE 五阶段协议 ,对任意本地 Git 仓库执行系统性探测,产出 .nexus-map/ 分层知识库。 ⚠️ CRITICAL — 五阶段不可跳过 [!IMPORTANT] 在 PROFILE、REASON、OBJECT、BENCHMARK 完成前,不得产出最终 .nexus-map/ 。 这不是为了形式完整,而是为了防止 AI 把第一眼假设直接写成结论。最终产物必须建立在脚本输出、仓库结构、反证挑战和回查验证之上。 ❌ 禁止行为 : 跳过 OBJECT 直接写输出资产 在 BENCHMARK 完成前生成 concept_model.json PROFILE 阶段脚本失败后继续执行后续阶段 ✅ 必须做到 : 每个阶段完成后显式确认「✅ 阶段名 完成」再进入下一阶段 OBJECT 提出足以推翻当前假设的最少一组高价值质疑,通常为 1-3 条,绝不凑数 implemented 节点的 code_path 必须在仓库中真实存...
265
7643 consumption-tax kazukinagata/shinkoku
消費税計算(Consumption Tax Calculation) 課税売上・課税仕入から消費税額を計算するスキル。 assess スキルで消費税の課税事業者と判定され、settlement スキルで決算が完了していることを前提とする。 計算結果は /e-tax スキル(Claude in Chrome)で確定申告書等作成コーナーに入力する。 設定の読み込み(最初に実行) shinkoku.config.yaml を Read ツールで読み込む ファイルが存在しない場合は /setup スキルの実行を案内して終了する 設定値を把握し、相対パスは CWD を基準に絶対パスに変換する: db_path : CLI スクリプトの --db-path 引数に使用 output_dir : 進捗ファイル等の出力先ベースディレクトリ 各ディレクトリ: ファイル参照時に使用 パス解決の例 config の db_path が ./shinkoku.db で CWD が /home/user/tax-2025/ の場合: shinkoku tax calc-consumption --input /...
265
7644 artifacts-builder davila7/claude-code-templates
Artifacts Builder To build powerful frontend claude.ai artifacts, follow these steps: Initialize the frontend repo using scripts/init-artifact.sh Develop your artifact by editing the generated code Bundle all code into a single HTML file using scripts/bundle-artifact.sh Display artifact to user (Optional) Test the artifact Stack : React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn/ui Design & Style Guidelines VERY IMPORTANT: To avoid what is often referred to as "AI slop", ...
265
7645 ab-test-setup davila7/claude-code-templates
A/B Test Setup You are an expert in experimentation and A/B testing. Your goal is to help design tests that produce statistically valid, actionable results. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before designing a test, understand: Test Context ...
265
7646 geopandas davila7/claude-code-templates
GeoPandas GeoPandas extends pandas to enable spatial operations on geometric types. It combines the capabilities of pandas and shapely for geospatial data analysis. Installation uv pip install geopandas Optional Dependencies For interactive maps uv pip install folium For classification schemes in mapping uv pip install mapclassify For faster I/O operations (2-4x speedup) uv pip install pyarrow For PostGIS database support uv pip install psycopg2 uv pip install geoalchemy2 For basemap...
265
7647 internal-comms sickn33/antigravity-awesome-skills
When to use this skill To write internal communications, use this skill for: 3P updates (Progress, Plans, Problems) Company newsletters FAQ responses Status reports Leadership updates Project updates Incident reports How to use this skill To write any internal communication: Identify the communication type from the request Load the appropriate guideline file from the examples/ directory: examples/3p-updates.md - For Progress/Plans/Problems team updates examples/company-newsletter.md - For compan...
265
7648 voice-ai-engine-development sickn33/antigravity-awesome-skills
Voice AI Engine Development Overview This skill guides you through building production-ready voice AI engines with real-time conversation capabilities. Voice AI engines enable natural, bidirectional conversations between users and AI agents through streaming audio processing, speech-to-text transcription, LLM-powered responses, and text-to-speech synthesis. The core architecture uses an async queue-based worker pipeline where each component runs independently and communicates via asyncio.Queue...
265
7649 data-visualization inference-sh/skills
Data Visualization Skill Chart selection guidance, Python visualization code patterns, design principles, and accessibility considerations for creating effective data visualizations. Chart Selection Guide Choose by Data Relationship What You're Showing Best Chart Alternatives Trend over time Line chart Area chart (if showing cumulative or composition) Comparison across categories Vertical bar chart Horizontal bar (many categories), lollipop chart Ranking Horizontal bar chart Dot plot, slope char...
265
7650 lorem-ipsum intellectronica/agent-skills
Lorem Ipsum Generator Overview Generate lorem ipsum placeholder text using the bundled generator script. Always use the script to generate content rather than writing lorem ipsum directly. Critical requirement: ALL text in the generated output must be lorem ipsum, including headings, bullet points, list items, table cells, and any other textual elements. Generator Script Use scripts/generate.py to produce lorem ipsum content. The script handles all text generation to ensure consistent, authe...
265