install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/decision-log" ~/.claude/skills/majiayu000-claude-skill-registry-decision-log && rm -rf "$T"
manifest:
skills/data/decision-log/SKILL.mdsource content
Purpose
Maintain searchable log of major decisions with full context and rationale.
Usage
- Document specific decision/decision-log [decision]
- View all logged decisions/decision-log list
Steps
-
Prompt for decision details:
- What was decided?
- What were the options?
- Who was involved?
-
Document context:
- Why was this decision needed?
- What factors influenced it?
- What information was considered?
-
Capture rationale:
- Why this choice?
- What trade-offs were accepted?
- What risks acknowledged?
-
Save decision record in 06-Resources/Decisions/
Output Format
# Decision: [Title] **Date:** [Today] **Deciders:** [Names] **Status:** Decided ## Context [Why was this decision needed?] ## Options Considered 1. [Option 1] - Pros/Cons 2. [Option 2] - Pros/Cons ## Decision We chose [Option] because [rationale]. ## Trade-offs Accepted - [Trade-off 1] ## Follow-up Actions - [ ] [Action 1] - Owner: [Name]