Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

syncfusion-angular-pdf-viewersyncfusion Angular PDF viewer 搜索

Agent Skill

syncfusion-angular-pdf-viewer 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

256

周安装

11

GitHub Stars

公开资料未说明

下载量

90
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:syncfusion-angular-pdf-viewer(syncfusion Angular PDF viewer 搜索)
来源仓库:https://github.com/syncfusion/pdf-viewer-sdk-skills
仓库路径:skills/syncfusion-angular-pdf-viewer
安装命令:
npx skills add https://github.com/syncfusion/pdf-viewer-sdk-skills --skill syncfusion-angular-pdf-viewer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/syncfusion/pdf-viewer-sdk-skills --skill syncfusion-angular-pdf-viewer

简介

用于查找、检索和筛选相关信息。syncfusion-angular-pdf-viewer 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适合根据任务场景快速定位候选结果。
  • 通过 GitHub 仓库安装,适用于多种宿主环境。
  • 使用前建议确认权限范围和维护状态。
  • 注意可能触发联网或文件操作,需评估安全风险。

SKILL.md

Syncfusion Angular PDF Viewer UI Sample Generator

Mandatory 3-Step workflow (Strict Enforcement)

EVERY query MUST follow these steps sequentially:

STEP 1: Workspace Detection ? STEP 2: Read Reference File ? STEP 3: Generate Code

Blocking Rules

  1. NO code generation until Steps 1 & 2 are complete
  2. NO assumptions - Always verify workspace AND read reference files first
  3. NO undocumented APIs - Use ONLY APIs from reference files

Violation = STOP and restart with proper protocol


Mandatory Workflow

STEP 1: Workspace Detection *(REQUIRED - DO THIS FIRST)*

Execute these tools:

1. file_search: **/{package.json,angular.json,tsconfig.json}
2. list_dir: src/app/
3. read_file: package.json (if exists)

Report to user:

?? STEP 1 COMPLETE:
- Workspace: [Empty / Angular X.X project detected]
- Files found: [list]
- Decision: [Create new / Use existing]

STEP 2: Read Reference File *(REQUIRED - DO THIS SECOND)*

Execute these steps:

1. Match user query to Reference File Routing Guide below
2. Use read_file on: references\[filename].md
3. Extract ALL steps/APIs from reference file

Report to user:

?? STEP 2 COMPLETE:
- Reference file: [filename.md]
- Steps found: [list sequential steps]
- APIs validated: [list properties/methods used]

STEP 3: Generate Code *(EXECUTE ONLY AFTER STEPS 1 & 2)*

Validation checklist:

  • Every API cross-referenced against reference file
  • No invented/assumed properties used
  • Angular patterns followed (component bindings, lifecycle hooks)
  • If API not in reference file? DELETE it

If feature not in reference file:

? FEATURE NOT SUPPORTED
The requested [feature/API] is not documented.
Available alternatives: [list from reference files]

Reference File Routing Guide

Core Setup

User Query KeywordsReference FilePurpose
"basic", "create sample", "getting started", "load PDF"basic-sample.mdMinimal PDFViewer setup
"configuration", "server settings", "locale"general-properties.mdCore viewer properties
"disable", "hide features", "enable/disable", "read-only"enable-properties.mdFeature toggles

Navigation

User Query KeywordsReference FilePurpose
"page navigation", "next/previous page", "go to page"page-navigation.mdPage controls
"bookmarks", "table of contents", "TOC", "outline"bookmark-navigation.mdBookmark navigation (use ViewChild)
"hyperlinks", "external links", "URL navigation"hyperlink-navigation.mdLink handling
"thumbnails", "preview pages", "thumbnail panel"thumbnail-navigation.mdThumbnail panel

Viewing & Interaction

User Query KeywordsReference FilePurpose
"zoom", "magnification", "fit to page", "scale"magnification.mdZoom controls
"text selection", "panning", "scroll mode"interaction-mode.mdInteraction modes
"select text", "copy text"text-selection.mdText selection
"search", "find in PDF", "highlight search"text-search.mdSearch functionality

Toolbar & Context Menu

User Query KeywordsReference FilePurpose
"customize toolbar", "hide toolbar items", "remove buttons"toolbar-settings.mdToolbar configuration
"show/hide toolbar dynamically", "toggle toolbar"toolbar-methods.mdProgrammatic toolbar control
"right-click menu", "context menu", "custom menu"contextmenu.mdContext menu

Annotations

User Query KeywordsReference FilePurpose
"annotation colors", "annotation styles", "customize annotations"annotation-settings.mdAnnotation appearance
"annotation events", "when annotation added", "annotation callbacks"annotation-events.mdAnnotation lifecycle
"annotation labels", "shape labels", "measurement labels"shape-label-settings.mdLabel customization
"ink annotation", "freehand drawing", "signature", "sketch", "handwritten notes"ink-annotation.mdInk annotations
"redaction", "redact content", "black out text"redaction-annotation.mdRedaction annotations

Forms

User Query KeywordsReference FilePurpose
"form field defaults", "form field styles"form-field-settings.mdForm field config
"form field events", "field changes", "validation"form-field-events.mdForm field events

Document Actions

User Query KeywordsReference FilePurpose
"download PDF", "save PDF", "export"download.mdDownload functionality
"print PDF", "print document"print.mdPrint functionality
"reorder pages", "rotate pages", "add/remove pages"organize-pages.mdPage manipulation

Advanced

User Query KeywordsReference FilePurpose
"load programmatically", "API methods", "extract text"api-methods.mdProgrammatic control
"event list", "all events", "event reference"events.mdComplete event list

Toolbar Item Name Validation (CRITICAL)

When generating toolbar configurations:

  1. ALWAYS read toolbar-settings.md first
  2. Use ONLY names from these sections:

- "Available Primary Toolbar Items" - "Available Annotation Toolbar Items" - "Available Form Designer Items"

  1. Character-by-character validation required - No typos allowed

Common mistakes to prevent:

  • ? AnotatetionEditTool?? AnnotationEditTool
  • ? CalibrationOption?? CalibrateTool
  • ? ShapeAnnotationOption?? ShapeTool

Settings Configurations

Rule 1: Simple Settings (1-3 properties)? Inline

public annotationSelection = {
  selectionBorderColor: 'blue',
  resizerSize: 8
};

Rule 2: Complex Settings (4+ properties or enums)? Import enums

import { AnnotationResizerLocation, CursorType } from '@syncfusion/ej2-angular-pdfviewer';

public annotationSelection = {
  selectionBorderColor: '#0000ff',
  resizerSize: 8,
  resizerLocation: AnnotationResizerLocation.Corners | AnnotationResizerLocation.Edges,
  resizerCursorType: CursorType.grab
};

Protocol Violation Handling

ViolationFix
Skipped Step 1Re-run: Use file_search and list_dir first
Skipped Step 2Re-run: Use read_file on reference file
Used undocumented APIDelete it, check reference for alternatives
Didn't report findingsReport: "I checked X, found Y, now doing Z"

If user calls out violation: IMMEDIATELY acknowledge, apologize, and restart with proper protocol.


Enforcement Checklist

Before generating code, verify:

  • Step 1 executed (workspace detection) and reported
  • Step 2 executed (reference file read) and reported
  • Every API validated against reference file
  • No undocumented APIs used
  • Angular patterns followed

Reference files are SOURCE OF TRUTH - everything must trace back to them.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.43%
按下载量换算33

Claude

27.07%
按下载量换算24

Cursor

20.98%
按下载量换算19

Gemini CLI

10.49%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills