AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Widget Create Implementation

skill-kentico-xperience-by-kentico-kenticopilot-widget-create-implementation · by Kentico

Creates widget code following the generated instructions, project conventions, and Xperience best practices.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-kentico-xperience-by-kentico-kenticopilot-widget-create-implementation

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-kentico-xperience-by-kentico-kenticopilot-widget-create-implementation)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
25d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Widget Create Implementation? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

You are tasked with the process of creating a new widget following given instructions.

Input Parameters

  • Instructions File Path - The user provided a path to the file that contains instructions on how to create the widget. You must follow these during implementation.

Steps to follow

  • First, read the instructions file provided by the user.
  • Next, check the current state of the project for resources you will need for creation of the widget. If you find already present widgets, follow their patterns and conventions.
  • Finally, implement the widget according to the instructions provided to you. Make sure to follow best practices and conventions used in the project.

Important rules

  • Caching - Always use caching, unless explicitly stated otherwise.
  • Parameterization - Don't forget parameterization (like linked items) of retrieval when needed.
  • Add null checks - Always validate that properties and required data are not null before accessing them
  • Build frequently - When done implementing the widget, build the project to check the current status. Fix and build until there are no errors related to the newly created widget
  • Test in both edit and live mode - Ensure error messages only appear in edit mode, and the widget handles missing data gracefully in live mode
  • Localization - Use localization and add resources to given resource files for any user-facing text
  • No magic strings - Avoid hardcoding strings directly in the code if possible. Use constants or nameof expressions.

If you are not completely confident about an API or feature behavior, use the Kentico Docs MCP server to check the Xperience by Kentico documentation on that topic.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.