Skip to main content
telerik
GitHub クリエイタープロフィール

telerik

10 件の GitHub リポジトリにある 86 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
86
リポジトリ
10
更新
2026年8月22日
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
ai-plugins
57 件の skills · 2026年8月6日
ソフトウェア開発者ウェブ・デジタルインターフェースデザイナーウェブ開発者その他コンピュータ職ソフトウェア品質保証アナリスト・テスター
5 件の職業カテゴリ · 100% 分類済み
66%比率
#02
kendo-themes
11 件の skills · 2026年8月14日
ソフトウェア開発者ウェブ・デジタルインターフェースデザイナーソフトウェア品質保証アナリスト・テスター
3 件の職業カテゴリ · 100% 分類済み
13%比率
#03
blazor-docs
4 件の skills · 2026年6月24日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
4.7%比率
#04
xaml-docs
4 件の skills · 2026年8月10日
ソフトウェア開発者市場調査アナリスト・マーケティングスペシャリスト
2 件の職業カテゴリ · 100% 分類済み
4.7%比率
#05
winforms-docs
3 件の skills · 2026年8月10日
ソフトウェア開発者市場調査アナリスト・マーケティングスペシャリスト
2 件の職業カテゴリ · 100% 分類済み
3.5%比率
#06
fiddler-agent-tools
3 件の skills · 2026年7月23日
ネットワーク・コンピュータシステム管理者ソフトウェア開発者
2 件の職業カテゴリ · 100% 分類済み
3.5%比率
#07
ajax-docs
1 件の skills · 2026年8月22日
分類待ち
1.2%比率
#08
observability-skills
1 件の skills · 2026年8月4日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
1.2%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

kendo-design
ウェブ・デジタルインターフェースデザイナー

Apply the Kendo Design System when building, styling, or reviewing any user interface. Provides design tokens, color, typography, spacing, and accessibility guardrails.

2026年8月6日
kendo-themes
ウェブ・デジタルインターフェースデザイナー

Styling reference for Kendo and Telerik UI components with Kendo theme packages. Relevant for Kendo/Telerik appearance, theme installation, CSS/SCSS token properties and theme customization, design tokens, swatches, Tailwind token mapping, component…

2026年8月6日
telerik-blazor-licensing
ソフトウェア開発者

This skill describes how the Telerik license verification works in Blazor apps and how to set up the Telerik license key, so that Blazor apps build without license-related warnings, and there are no license-related banners and watermarks in the application UI…

2026年7月22日
telerik-blazor-version-upgrade
ソフトウェア開発者

Guides Telerik UI for Blazor version upgrades, including breaking changes, rendering changes, framework compatibility, and safe upgrade planning. Use when a developer asks whether an upgrade is safe, what changed between releases, how to approach upgrading…

2026年7月22日
kendo-angular-mcp-licensing
その他コンピュータ職

Diagnose and resolve MCP server entitlement failures for @progress/kendo-angular-mcp. Use when MCP tool calls return PERMISSION_DENIED despite a working server, when premium MCP tools don't appear in the IDE, when the AI Coding Assistant stops working…

2026年7月14日
kendo-angular-version-upgrade
ソフトウェア開発者

Guides Kendo UI for Angular version upgrades, including breaking changes and safe migration paths. Use when a developer asks whether an upgrade is safe, what changed between versions, how to plan a multi-version upgrade path, or how to prepare before running…

2026年7月14日
kendo-react-mcp-licensing
その他コンピュータ職

Diagnose and resolve MCP server entitlement failures for @progress/kendo-react-mcp. Use when MCP tool calls return PERMISSION_DENIED despite a working server, when premium MCP tools don't appear in the IDE, when the AI Coding Assistant stops working…

2026年7月14日
kendo-react-version-upgrade
ソフトウェア開発者

Guides KendoReact version upgrades, including breaking changes and safe migration paths. Use when a developer asks whether an upgrade is safe, what changed between versions, how to plan a multi-version upgrade path, or how to prepare before running migration…

2026年7月14日
収集済み skill 57 件中 8 件を表示しています。
manage-scss-styles
ソフトウェア開発者

Create or update SCSS layout mixins, theme mixins, module entry points (_index.scss), and registration in theme entry points for a Kendo UI component. Covers the full component SCSS lifecycle — structural styles, visual styles, wiring, and registration. Use…

2026年8月14日
kendo-themes
ウェブ・デジタルインターフェースデザイナー

DEPRECATED — moved to the kendo-design plugin in telerik/ai-plugins (https://github.com/telerik/ai-plugins). Install that plugin from your agent's marketplace/registry for the maintained version. Kept here temporarily for backwards compatibility; content may…

2026年8月10日
manage-html-a11y
ソフトウェア開発者

Create or update ARIA accessibility annotations and validate WCAG compliance for a Kendo UI component. Reads the component spec, writes @aria/@keyboard/@ux/@see JSDoc annotations, applies attributes to TSX templates, and validates with the axe-core test…

2026年7月10日
manage-html-specs
ソフトウェア開発者

Create or update an HTML component specification (.spec.tsx) in the HTML package. Defines the component's TypeScript types, options, states, render function, constants, and index exports. Use this skill when the user wants to create a new HTML spec, add…

2026年6月29日
manage-html-templates
ソフトウェア開発者

Create or update reusable HTML templates for a Kendo UI component in the HTML package. Templates are preset configurations of a component spec, used by visual tests and documentation. Use this skill when the user wants to add a template variant, create a…

2026年6月29日
manage-html-tests
ソフトウェア品質保証アナリスト・テスター

Create or update visual test scenarios for a Kendo UI component in the HTML package. Creates TSX test files that exercise component states, variants, and edge cases for screenshot-based visual regression testing. Use this skill when the user wants to add test…

2026年6月29日
audit-design-tokens
ソフトウェア開発者

Audit and report on design token usage (color, spacing, typography, elevation, border-radius) across SCSS packages. Scans for hardcoded values (hex colors, raw px/rem, font stacks, literal box-shadows) that should use design token functions like k-spacing(),…

2026年5月19日
manage-components
ソフトウェア開発者

Create or update a Kendo UI component across kendo-themes packages. For new components, scaffolds core skeleton with null variables, theme overrides for targeted themes, HTML spec, templates, visual tests, and unit tests. For existing components, audits the…

2026年5月19日
収集済み skill 11 件中 8 件を表示しています。
10 件中 10 件のリポジトリを表示
すべてのリポジトリを表示しました