{% extends "base.html" %} {% block title %}Skills{% endblock %} {% block topbar_main %}
No skill package matched. A skill is a directory holding a
SKILL.md, under .claude/skills in a project,
in your home directory, or inside an installed plugin.
Flanner reads those directories and never writes to them. Nothing in a package is executed by a scan.
Records that a named skill was invoked, when, and by which local session. Not your prompts, not the agent's replies. Nothing leaves this machine. Only explicit invocations are visible: Claude Code shows every skill's description to the model without reporting it, so reads are unknown rather than zero.
{% if usage.coverage.watching %}Nothing was invoked in this window. {% else %}Nothing has been watching, so a zero here means nothing rather than "unused".{% endif %}
{% if usage.coverage.watching %} Watched during {{ usage.coverage.windows }} period{{ '' if usage.coverage.windows == 1 else 's' }} of these {{ usage.window_days }} days{% if not (scope_row and scope_row.observing) %}, and not watching now{% endif %}. {% else %} Nothing watched any part of these {{ usage.window_days }} days. {% endif %} {% if usage.coverage.dropped %} {{ usage.coverage.dropped }} event(s) arrived and could not be stored, so the counts are short by at least that. {% endif %}
Nothing installed by flanner. Skills stay where their owner put
them; flanner skills adopt <name> keeps a copy
flanner can put back.
Nothing has arrived. A package a teammate sends shows up here and waits: receiving one is not installing it.
Following tells you about a new version. It never installs one: that would hand whoever publishes it control of what your agent reads.
{{ r.path }}
{{ r.scope }}{% if r.revision %} · {{ r.revision }}{% endif %}
{% if not r.exists %}not there{% endif %}
{% if not r.active %}not the installed revision{% endif %}
{{ note }}
{% endfor %}