文档生成

生成并维护文档

显示 1489-1512 / 共 5320 个技能
OpenAEC-Foundation

erpnext-impl-whitelisted

OpenAEC-Foundation

"Implementation workflows and decision trees for Frappe Whitelisted Methods (REST APIs). Use when determining HOW to implement API endpoints: public vs authenticated, permission patterns, error handling, response formats, client integration. Triggers: how do I create API, build REST endpoint, frappe.call pattern, API permission check, guest API, secure endpoint."

API 开发 173 7个月前
OpenAEC-Foundation

erpnext-impl-jinja

OpenAEC-Foundation

"Implementation workflows and decision trees for Jinja templates in ERPNext/Frappe. Use when determining HOW to implement Print Formats, Email Templates, Portal Pages, or custom Jinja methods. Covers template type selection, context variables, styling, and V16 Chrome PDF rendering. Triggers: create print format, email template, portal page, custom jinja filter, print format styling, pdf template, invoice template, report template."

代码生成 173 7个月前
aj-geddes

api-versioning-strategy

aj-geddes

Implement API versioning strategies including URL versioning, header versioning, backward compatibility, deprecation strategies, and migration guides. Use when dealing with API versions, deprecating endpoints, or managing breaking changes.

API 开发 324 10个月前
OpenAEC-Foundation

erpnext-impl-hooks

OpenAEC-Foundation

"Implementation workflows and decision trees for Frappe hooks.py configuration. Use when determining HOW to implement doc_events, scheduler_events, override hooks, permission hooks, extend_bootinfo, fixtures, and asset includes. Covers V16 extend_doctype_class. Triggers: how do I hook, which hook to use, doc_events vs controller, override doctype, extend doctype class, permission hook, scheduler job, cron task, fixtures export."

自动化 173 7个月前
YuJunZhiXue

knowledge-absorber

YuJunZhiXue

深度解析链接、文档或代码,生成“全能导师级”的教学笔记(零基础直达精通)。具备“真理锚定”校验能力,自动识别幻觉与过时信息。

文档生成 614 7个月前
refly-ai

google-docs

refly-ai

Integrate with Google Docs for document management and collaboration. Use when you need to: (1) create and edit documents programmatically, (2) update document content and formatting, (3) manage document permissions and sharing, or (4) search and retrieve document information.

代码生成 201 7个月前
fusengine

laravel-permission

fusengine

Spatie Laravel Permission - roles, permissions, middleware, Blade directives, teams, wildcards, super-admin, API, testing. Use when implementing RBAC, role-based access control, or user authorization.

API 开发 25 7个月前
fusengine

laravel-api

fusengine

Build RESTful APIs with Laravel using API Resources, Sanctum authentication, rate limiting, and versioning. Use when creating API endpoints, transforming responses, or handling API authentication.

API 开发 25 7个月前
fusengine

breaking-changes

fusengine

Detect breaking changes in Claude Code updates by comparing current API surface against changelog. Maps impacts to specific plugin files.

API 开发 25 6个月前
fusengine

laravel-auth

fusengine

Use when implementing user authentication, API tokens, social login, or authorization. Covers Sanctum, Passport, Socialite, Fortify, policies, and gates for Laravel 12.

API 开发 25 7个月前
teng-lin

agent-fetch

teng-lin

Fetch and extract full article content from URLs. Returns complete text with structure (headings, links, lists) instead of summaries. 7 extraction strategies, browser impersonation, 200-700ms.

智能体 305 7个月前
openharmonyinsight

ArkUIX Module Adapter

openharmonyinsight

Guide OHOS modules cross-platform adaptation with automated architecture analysis, code sync, and configuration generation. Use for adapting OHOS subsystem modules (@ohos.data.preferences, @ohos.intl, @ohos.multimedia.image, etc.) to Android/iOS. Provides 6-phase workflow: info collection → code sync → API analysis → architecture analysis → recommendation → implementation. Includes automated scripts for DTS analysis, architecture analysis, and configuration generation.

API 开发 32 7个月前
openharmonyinsight

oh-xts-generator-template

openharmonyinsight

OpenHarmony XTS 测试用例通用生成模板。支持各子系统测试用例生成,API 定义解析,测试覆盖率分析,代码规范检查。触发关键词:XTS、测试生成、用例生成、测试用例。

API 开发 32 6个月前
openharmonyinsight

arkts-static-spec

openharmonyinsight

