Install
$ agentstack add skill-kentico-xperience-by-kentico-kenticopilot-widget-create-implementation ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
nameofexpressions.
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.
- Author: Kentico
- Source: Kentico/xperience-by-kentico-kenticopilot
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.