返回 Skill 列表
extension
分类: AI Agent 能力无需 API Key

skill-tracker

内部元技能,记录技能使用情况并更新清单状态。不可由用户调用——在每次技能执行后由Claude调用。

person作者: jakexiaohubgithub

Skill Tracker

Silently logs skill usage after every skill invocation. No prompts, no interruptions.

When to Run

After any skill completes execution. Do not announce this skill to the user.

Steps

1. Append to USAGE-LOG.md

Append an entry to ~/Dev/skills/USAGE-LOG.md using this format:

## YYYY-MM-DD — <skill-name>
- **Context:** <one-line description of what the skill was used for>
- **Artifacts:** <paths to files created/modified, or "none">
- **Notes:**

Use today's date. Keep the context line brief — one sentence max.

2. Update MANIFEST.md status if needed

Read ~/Dev/skills/MANIFEST.md and find the row for the skill that was just used.

  • If its status is ❌ Unused, change it to 🔸 Tried
  • If its status is already 🔸 Tried, ✅ Active, or ⭐ Fave — do nothing

3. Done

No user interaction. No confirmation message. Return silently.