Sfoglia il registro
Tutte le voci, in ordine alfabetico — 56.437 in totale. Pagina 71 di 226.
- doca-gpiUse this skill for hands-on DOCA GPI programming — wiring a GPU-Packet-Initiator context so a CUDA kernel driv
- doca-gpunetioUse this skill when the user is doing hands-on DOCA GPUNetIO programming — wiring a CUDA kernel on an NVIDIA G
- doca-gpunetio-ib-write-bwUse this skill when the user is building, running, or interpreting the doca/tools/gpunetio_ib_write_bw client+
- doca-gpunetio-ib-write-latUse this skill when the user is measuring GPU-kernel-initiated RDMA WRITE latency through doca-gpunetio — buil
- doca-hardware-safetyUse this skill whenever the agent is about to recommend or apply a change that touches DPU / NIC hardware stat
- doca-mgmtUse this skill when the user is doing hands-on DOCA Management programming against BlueField / ConnectX device
- doca-pccUse this skill when the user is doing hands-on host-side DOCA PCC work to load a CUSTOM Programmable Congestio
- doca-pcc-countersUse this skill when the user is invoking the DOCA PCC Counters tool — the `pcc_counters.sh` bash script under
- doca-pcc-ztr-rttcc-algoUse this skill when the user is doing hands-on deployment, tuning, or evaluation of the DOCA-shipped Zero-Touc
- doca-programming-guideUse this skill when the user is writing their first DOCA app or asking a library-agnostic programming question
- doca-public-knowledge-mapUse this skill when the user needs to locate authoritative information about NVIDIA DOCA without access to the
- doca-rdmaUse this skill when the user is doing hands-on DOCA RDMA programming on a BlueField DPU, ConnectX NIC, or DOCA
- doca-rdmiUse this skill when the user is doing hands-on DOCA RDMI (RDMA Initiator) programming — picking doca-rdmi vs d
- doca-rmaxUse this skill when the user is doing hands-on DOCA Rivermax work on a BlueField DPU or ConnectX host — standi
- doca-setupUse this skill when the user is dealing with the DOCA environment around their workload — verifying an install
- doca-shaUse this skill when the user is doing hands-on DOCA SHA programming — offloading SHA-1, SHA-256, or SHA-512 ha
- doca-sha-offload-engineUse this skill when wiring the DOCA SHA Offload Engine (an OpenSSL ENGINE) into an existing OpenSSL pipeline t
- doca-socket-relayUse this skill when the operator is driving the DOCA Socket Relay to bridge a socket-oriented host application
- doca-spcx-ccUse this skill when the user is invoking `doca_spcx_cc` (the host-side CLI under /opt/mellanox/doca/tools/) to
- doca-staUse this skill when the user is doing hands-on NVMe-over-Fabrics storage-target work on a BlueField DPU or Con
- doca-structured-tools-contractUse this skill whenever another DOCA skill says "prefer the structured tool per doca-structured-tools-contract
- doca-telemetryUse this skill to read DOCA hardware-counter events from a `doca_dev` through the per-domain Telemetry reader
- doca-telemetry-exporterUse this skill when the user is doing hands-on DOCA Telemetry Exporter programming on a host where DOCA is ins
- doca-telemetry-utilsUse this skill when the user is invoking `doca_telemetry_utils` on a host with DOCA installed — discovering th
- doca-upgradeUse this skill when the user is contemplating a DOCA upgrade or downgrade — moving a host to a newer DOCA rele
- doca-uromUse this skill when the user is doing hands-on DOCA UROM library work from the host side — wiring doca-urom un
- doca-urom-svcOperate the DOCA UROM Service container on BlueField Arm for remote memory operations (puts, gets, atomics, co
- doca-verbsUse this skill when the user is dropping below the higher-level DOCA libraries (doca-rdma / doca-eth / doca-rm
- doca-versionUse this skill when the user is doing DOCA version handling — detecting the installed release, validating the
- docgen[UDS] 從專案原始檔案產生使用文件(速查表、參考手冊、使用指南)
- dockerUse when working with Docker — Dockerfile edits, docker-compose services, containers, or the dual-container (f
- docker-best-practices写 Dockerfile / 容器化应用时使用。镜像小、构建快、运行安全。
- docker-cicdDocker 容器化与 CI/CD 流水线最佳实践,涵盖 Dockerfile 优化、docker-compose 编排、GitHub Actions 部署、镜像管理
- docker-cliDocker and Docker Compose commands for containerization. Use for building images, running containers, managing
- docker-composeUse Docker Compose to define, run, debug, and harden multi-container applications. Load for compose.yaml desig
- docker-compose-generatorGenerates multi-stage Dockerfiles and docker-compose configurations optimized for size, security, and developm
- docker-compose-healthcheck-injectorEnsures every service in a Docker Compose file has a healthcheck block and depends_on uses condition: service_
- docker-compose-launchLaunch worktree-scoped local services for issue implementation when a monorepo skill requires database depende
- docker-compose-setupSet up and orchestrate multi-container Docker applications using docker-compose, including service configurati
- docker-composerWrite Dockerfiles and docker-compose files — multi-stage builds, health checks, volumes, networks, and product
- docker-container-securityRun containers with a defensive baseline that survives production. Covers non-root users, read-only filesystem
- docker-containerizationContainerize applications with Docker and orchestrate with Docker Compose. Covers writing production-ready Doc
- docker-debuggerDebug Docker containers, fix Dockerfile issues, optimize images, and troubleshoot docker-compose. Use when hav
- docker-deployFull deploy cycle for Docker projects with baked images: sync files, rebuild image, start containers, verify n
- docker-deploymentProduction-ready Docker configurations, multi-stage builds, and deployment best practices
- docker-developmentThis skill should be used when the user asks to "analyze a Dockerfile", "optimize Docker layers", "validate do
- docker-expertUse when containerizing an application with Docker, optimizing multi-stage builds and image size, designing Do
- docker-extendUse when: User wants to extend Docker with custom tools, personalize the Docker environment, or set up user-sp
- docker-guideUse when writing or editing Docker images and Compose files for production. Triggers on `Dockerfile`, `docker-
- docker-helperInspect Docker containers, volumes, and compose services for Pixel Detective and Dev Graph. Use when the user
- docker-image-optimizationStrategies for reducing builder image size and securing production containers.
- docker-imagesBuild small, reproducible images: layer ordering for cache hits, multi-stage builds, pinning by digest, and wh
- docker-managementBuild, optimize, and troubleshoot Docker containers and images. Create efficient Dockerfiles, manage container
- docker-modelUse this skill when running local AI models with Docker Model Runner — the `docker model` CLI — e.g. "run an L
- docker-opsDockerfile best practices, multi-stage builds, docker-compose, container networking, volume management, and im
- docker-patternsDocker and Docker Compose patterns for local development, container security, networking, volume strategies, a
- docker-pgRun PostgreSQL extensions inside Docker containers for testing. Use when writing Dockerfiles or entrypoint scr
- docker-ros2-developmentBest practices for Docker-based ROS2 development including multi-stage Dockerfiles, docker-compose for multi-c
- docker-runtimeUse for Docker Compose health-gated startup, override-file precedence, profiles, container exit-code triage, O
- docker-sandboxDocker Sandboxes (sbx CLI) — run AI coding agents in isolated microVM environments with credential proxying, n
- docker-setupDockerfile and Docker Compose patterns with multi-stage builds, layer optimization, security hardening, and he
- docker-to-sealosConvert Docker Compose files or installation docs into production-grade Sealos templates with role-specific pe
- docker-workflowComprehensive Docker containerization workflow covering multi-stage builds, docker-compose orchestration, imag
- dockerfileGenerate an optimized Dockerfile — multi-stage build, security hardening, small image size.
- dockerfile-best-practicesCreate and optimize Dockerfiles and Compose files with BuildKit, multi-stage builds, cache mounts, and non-roo
- dockerfile-builderWrite optimized Dockerfiles — multi-stage builds, layer caching, security hardening, and minimal image sizes.
- dockerfile-doctorReviews and optimizes Dockerfiles for image size, build speed, security, and reproducibility. Suggests multi-s
- dockerfile-generatorGenerate secure Dockerfiles using Chainguard Containers
- dockerfile-migratorMigrate existing Dockerfiles to use secure Chainguard Containers
- dockerfile-optimizerOptimizes Dockerfiles for smaller images, faster builds, better caching, and security hardening using multi-st
- dockerfile-proAuthors small, secure, reproducible multi-stage Dockerfiles with build-cache optimization, pinned base images,
- dockerfile-scanScan a Dockerfile for insecure build patterns — running as root, unpinned or :latest base images, ADD from rem
- dockerfile-skillGenerate production-ready Dockerfile for any GitHub project. Supports monorepo, multi-stage builds, workspace
- dockkitControl motorized camera docks and enable intelligent subject tracking using DockKit. Use when discovering Doc
- doclingUse when the user wants to parse, convert, chunk, or structurally analyze PDFs, DOCX, PPTX, HTML, images, audi
- docmancerWork from the same local memory as every other coding agent on this machine. Recall prior decisions, preferenc
- docsGenerate documentation for selected code
- docs-a11yAudit and improve the accessibility of the timepicker-ui documentation site (docs-app/) - landmarks, heading o
- docs-ai-prdWrites PRDs and specs optimized for coding assistants. Use when authoring requirements or project context for
- docs-analysis文档需求分析:分析 docs/ 文件夹中的概念与需求文档,针对当前代码检查需求,并生成整合的差异报告。
- docs-and-adrsDocument decisions, not just code. Use when making architectural decisions, changing public APIs, shipping fea
- docs-architectExecute a Gold Standard documentation overhaul or normalize
- docs-as-codeDocumentation accompanies code — no code is done without docs. Enforces a minimum documentation checklist per
- docs-audit-log-exportUse when a user asks how to export, access, or configure audit logs from the legal AI platform, or when a comp
- docs-billing-and-creditsUse when a user asks about pricing, plan tiers, credit consumption, subscription management, or billing config
- docs-builderCreate or reorganize project documentation with structured /docs hierarchy
- docs-case-study-legal-ontologyUse when a user asks how the platform structures, classifies, and interrelates legal concepts — or when a deve
- docs-changelogWrite website changelog pages under docs/changelog/*.mdx. Use for EN/ZH product update posts, changelog posts,
- docs-changelog-readerUse when a user asks what has changed in the platform recently, wants to understand new features, or an admini
- docs-checkValidate changed MariaDB documentation pages the way CI does, before committing or opening a PR. Use when the
- docs-claim-checkCheck whether the claims in public-facing documentation (README, release notes, install/usage docs) are suppor
- docs-cleanerConsolidates redundant documentation while preserving all valuable content. This skill should be used when use
- docs-codebaseWrites and reorganizes docs-as-code for software repos. Use when updating READMEs, runbooks, onboarding docs,
- docs-compare-usUse when a prospect or user asks how the platform compares to other legal AI tools — Harvey, Spellbook, Genie
- docs-contextSuper Base Context — project doc loader & synchronizer. Triggers even without explicit "load docs"/"sync docs.
- docs-cookie-policy-summaryUse when a user asks what cookies the platform uses, how to manage cookie preferences, or what data is collect
- docs-coverageAudit whether a design system's documentation surface keeps pace with its component library — coverage gaps (c
- docs-crawlerCrawl an entire documentation or design-system website into one LLM-ready Markdown corpus. Discovers every pag
- docs-data-residency-menaUse when a user asks where their data is hosted, which data residency options are available, or how to configu
- docs-dev-hub-api-referenceUse when a developer asks how to integrate with the platform API, authenticate requests, call specific endpoin
- docs-driftĐối chiếu tài liệu sống với code thật để tìm chỗ tài liệu mô tả hành vi code không có. Mặc định là scan READ-O
- docs-enterprise-deploymentUse when an enterprise prospect or IT administrator asks about deploying the platform at scale — tenant isolat
- docs-faq-packUse when a user asks a general question about the platform that is likely to have a standardized answer — pric
- docs-from-codeGenerates and updates README.md and API reference docs by reading your codebase's functions, routes, types, sc
- docs-generatorWHAT — Generate or update documentation from code: README.md from repo structure, CHANGELOG.md
- docs-governanceBefore creating, renaming, or moving any `.md` file outside `src/`, or when the user says \"stray docs\", \"do
- docs-guardReview generated or changed documentation before it ships — READMEs, API references, docstrings, PHPDoc/JSDoc,
- docs-index-keeperKeep a repository's Markdown docs index in sync by installing and running docs-index-keeper in pre-commit hook
- docs-legal-ai-workspace-guideUse when a user needs guidance on how to use the full legal AI workspace — the chat interface, document drafti
- docs-legal-os-overviewUse when a user wants a high-level explanation of what the platform is and how it is positioned — the "Legal O
- docs-lookupUse when looking up unfamiliar tools, APIs, errors, library behavior. Context7 → WebSearch → calibrated uncert
- docs-loopAudits repository documentation against current default-branch evidence, reports stale claims, and optionally
- docs-managerRefactor stale documentation or add new pages under docs/en/** (and other active locales). Covers Diátaxis cla
- docs-mobile-app-onboardingUse when a user asks how to install, set up, or use the mobile app — iOS or Android. This is a platform docume
- docs-notes-retrievalBuilds local-first note vault retrieval for Obsidian, markdown notebooks, and NotebookLM-adjacent exports. Use
- docs-pageA documentation page — inline-start nav, scrollable article body, inline-end table of contents. Use when the b
- docs-page-generatorWhen the user wants to create, optimize, or structure a documentation site. Also use when the user mentions "d
- docs-patternsDocumentation writing conventions -- style, structure, tone, and quality standards.
- docs-pipeline-automationBuild repeatable data-to-Docs pipelines from Sheets and Drive sources. Use for automated status reports, templ
- docs-practice-management-guideUse when a user asks about the platform's practice management features — matters, time tracking, billing, conf
- docs-publication-managerCreate or refine compact technical documentation, READMEs, public docs, and contribution guides. Use for OSS-f
- docs-python-link-checkCompact tool verifying build state.
- docs-reverse既存コードベースをリバースエンジニアリングして俯瞰ドキュメントを生成する。引き継ぎ資料の作成、コードベース理解の促進、技術負債の可視化で使う。
- docs-reviewUse when the user wants a set of documents reviewed — a docs folder, a wiki, a handbook, a repo's markdown, or
- docs-roi-calculatorUse when a prospective customer or sales team member asks about the financial return of deploying a legal AI a
- docs-searchSearch auto-generated codebase documentation for function signatures, API docs, class definitions, and code co
- docs-security-overviewUse when a prospect, customer, IT/security team, or procurement evaluator asks about Louis's security posture,
- docs-seekerFind documentation for APIs, libraries, and error messages. Looks up official docs, changelog entries, and mig
- docs-sso-saml-setupUse when an enterprise customer's IT administrator needs to configure Single Sign-On (SSO) for Louis using SAM
- docs-starter-kitGenerates comprehensive documentation templates for open-source and internal projects including README, CONTRI
- docs-status-page-readerUse when the platform or a specific Louis component (API, chat, OCR, drafting engine, citation lookup) appears
- docs-styleCore technical documentation writing principles for voice, tone, structure, and LLM-friendly patterns. Use whe
- docs-syncProcess the doc-sync queue. Reads tasks/docs-sync-queue.txt, reviews upstream docs (vision/spec/requirements/a
- docs-sync-checkerDetect documentation drift against filesystem state.
- docs-team-roles-permissionsUse when an administrator needs to understand or explain the Louis role-based access control system, onboard n
- docs-tenant-isolation-explainerUse when a customer's security team, DPO, or IT architect asks how Louis prevents one law firm's data from bei
- docs-terms-of-service-summaryUse when a user, prospect, or legal reviewer asks what the Louis Terms of Service say in plain language, parti
- docs-updateUse when the user needs to update, improve, audit, or maintain documentation in a project. Covers READMEs, cha
- docs-updaterProvides automated documentation updates by analyzing git changes between the current branch and the last rele
- docs-whitepaper-generalUse when an investor, sophisticated buyer, strategic partner, or senior decision-maker asks for a substantive
- docs-whitepaper-legal-ai-indexUse when a reader asks about HAQQ's Legal AI Index — the quarterly benchmark measuring legal AI performance ac
- docs-word-plugin-setupUse when a user or IT administrator needs to install, configure, or troubleshoot the Louis Microsoft Word Add-
- docs-workflowsDocumentation and extension workflows derived from local slash commands (docs, explanation, issues, prototypes
- docs-writingConventions for writing and maintaining tako documentation pages under website/content/docs/. Page templates (
- Docsbook-io/docs-claude-pluginsClaude Code plugin: /docs-sync pre-push workflow. Bundles 4 subagents, markdown-lsp MCP, and a git-hook instal
- docset-updaterRefresh a repository's complete documentation set through the specialized documentation skills in dependency o
- doctorDiagnose and fix oh-my-codex installation issues
- doctrineThe operating doctrine, self-contained in this folder. Invoke BEFORE - delegating work to a subagent via the A
- doctype-developmentCreate and modify Frappe DocTypes including schema design, controllers, child tables, and customization. Use w
- documentDocument session work - Creates Entry files and analyzes patterns for skills/rules
- document-analyzerUse this skill when you need to read, inspect, extract, or fill content in documents — PDF, DOCX, XLSX, PPTX,
- document-and-govern-design-systemDocuments design-system components (variants, states, props, usage rules, content standards) and runs system g
- document-approval-tracker-scott-margettsApproval cascade definition and tracking for multi-stakeholder document workflows. Internal review sequences,
- document-changeFinalizes documentation for a completed change under Docs/<scope>/Specs/<change-name>/. Aligns <change-name>_s
- document-changesGenerate a markdown report documenting codebase changes from the current session -- files added, modified, del
- document-classificationUse when working on document classification — `classify_document` tool, OCR pipeline, document type taxonomy f
- document-codeAI DevKit · Document a code entry point with structured analysis, dependency mapping, and saved knowledge docs
- document-conversionUse when converting between document formats. Covers HTML to Markdown, document to Markdown, PDF generation fr
- document-converterThis skill should be used when the user needs to convert documents between formats (Office to PDF, PDF to imag
- document-converter-suiteConvert local PDF, Office, Markdown, HTML, text, CSV, TSV, and JSON files; batch-convert folders, extract tabl
- document-creatorUse this skill when the user wants to create, edit, or manipulate office documents and PDFs — Word (.docx), Ex
- document-decisionsAnalyzes git changes to identify architectural decisions, infers context from source code analysis, and create
- document-designThis skill should be used when the user asks to "create a proposal", "design a report", "make a one-pager", "b
- document-docxCreate/edit .docx files with styles, templates, comments, and extraction workflows. Use when asked to generate
- document-extractionParses documents into structured Markdown, extracts fields with JSON schemas, classifies pages, and splits mix
- document-format-skillsChinese Word document formatting toolkit for .docx/.doc/.wps workflows. Use when Codex needs to diagnose docum
- document-generateGenerate missing documentation from scratch for a feature, module, or entire project. (gstack)
- document-generatorGenerates structured documents such as reports, summaries, and formal texts. Use when creating documents.
- document-hunterSearches and retrieves documents from free public sources using automated browser navigation. Use when researc
- document-metadata-reviewInspect PDFs, DOCX, PPTX, and XLSX files for share-readiness, metadata, links, comments, and hidden content.
- document-organization-pipelineEnd-to-end pipeline for extracting, classifying, and organizing documents by subject
- document-pdfExtracts, creates, and transforms PDF documents. Use when parsing text or tables, generating files, merging pa
- document-pptxCreate/edit .pptx presentations with charts, templates, and speaker notes. Use when asked for pitch decks, QBR
- document-processingPDF/DOCX/XLSX/PPTX generation and parsing on Cloudflare Workers. Covers CF Browser Rendering → PDF, pdf-lib Wo
- document-processorGuidance for processing documents, extracting content, and transforming structured information. Use when the u
- document-projectGenerate comprehensive, professional project documentation structures including README, ARCHITECTURE, USER_GUI
- document-quality-standardsUse when creating or editing documents (DOCX, PDF, XLSX, PPTX) that need professional output. Adds visual veri
- document-releasePost-ship documentation update. Reads all project docs, cross-references the diff, updates README/ARCHITECTURE
- document-reviewOptional utility for reviewing existing docs, external specs, hand-authored notes, or non-HOTL documents. HOTL
- document-serviceThis skill should be used when the user asks to \"analyze this codebase\", \"document this service\", \"genera
- document-skillsProfessional document creation, editing, and analysis for Office formats (docx, pdf, pptx, xlsx). Use when wor
- document-summarizerA curated open-source library of reusable SKILL.md files for Claude. Learn, use, and build powerful AI skills
- document-the-workWrite or update README notes, setup docs, architecture notes, API documentation, code comments, and decision r
- document-toolsRead, summarize, extract key data, and simplify medical documents for patients. Use when user asks to read a d
- document-xlsxCreate/edit .xlsx spreadsheets with tables, formulas, charts, validation, and workbook automation. Use when as
- documentadorAgente responsável por manter a documentação do projeto atualizada e de alta qualidade. Gera e revisa README,
- documentationTo write, design, review, simplify, restructure, or standardize OSS project documentation
- documentation-agentGenerates standards-based repository documentation for GitHub or any project. Writes a docs suite into the pro
- documentation-and-adrsRecords decisions and documentation. Use when making architectural decisions, changing public APIs, shipping f
- documentation-auditAuditar consistencia, navegación, seguridad y evidencia documental antes de cerrar cambios.
- documentation-authoringCreate structured docs from scratch — PRDs, technical specs, design docs, decision records, knowledge bases. U
- documentation-automationAutomate doc generation with JSDoc/TSDoc, linters, and pre-commit hooks. Use when setting up markdownlint, con
- documentation-criteriaGuides PRD, ADR, Design Doc, and Work Plan creation. Use when: planning features, writing specs, or creating t
- documentation-disciplineDecide what and when to write down, and produce Architecture Decision Records (ADRs), one-pagers, runbooks, an
- documentation-extractionUse this skill when the user asks to turn closed tickets, Slack threads, meeting notes, PR descriptions, or em
- documentation-gap-finderAudits a codebase or docs folder and lists everything that is undocumented, outdated, or unclear.
- documentation-generatorGenerate comprehensive documentation for a codebase by reading the repository and producing READMEs, API docs,
- documentation-guide[UDS] 引導文件結構、內容需求和專案文件最佳實踐
- documentation-lensDocumentation review lens for evaluating documentation
- documentation-lookupLoad when a task needs current library, framework, SDK, API, CLI, or cloud-service documentation; fetch docs i
- documentation-patternsTemplates and structural patterns for API docs, feature docs, config guides, and REST endpoint documentation.
- documentation-productionUse when generating, updating, or organizing documentation (component/API docs, project indexes, diagrams, tut
- documentation-qualityDocumentation quality standards and writing principles. Use when establishing formatting rules, reviewing doc
- documentation-specialist文档专家。专注于技术文档编写、API 文档生成、README 优化和文档维护。提供清晰的文档结构、规范的格式和用户友好的内容。
- documentation-standardsApply markdown documentation standards optimized for both LLM consumption and Pandoc PDF generation. Use whene
- documentation-strategyDesign and run a documentation system for a team or product. Use this skill when planning what to document, ch
- documentation-templateGenerate structured documentation templates for components, patterns, or guidelines within a design system.
- documentation-templatesDocumentation templates and structure guidelines. README, API docs, code comments, and AI-friendly documentati
- documentation-updatesUse after modifying library skills, library commands, or agents to ensure CHANGELOG, README, and docs are upda
- documentation-verificationValidate documentation before merging - check completeness, broken links, code example accuracy, and factual c
- documentation-writerCreate clear documentation for code and APIs
- documenterWrites and refreshes API documentation for the parser package. Use when adding an exported function, changing
- documenter-vitepressUse when setting up or developing a Julia based documentation site with DocumenterVitepress.jl. Also use when
- documenting-dbt-modelsDocuments dbt models and columns in schema.yml. Use when working with dbt documentation for: (1) Adding model
- documenting-projectsUse when generating, improving, or auditing project documentation. Triggers: 'document this project', 'write d
- documenting-toolsUse when writing MCP tools, API endpoints, CLI commands, or any function that an LLM will invoke. Also use whe
- documentsA CLI tool for managing project specifications and AI-powered development workflow
- docusign-automationAutomate DocuSign tasks via Rube MCP (Composio): templates, envelopes, signatures, document management. Always
- docusign-webhooksReceive and verify DocuSign Connect webhooks. Use when setting up DocuSign webhook handlers, debugging HMAC si
- docxUse this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Wo
- docx-advanced-patternsAdvanced python-docx patterns for nested tables, complex cells, and content extraction beyond .text property.
- docx-authoringUse when generating or editing a Word .docx — create, fill a template, or edit body XML via a consumer library
- docx-cliRead, edit, redline, comment on, and create Microsoft Word .docx files. Use to fill out or edit a Word doc, re
- docx-conditionalsHandle conditional sections in Word templates with IF/END_IF markers, removing or keeping content based on dat
- docx-creatorCreate, read, and edit Microsoft Word (.docx) documents. Generate reports, contracts, letters, and structured
- docx-format智能排版
- docx-format-clone为强格式重复型文档(投标书、政府公文、技术方案、白皮书)生成 Word。提供两种模式:(1)骨架模式 build_from_skeleton.py — 用样板 docx 当容器,保留全部 styles/numbering
- docx-from-sampleСоздать новый DOCX в оформлении готового образца: взять чужой документ как шаблон стилей и наполнить своими да
- docx-generatorGenerate professional Word documents with structured content, tables, headers, styles, and formatting. Uses py
- docx-pptx-extractionExtract text from DOCX and PPTX files for content analysis
- docx-splitting当需要在 Windows + Microsoft Word 环境中按页拆分 .docx 文件并尽量保留原始格式、图片、表格和分页效果时使用。
- docx-template-fillingFill DOCX template forms preserving 100% original structure - logos, footers, styles, metadata. Zero-artifact
- docx-template-translatorAdaptive conversion of LaTeX, PDF, or Markdown sources into a complete Word .docx that follows a user-supplied
- docx-thสร้าง .docx + heading, TOC, table | สำหรับ HR ธุรการ หรือผู้จัดการที่ต้อง. Triggers when user says (Thai/EN):
- docx-toolkitAudit Microsoft Word (.docx) documents for heading hierarchy, comments, tracked changes, broken cross-referenc
- docx-tracked-changesA curated guide to convention files AI agents read, write, and act on: AGENTS.md, CLAUDE.md, SKILL.md, llms.tx
- doe-suiteRun remote experiments and process results using doe-suite. Use for launching experiments on AWS/Euler or aggr
- doerrs-lawApply Doerr's Law when discussing product team culture, motivation, team engagement, hiring philosophy, outsou
- dog-dayTempered orchestrator: chains frozen, deterministic decision trees (decide_walk, decide_meal, decide_vet) and
- dog-foodFrozen, deterministic decision (no LLM): maps food_item, food_form, dog_weight_kg, dog_breed, quantity_grams t
- dog-frontier前端设计综合技能系统(Dog-Frontier)【全栈元技能,已包含 ui-ux-pro-max】。 通过多轮对话精确理解需求,整合19个专业前端技能的精华, 输出高质量、高结构化的前端设计方案与代码。覆盖 UI/UX
- dog-poster海报设计工作室元技能(Dog-Poster)——上游通过风格询问确定你的需求,下游自动路由到最合适的 海报生成器:(1) 信息图风 → article-poster,(2) 通用设计风 → canvas-design,
- dog-pptAI 做 PPT 总控路由元技能(Dog-PPT)。不做 PPT,帮你在 8+ 个 PPT 技能中选对工具。 核心逻辑:先判断交付物(可编辑PPTX?视觉卡?网页演示?演讲辅助?)→ 再判断内容类型(论文?网页?PDF?
- dog-project-evaluate三通道独立评估研究项目:课程作业完成度评分、论文投稿水平判定、开源项目成熟度审计。 输出含结论总表、分项评分、证据引用、决定性阻断项和升级路线图。 Trigger: 评估项目, 完成度, 大作业评分, 论文投稿, 开源成
- dog-qiuqiu-docxUse this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Trig
- dog-qiuqiu-pdfUse this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text
- dog-qiuqiu-pptxUse this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creati
- dog-qiuqiu-skill-creatorGuide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, or t
- dog-qiuqiu-xlsxUse this skill any time a spreadsheet file is the primary input or output. This means any task where the user
- dog-tutor智能教程编制系统(Dog-Tutor)。通过6阶段对话引导,将任意主题的学习资料转化为高质量MkDocs Material格式教程。 支持技术/商业/学术/生活/艺术全领域,四级受众自适应,四种比喻风格,主题无关的通用教