{% extends "base.html" %} {% block content %}
Stored instruction documents available in this scope.
No skills yet.
{% else %}| Name | Description | Updated |
|---|---|---|
{{ item.slug }} |
{{ item.description }} | {{ item.updated_at | humantime }} |
Metadata and instructions are serialized as one canonical SKILL.md.
Deletion is permanent. The stored document will no longer be addressable.
?',
modal_confirm_text="Delete skill",
modal_desc="This permanently removes the stored skill document."
%}
{% include "partials/confirm_modal.html" %}
{% endwith %}
{% endif %}
{% endif %}