← スキル一覧に戻る

artefact-logger
by PackmindHub
artefact-loggerは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。
⭐ 171🍴 7📅 2026年1月23日
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
スコア
総合スコア
80/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
✓人気
GitHub Stars 100以上
+5
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です
