用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Delphine-L/claude_global --skill documentation命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Run shell commands bare — no decorative echo headers ("=== X ==="), no echo-then-cmd chains, no trailing "echo done". Use the Bash tool's description field for any narration. Triggers any time you're about to issue a Bash command.
Expert guide for managing Claude Code global skills and commands. Use when creating new skills, symlinking to projects, updating existing skills, or organizing the centralized skill repository.
Token optimization best practices for cost-effective Claude Code usage. Automatically applies efficient file reading, command execution, and output handling strategies. Includes model selection guidance (Opus for learning, Sonnet for development/debugging). Prefers bash commands over reading files.
基于 SOC 职业分类
正在显示 SKILL.md
| name | documentation |
| description | Best practices for session documentation - incremental summaries, fix reports, and audit trails |
| allowed-tools | Read, Grep, Glob, Bash |
Best practices for creating effective documentation during Claude Code sessions.
When working through multiple related issues in a session:
Create summary after each major fix:
FIX_SUMMARY.md - First issue resolvedFISH_CLASSIFICATION_FIX_SUMMARY.md - Second issueTAXONOMY_COMPLETE_SUMMARY.md - Final stateBenefits:
Include in each summary:
# [Issue Name] - [STATUS]
## Problem
[Clear description of what was wrong]
## Root Cause
[Why the problem occurred]
## Items Fixed (N total)
| Item | Details | Category |
|------|---------|----------|
| ... | ... | ... |
## Solution Applied
1. [Step 1]
2. [Step 2]
...
## Verification Results
✓ [What was verified]
✓ [Counts match]
## Files Modified
1. `file1.txt` - [what changed]
2. `file2.txt` - [what changed]
## Next Steps
[What the user should do now]
Use descriptive names that indicate:
FISH_CLASSIFICATION_FIX_SUMMARY.mdTAXONOMY_COMPLETE_SUMMARY.mdAvoid generic names like SUMMARY.md or NOTES.md.