← Back to list

artefact-logger
by PackmindHub
Packmind seamlessly captures your engineering playbook and turns it into AI context, guardrails, and governance.
⭐ 171🍴 7📅 Jan 23, 2026
SKILL.md
name: 'artefact-logger' description: 'Log access to Claude configuration artefacts (CLAUDE.md, rules, skills, commands, agents). This skill should be invoked automatically after reading configuration files to track usage.'
Artefact Logger
Log access to Claude configuration artefacts for usage tracking.
When to Use
Invoke this skill after reading:
CLAUDE.mdfiles.claude/rules/**files.claude/skills/**files.skills/commands/**files.claude/agents/**files (custom agents only, not internal Task tool agents)
How to Log
Run the script with required arguments:
.claude/skills/artefact-logger/scripts/log-artefact.sh "<name>" "<path>" "<type>"
Arguments
| Argument | Description | Valid Values |
|---|---|---|
name | Filename or skill/agent name | Any string |
path | Relative path or identifier | Any path string |
type | Artefact type | claude_md, rule, skill, command, agent |
Examples
# Log CLAUDE.md access
.claude/skills/artefact-logger/scripts/log-artefact.sh "CLAUDE.md" "CLAUDE.md" "claude_md"
# Log rule access
.claude/skills/artefact-logger/scripts/log-artefact.sh "standard-changelog.md" ".claude/rules/packmind/standard-changelog.md" "rule"
# Log skill invocation
.claude/skills/artefact-logger/scripts/log-artefact.sh "signal-capture" "signal-capture" "skill"
Notes
- Do NOT log internal Task tool agents (Explore, Plan, Bash, general-purpose, etc.)
- Only log custom agents defined in
.claude/agents/** - The script creates
.claude/artefacts.yamlif missing - Each access is logged with an ISO 8601 timestamp
Score
Total Score
80/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
✓人気
GitHub Stars 100以上
+5
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon
