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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,474
总 Skills
91.3M
总安装量
2,583
贡献者
# Skill 仓库 描述 安装量
5401 tiktok-ads kostja94/marketing-skills
Paid Ads: TikTok Ads Guides TikTok Ads setup, creative strategy, and optimization. TikTok excels at younger demographics (18–34) and viral-style video; use when your audience skews young and you have video creative capacity. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Why TikTok Demographics : 18–34; Gen Z and younger ...
1K
5402 ghostling-libghostty-terminal aradotso/trending-skills
Ghostling — libghostty Terminal Emulator Skill by ara.so — Daily 2026 Skills collection. Ghostling is a minimal viable terminal emulator built on libghostty-vt , the embeddable C library extracted from Ghostty . It uses Raylib for windowing/rendering and lives in a single C file. The project demonstrates how to wire libghostty-vt's VT parsing, terminal state, and render-state API to any 2D or GPU renderer. What libghostty-vt Provides VT sequence parsing (SIMD-optimized) Terminal state: cursor, s...
1K
5403 flutter-concurrency flutter/skills
Flutter Concurrency and Data Management Goal Implements advanced Flutter data handling, including background JSON serialization using Isolates, asynchronous state management, and platform-aware concurrency to ensure jank-free 60fps+ UI rendering. Assumes a standard Flutter environment (Dart 2.19+) with access to dart:convert , dart:isolate , and standard state management paradigms. Decision Logic Use the following decision tree to determine the correct serialization and concurrency approach befo...
1K
5404 tiktok-video-downloader serpdownloaders/skills
TikTok Video Downloader (Browser Extension) Download supported TikTok videos as MP4 files, including workflows that avoid the default watermark save path. TikTok Video Downloader is a browser extension built for users who want a cleaner way to save TikTok videos for offline viewing. It focuses on the browser playback workflow, detects supported video sources from active pages, and exports MP4 files without forcing you into manual workarounds or low-quality screen recordings. Save supported TikTo...
1K
5405 eloquent-best-practices iserter/laravel-claude-agents
Eloquent Best Practices Query Optimization Always Eager Load Relationships // ❌ N+1 Query Problem $posts = Post::all(); foreach ($posts as $post) { echo $post->user->name; // N additional queries } // ✅ Eager Loading $posts = Post::with('user')->get(); foreach ($posts as $post) { echo $post->user->name; // No additional queries } Select Only Needed Columns // ❌ Fetches all columns $users = User::all(); // ✅ Only needed columns $users = User::select(['id', 'name', 'email'])->get(); //...
1K
5406 mcp2cli knowsuchagency/mcp2cli
mcp2cli Turn any MCP server or OpenAPI spec into a CLI at runtime. No codegen. Install Run directly (no install needed) uvx mcp2cli --help Or install pip install mcp2cli Core Workflow Connect to a source (MCP server or OpenAPI spec) Discover available commands with --list Inspect a specific command with <command> --help Execute the command with flags MCP over HTTP mcp2cli --mcp https://mcp.example.com/sse --list mcp2cli --mcp https://mcp.example.com/sse create-task --help mcp2cli --mcp https:...
1K
5407 brand-designer daffy0208/ai-dev-standards
Brand Designer Skill I help you create cohesive brand identities, logos, and visual brand systems. What I Do Brand Identity: Logo design and variations Color palettes Typography systems Brand guidelines Visual Assets: Business cards, letterheads Social media templates Marketing materials Brand presentation decks Brand Strategy: Brand positioning Target audience definition Competitor analysis Brand voice and tone Logo Design Process Step 1: Brand Discovery Questions to Answer: What does...
1K
5408 ce-polish-beta everyinc/compound-engineering-plugin
Polish Start the dev server, open the feature in a browser, and iterate. You use the feature, say what feels off, and fixes happen. Phase 0: Get on the right branch If a PR number or branch name was provided, check it out (probe for existing worktrees first). If blank, use the current branch. Verify the current branch is not main/master. Phase 1: Start the dev server 1.1 Check for .claude/launch.json Run bash scripts/read-launch-json.sh . If it finds a configuration, use it — the user already to...
1K
5409 markdown-documentation aj-geddes/useful-ai-prompts
Markdown Documentation Overview Master markdown syntax and best practices for creating well-formatted, readable documentation using standard Markdown and GitHub Flavored Markdown (GFM). When to Use README files Documentation pages GitHub/GitLab wikis Blog posts Technical writing Project documentation Comment formatting Markdown Syntax Reference Headers H1 Header H2 Header H3 Header H4 Header H5 Header H6 Header Alternative H1 ============== Alternative H2 -------------- Text Formattin...
1K
5410 wireframe-prototyping aj-geddes/useful-ai-prompts
Wireframe Prototyping Overview Wireframes and prototypes bridge the gap between ideas and implementation, enabling teams to test concepts, get feedback, and refine designs before costly development. When to Use Early concept validation Stakeholder alignment User testing and feedback Developer handoff Feature exploration UX problem-solving Rapid iteration Instructions 1. Wireframing Fundamentals Wireframe Principles: Low Fidelity (Sketches): Tools: Paper, whiteboard, Balsamiq Time: 30 minu...
1K
5411 arxiv-search yorkeccak/scientific-skills
arXiv Search Skill Usage Run the bundled Python script using the absolute skills directory path from your system prompt: .venv/bin/python [ YOUR_SKILLS_DIR ] /arxiv-search/arxiv_search.py "your search query" [ --max-papers N ] query (required): Search query string --max-papers (optional): Maximum results to retrieve (default: 10) Example .venv/bin/python ~/.deepagents/agent/skills/arxiv-search/arxiv_search.py "deep learning drug discovery" --max-papers 5 Returns title and abstract for each match...
1K
5412 asr marswaveai/skills
When to Use User wants to transcribe an audio file to text User provides an audio file path and asks for transcription User says "转录", "识别", "transcribe", "语音转文字" When NOT to Use User wants to synthesize speech from text (use /tts ) User wants to create a podcast or explainer (use /podcast or /explainer ) Purpose Transcribe audio files to text using coli asr , which runs fully offline via local speech recognition models. No API key required. Supports Chinese, English, Japanese, Korean, and Canto...
1K
5413 context-window-management sickn33/antigravity-awesome-skills
Context Window Management You're a context engineering specialist who has optimized LLM applications handling millions of conversations. You've seen systems hit token limits, suffer context rot, and lose critical information mid-dialogue. You understand that context is a finite resource with diminishing returns. More tokens doesn't mean better results—the art is in curating the right information. You know the serial position effect, the lost-in-the-middle problem, and when to summarize versus ...
1K
5414 cybersecurity-analyst rysweet/amplihack
Cybersecurity Analyst Skill Purpose Analyze events through the disciplinary lens of cybersecurity, applying rigorous security frameworks (CIA triad, defense-in-depth, zero-trust), threat modeling methodologies (STRIDE, PASTA, VAST), attack surface analysis, and industry standards (NIST, ISO 27001, MITRE ATT&CK) to understand security risks, identify vulnerabilities, assess threat actors and attack vectors, evaluate defensive controls, and recommend risk mitigation strategies. When to Use This ...
1K
5415 unsplash-downloader serpdownloaders/skills
Unsplash Downloader — Coming Soon (Browser Extension) Download Unsplash photos in full original resolution with batch support directly from your browser. This extension is currently in development and has not been released yet. Unsplash Downloader is an upcoming browser extension that will streamline the process of saving high-resolution photos from Unsplash without manually navigating individual download pages or relying on third-party scripts. It is being built to integrate with the Unsplash b...
1K
5416 flutter-localization flutter/skills
Flutter Localization Setup Goal Configures and implements internationalization (i18n) and localization (l10n) in a Flutter application. This skill manages dependency injection ( flutter_localizations , intl ), code generation configuration ( l10n.yaml ), root widget setup ( MaterialApp , CupertinoApp , or WidgetsApp ), .arb translation file management, and platform-specific configurations (iOS Xcode project updates). It ensures proper locale resolution and prevents common assertion errors relate...
1K
5417 wordspace frames-engineering/wordspace
Wordspace Wordspace is a CLI tool that bootstraps project workspaces with workflows — reusable .prose programs fetched from GitHub. When to activate Activate this skill when the user: Wants to set up a new wordspace project Wants to browse, search, or add workflows Mentions "wordspace" by name Asks about available workflows or how to get new ones Commands wordspace init Bootstrap a new project in the current directory. Runs three steps: Workflows — Fetches available .prose workflows from GitHub ...
1K
5418 tradingview-quantitative hypier/tradingview-quantitative-skills
Quantitative Investment Analysis Expert Professional quantitative investment analysis system based on TradingView MCP tools providing insights and decision recommendations. Core Rules Metadata First Principle Before calling tradingview_get_leaderboard , you must first call tradingview_get_metadata to get parameter values: type='markets' → Get market_code (required for stock leaderboard) type='tabs' + asset_type → Get available tab values type='columnsets' → Get available columnset values Complet...
1K
5419 nodejs-core mcollina/skills
When to use Use this skill when you need deep Node.js internals expertise, including: C++ addon development V8 engine debugging libuv event loop issues Build system problems Compilation failures Performance optimization at the engine level Understanding Node.js core architecture How to use Read individual rule files for detailed explanations and code examples: V8 Engine rules/v8-garbage-collection.md - Scavenger, Mark-Sweep, Mark-Compact, generational GC rules/v8-hidden-classes.md - Hidden class...
1K
5420 convex-component-authoring waynesutton/convexskills
Convex Component Authoring Create self-contained, reusable Convex components with proper isolation, exports, and dependency management for sharing across projects. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/components Component Authoring: https://docs.convex.dev/components/authoring For broader context: https://docs.convex.dev/llms.txt Instructions What Are Convex Components? Convex components are self-contained...
1K
5421 storyboard-manager ailabs-393/ai-labs-claude-skills
Storyboard Manager Overview The Storyboard Manager skill equips Claude with specialized knowledge and tools for creative writing workflows. It provides frameworks for character development, story structure patterns, automated timeline tracking, and consistency checking across narrative projects. This skill automatically adapts to various storyboard folder structures while maintaining best practices for novel, screenplay, and serialized fiction writing. Core Capabilities The skill provides fou...
1K
5422 marketing-strategy-pmm davila7/claude-code-templates
Marketing Strategy & Product Marketing Expert Product Marketing playbook for Series A+ startups expanding internationally with hybrid PLG/Sales-Led motion. Keywords product marketing, positioning, GTM, go-to-market strategy, competitive analysis, competitive intelligence, battlecards, ICP, ideal customer profile, messaging, value proposition, product launch, market entry, international expansion, sales enablement, win loss analysis, PMM, product marketing manager, market positioning, competit...
1K
5423 gitlab-cli-skills vince-winkintel/gitlab-cli-skills
GitLab CLI Skills Comprehensive GitLab CLI (glab) command reference and workflows. Quick start First time setup glab auth login Common operations glab mr create --fill Create MR from current branch glab issue create Create issue glab ci view View pipeline status glab repo view --web Open repo in browser Skill organization This skill routes to specialized sub-skills by GitLab domain: Core Workflows: glab-mr - Merge requests: create, review, approve, merge glab-issue - Issues: create, list, ...
1K
5424 citation-management davila7/claude-code-templates
Citation Management Overview Manage citations systematically throughout the research and writing process. This skill provides tools and strategies for searching academic databases (Google Scholar, PubMed), extracting accurate metadata from multiple sources (CrossRef, PubMed, arXiv), validating citation information, and generating properly formatted BibTeX entries. Critical for maintaining citation accuracy, avoiding reference errors, and ensuring reproducible research. Integrates seamlessly wi...
1K
5425 premium-frontend-design kv0906/cc-skills
Premium Frontend Design Skill This skill guides creation of production-grade frontend interfaces that feel ALIVE — not generic, not copy-paste, but genuinely crafted experiences that users remember. "The difference between a good interface and an unforgettable one is intentionality in every pixel." Dependencies (Flexible — Choose What Fits) This skill is framework-flexible. Pick packages based on user preference and project needs. Core 3D (for WebGL templates) pnpm add three @react-three/fi...
1K
5426 firebase-auth-basics firebase/skills
Prerequisites Firebase Project : Created via npx -y firebase-tools@latest projects:create (see firebase-basics ). Firebase CLI : Installed and logged in (see firebase-basics ). Core Concepts Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app. Users A user is an entity that can sign in to your app. Each user is identified by a unique ID ( uid ) which is guaranteed to be unique across all providers. User properties inc...
1K
5427 ppt-creator daymade/claude-code-skills
PPT Creator Goal: Transform a simple topic into a presentation-ready, high-quality slide deck. When key information is missing, use the minimal intake form (references/INTAKE.md) to gather context or apply safe defaults. Then follow the workflow (references/WORKFLOW.md) to produce an outline, slide drafts, charts, and speaker notes. After generation, self-evaluate using the rubric (references/RUBRIC.md); if the score is < 75, automatically refine up to 2 iterations until ≥ 75 before delivery. S...
1K
5428 add-molab-badge marimo-team/skills
Add molab badge Add "Open in molab" badge(s) linking to marimo notebooks. The badge can be added to any target: a GitHub README, documentation site, blog post, webpage, or any other markdown/HTML file. Instructions 0. Session export for molab molab previews render much nicer if the github repository has session information around. This can be added via: uvx marimo export session notebook.py uvx marimo export session folder/ This executes notebooks and exports their session snapshots, which molab...
1K
5429 typescript pproenca/dot-skills
TypeScript Code Style Guide Types and Type Safety Avoid explicit type annotations when TypeScript can infer Avoid implicitly any ; explicitly type when necessary Use accurate types: prefer Record<PropertyKey, unknown> over object or any Prefer interface for object shapes (e.g., React props); use type for unions/intersections Prefer as const satisfies XyzInterface over plain as const Prefer @ts-expect-error over @ts-ignore over as any Avoid meaningless null/undefined parameters; design strict fun...
1K
5430 app-clips eronred/aso-skills
App Clips Lightweight, instantly-available versions of your iOS app for in-the-moment experiences or demos. Targets iOS 26+ / Swift 6.2 unless noted. Contents App Clip Target Setup Invocation URL Handling App Clip Experience Configuration Size Limits Invocation Methods Data Migration to Full App SKOverlay for Full App Promotion Location Confirmation Lifecycle and Ephemeral Nature Capabilities and Limitations Common Mistakes Review Checklist References App Clip Target Setup An App Clip is a separ...
1K
5431 scss-best-practices mindrally/skills
SCSS Best Practices You are an expert in SCSS (Sassy CSS), CSS architecture, and maintainable stylesheet development. Key Principles Write modular, reusable SCSS that scales with project complexity Follow the DRY (Don't Repeat Yourself) principle using variables, mixins, and functions Maintain clear separation between structure, skin, and state styles Prioritize readability and maintainability over clever abstractions File Organization Architecture Pattern (7-1 Pattern) scss/ ├── abstracts/ │ ...
1K
5432 document-processing eyadsibai/ltk
Work with office documents: PDF, Excel, Word, and PowerPoint. Format Overview | PDF | .pdf | Binary/text | Reports, forms, archives | Excel | .xlsx | XML in ZIP | Data, calculations, models | Word | .docx | XML in ZIP | Text documents, contracts | PowerPoint | .pptx | XML in ZIP | Presentations, slides Key concept: XLSX, DOCX, and PPTX are all ZIP archives containing XML files. You can unzip them to access raw content. PDF Processing PDF Tools | Basic read/write | py...
1K
5433 csv-data-visualizer ailabs-393/ai-labs-claude-skills
CSV Data Visualizer Overview This skill enables comprehensive data visualization and analysis for CSV files. It provides three main capabilities: (1) creating individual interactive visualizations using Plotly, (2) automatic data profiling with statistical summaries, and (3) generating multi-plot dashboards. The skill is optimized for exploratory data analysis, statistical reporting, and creating presentation-ready visualizations. When to Use This Skill Invoke this skill when users request: ...
1K
5434 business-document-generator ailabs-393/ai-labs-claude-skills
Business Document Generator Overview Generate professional business documents (Project Proposals, Business Plans, Annual Budgets) from high-quality PDF templates. Use the bundled Python script to fill templates with user-provided data and output polished PDF documents ready for distribution. When to Use This Skill Activate this skill when the user asks to: Create a business proposal or project proposal Generate a business plan document Develop an annual budget plan Create any professional bu...
1K
5435 better-auth giuseppe-trisciuoglio/developer-kit
Better Auth Integration Guide Overview Better Auth is a type-safe authentication framework for TypeScript supporting multiple providers, 2FA, SSO, organizations, and passkeys. This skill covers integration patterns for NestJS backend with Drizzle ORM + PostgreSQL and Next.js App Router frontend. When to Use Setting up Better Auth with NestJS backend Integrating Next.js App Router frontend Configuring Drizzle ORM schema with PostgreSQL Implementing social login (GitHub, Google, Facebook, Microsof...
1K
5436 nestjs-drizzle-crud-generator giuseppe-trisciuoglio/developer-kit
NestJS Drizzle CRUD Generator Overview This skill automatically generates complete CRUD (Create, Read, Update, Delete) modules for NestJS applications using Drizzle ORM. It creates all necessary files following the zaccheroni-monorepo patterns. When to Use Creating new entity modules with full CRUD endpoints Building database-backed features in NestJS Generating type-safe DTOs with Zod validation Adding services with Drizzle ORM queries Creating unit tests with mocked database Instructions Step ...
1K
5437 strapi-expert mkshahzad77/claude-skill-strapi-expert
Strapi v5 Expert You are an expert Strapi v5 developer specializing in plugin development, custom APIs, and CMS architecture. Your mission is to write production-grade Strapi v5 code following official conventions and best practices. Core Mandate: Document Service API First In Strapi v5, always use the Document Service API ( strapi.documents ) for all data operations. The Entity Service API from v4 is deprecated. Document Service vs Entity Service Operation Document Service (v5) Entity Service (...
1K
5438 alphaear-stock rkiding/awesome-finance-skills
AlphaEar Stock Skill Overview Search A-Share/HK/US stock tickers and retrieve historical price data (OHLCV). Capabilities 1. Stock Search & Data Use scripts/stock_tools.py via StockTools . Search : search_ticker(query) Fuzzy search by code or name (e.g., "Moutai", "600519"). Returns: List of {code, name} . Get Price : get_stock_price(ticker, start_date, end_date) Returns DataFrame with OHLCV data. Dates format: "YYYY-MM-DD". Dependencies pandas , requests , akshare , yfinance scripts/database_ma...
1K
5439 senior-architect alirezarezvani/claude-skills
Senior Architect Complete toolkit for senior architect with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Architecture Diagram Generator python scripts/architecture_diagram_generator.py [ options ] Script 2: Project Architect python scripts/project_architect.py [ options ] Script 3: Dependency Analyzer python scripts/dependency_analyzer.py [ options ] Core Capabilities 1. Architecture Diagram Gen...
1K
5440 blender-mcp vladmdgolam/agent-skills
Blender MCP Tool Selection Use structured MCP tools ( get_scene_info , screenshot ) for quick inspection. Use execute_python for anything non-trivial: hierarchy traversal, material extraction, animation baking, bulk operations. It gives full bpy API access and avoids tool schema limitations. Use headless CLI for GLTF exports — the MCP server times out on export operations. Health Check (Always First) get_scene_info — verify connection (default port 9876) execute_python with print("ok") — verify ...
1K
5441 nuqs pproenca/dot-skills
Community nuqs Best Practices for Next.js Comprehensive guide for type-safe URL query state management with nuqs in Next.js applications. Contains 42 rules across 8 categories, prioritized by impact to guide code generation, refactoring, and code review. When to Apply Reference these guidelines when: Implementing URL-based state with nuqs Setting up nuqs in a Next.js project Configuring parsers for URL parameters Integrating URL state with Server Components Optimizing URL update performance ...
1K
5442 mmx-cli minimax-ai/skills
MiniMax CLI — Agent Skill Guide Use mmx to generate text, images, video, speech, music, and perform web search via the MiniMax AI platform. Prerequisites Install npm install -g mmx-cli Auth (OAuth persists to ~/.mmx/credentials.json, API key persists to ~/.mmx/config.json) mmx auth login --api-key sk-xxxxx Verify active auth source mmx auth status Or pass per-call mmx text chat --api-key sk-xxxxx --message "Hello" Region is auto-detected. Override with --region global or --region cn . Agent ...
1K
5443 nextjs-code-review giuseppe-trisciuoglio/developer-kit
Next.js Code Review Overview This skill provides structured, comprehensive code review for Next.js applications built with the App Router. It evaluates code against Next.js best practices, React Server Component patterns, caching strategies, and production-readiness criteria. The review produces actionable findings categorized by severity (Critical, Warning, Suggestion) with concrete code examples for improvements. This skill delegates to the typescript-software-architect-review agent for deep a...
1K
5444 backtest-expert tradermonty/claude-trading-skills
Backtest Expert Systematic approach to backtesting trading strategies based on professional methodology that prioritizes robustness over optimistic results. Core Philosophy Goal : Find strategies that "break the least", not strategies that "profit the most" on paper. Principle : Add friction, stress test assumptions, and see what survives. If a strategy holds up under pessimistic conditions, it's more likely to work in live trading. When to Use This Skill Use this skill when: Developing or valid...
1K
5445 sqlalchemy-alembic-expert-best-practices-code-review wispbit-ai/skills
SQLAlchemy & Alembic Expert Best Practices Simple, pragmatic, opinionated. Only what matters for writing production-grade SQLAlchemy and Alembic code. When to Apply Reference these guidelines when: Writing Alembic migrations for schema changes Creating or modifying SQLAlchemy models Adding indexes, constraints, or foreign keys via Alembic Reviewing database migration code for safety Refactoring existing database schemas Optimizing query patterns or database performance Rule Categories by Priorit...
1K
5446 nestjs-code-review giuseppe-trisciuoglio/developer-kit
NestJS Code Review Overview This skill provides structured, comprehensive code review for NestJS applications. It evaluates code against NestJS best practices, TypeScript conventions, SOLID principles, and production-readiness criteria. The review produces actionable findings categorized by severity (Critical, Warning, Suggestion) with concrete code examples for improvements. This skill delegates to the nestjs-code-review-expert agent for deep analysis when invoked through the agent system. When...
1K
5447 repomix-explorer yamadashy/repomix
You are an expert code analyst specializing in repository exploration using Repomix CLI. Your role is to help users understand codebases by running repomix commands, then reading and analyzing the generated output files. User Intent Examples The user might ask in various ways: Remote Repository Analysis "Analyze the yamadashy/repomix repository" "What's the structure of facebook/react?" "Explore https://github.com/microsoft/vscode" "Find all TypeScript files in the Next.js repo" "Show me the ...
1K
5448 mapbox-data-visualization-patterns mapbox/mapbox-agent-skills
Data Visualization Patterns Skill Comprehensive patterns for visualizing data on Mapbox maps. Covers choropleth maps, heat maps, 3D extrusions, data-driven styling, animated visualizations, and performance optimization for data-heavy applications. When to Use This Skill Use this skill when: Visualizing statistical data on maps (population, sales, demographics) Creating choropleth maps with color-coded regions Building heat maps or clustering for density visualization Adding 3D visualizations (bu...
1K
5449 instantdb instantdb/skills
Act as a world-class senior frontend engineer with deep expertise in InstantDB and UI/UX design. Your primary goal is to generate complete and functional apps with excellent visual asthetics using InstantDB as the backend. About InstantDB aka Instant Instant is a client-side database (Modern Firebase) with built-in queries, transactions, auth, permissions, storage, real-time, and offline support. Instant SDKs Instant provides client-side JS SDKs and an admin SDK: @instantdb/core --- vanilla...
1K
5450 wps-word lc2panda/wps-skills
WPS 文字智能助手 你现在是 WPS 文字智能助手,专门帮助用户解决 Word 文档相关问题。你的存在是为了让那些被排版折磨的用户解脱,让他们用人话就能美化文档。 核心能力 1. 文档格式化 样式管理 :应用标题样式、正文样式、自定义样式 字体设置 :字体、字号、加粗、斜体、颜色 段落格式 :行距、段间距、缩进、对齐 页面设置 :页边距、纸张大小、方向 2. 内容操作 文本插入 :在指定位置插入文本 查找替换 :批量查找和替换内容 表格操作 :插入表格、设置表格样式 图片处理 :插入图片、调整大小和位置 3. 文档结构 目录生成 :自动生成文档目录 标题层级 :设置和调整标题层级 分节分页 :插入分节符、分页符 页眉页脚 :设置页眉页脚内容 4. 格式统一 全文格式统一 :统一字体、字号、行距 样式批量应用 :批量应用标题样式 格式刷功能 :复制格式到其他区域 工作流程 当用户提出 Word 相关需求时,严格遵循以下流程: Step 1: 理解需求 分析用户想要完成什么任务,识别关键词: 「格式」「排版」「美化」→ 格式设置 「目录」「大纲」→ 文档结构 「替换」「改成」→ 查找替换...
1K