ArkTS (Extended TypeScript) static language specification reference for OpenHarmony. Comprehensive guide covering syntax, types, classes, expressions, statements, generics, modules, annotations, and advanced features. Use when: (1) Writing or analyzing ArkTS code (.ets files), (2) Understanding ArkTS type system and type checking, (3) Implementing ArkTS language features, (4) Debugging ArkTS compilation issues, (5) Creating ArkTS developer tools or compilers, (6) Validating ArkTS code compliance, (7) Migrating from TypeScript to ArkTS. Provides detailed language rules from the official specification including lexical structure, type system, OOP features, runtime semantics, and TypeScript migration guide.

注释 32 6个月前
openharmonyinsight

oh-xts-build-run

openharmonyinsight

OpenHarmony XTS 编译和运行组合命令。一站式完成 XTS 测试项目的编译和运行。当用户需要执行完整的 XTS 测试流程时使用此 Skill: (1) 编译 XTS 测试项目生成 HAP 文件,(2) 运行 XTS 测试并展示结果。支持 --package 和 --api 参数传递给运行阶段。

API 开发 32 7个月前
openharmonyinsight

ohos-chromium-security-review

openharmonyinsight

OpenHarmony/Chromium 深度代码审计技能 - 专注于线程安全、生命周期管理和逻辑漏洞 基于严谨的系统级编程经验,深度审查 C/C++ 源代码中的: - 线程安全问题(数据竞争、死锁、跨序列访问) - 生命周期问题(UAF、悬空指针、WeakPtr误用) - OpenHarmony/Chromium特定模式风险 - 静态分析工具无法发现的高阶安全风险 核心特性: - 极度严谨的审查风格 - 遵循14条严格的用户自定义规则 - 生成结构化的JSON和Markdown报告 - 按团队责任划分问题

调试 32 7个月前
openharmonyinsight

oh-pdd-design-doc-generator

openharmonyinsight

基于 PRD 文档自动生成鸿蒙系统设计文档,包括架构设计文档和功能设计文档。生成前会分析 OpenHarmony 存量代码结构,确保与现有架构兼容。架构设计文档第2章必须为竞品方案分析,位于需求背景之后。适用于用户请求:(1) 生成架构设计文档, (2) 生成功能设计文档, (3) 从 PRD 生成设计文档, (4) 创建系统架构设计, (5) 编写功能规格说明, (6) 分析 OH 代码结构。关键词:architecture design, functional design, design doc, 竞品方案分析, OpenHarmony code analysis, 架构设计, 功能设计, 设计文档生成, OH代码分析, analyze codebase, competitor analysis

数据处理 32 7个月前
openharmonyinsight

arkui-api-design

openharmonyinsight

This skill should be used when the user asks to "design ArkUI API", "add component property", "create Modifier method", "review ArkUI API", "deprecate API", "write JSDOC for ArkUI", or mentions OpenHarmony API design standards. Provides comprehensive guidance for ArkUI component API design following OpenHarmony coding guidelines, including static/dynamic interface synchronization, SDK compilation, and verification.

API 开发 32 6个月前
elghaied

payload-reserve

elghaied

Integration guide for the payload-reserve plugin — a reservation and booking system for Payload CMS 3.x. Use when a user is installing, configuring, or extending the plugin in their Payload project. Covers all plugin options, collection schemas, the configurable status machine, the public REST API, plugin hook callbacks (email, Stripe, etc.), duration types, multi-resource bookings, capacity modes, and real-world examples (salon, hotel, restaurant, event venue, multi-tenant, Stripe payment gate). Triggers on: "payload-reserve", "payloadReserve", "reservation plugin", "booking plugin", "how do I add reservations to Payload", "booking system payload", "availability endpoint".

API 开发 31 6个月前
rivet-dev

rivetkit-client-swiftui

rivet-dev

"RivetKit SwiftUI client guidance. Use for SwiftUI apps that connect to Rivet Actors with RivetKitSwiftUI, @Actor, rivetKit view modifiers, and SwiftUI bindings."

API 开发 19 6个月前
rivet-dev

rivetkit-client-swift

rivet-dev

"RivetKit Swift client guidance. Use for Swift clients that connect to Rivet Actors with RivetKitClient, create actor handles, call actions, or manage connections."

API 开发 19 6个月前
assistant-ui

tools

assistant-ui

Guide for tool registration and tool UI in assistant-ui. Use when implementing LLM tools, tool call rendering, or human-in-the-loop patterns.

API 开发 22 7个月前
assistant-ui

assistant-ui

assistant-ui

Guide for assistant-ui library - AI chat UI components. Use when asking about architecture, debugging, or understanding the codebase.

文档生成 22 6个月前
assistant-ui

runtime

assistant-ui

Guide for assistant-ui runtime system and state management. Use when working with runtimes, accessing state, or managing thread/message data.

API 开发 22 6个月前