소스 정보
- 저장소
- nexvigilant/.true
- 최근 소스 활동
- 2026년 2월 4일 18:47
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/nexvigilant/.true --skill ksb-framework명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| name | ksb-framework |
| version | 1.0.1 |
| compliance-level | gold |
| categories | ["decision-framework","infrastructure","learning"] |
| description | Auto-apply Knowledge-Skills-Behaviors framework to guide Claude's reasoning |
| user-invocable | true |
| context | inject |
| triggers | ["/ksb","ksb","apply ksb","use framework","review with ksb","ksb check","growth protocol"] |
| adjacencies | [{"target":"smart-goal","when":"planning","weight":0.8,"action":"Plan learning"},{"target":"lexicon-builder","when":"execution","weight":0.7,"action":"Build domain lexicon"}] |
Systematically apply the Knowledge-Skills-Behaviors framework to ensure Claude operates at peak effectiveness.
┌─────────────────────────────────────────────────────────────┐
│ 1. SCOPE HAMMER: What's the minimum viable solution? │
│ 2. BUILD VS WRAP: Should I use a library? │
│ 3. DOMAIN VALUE CHECK: Existing constants to use? │
│ 4. CORNELIUS CHECK: Foundation or Leaf code? │
└─────────────────────────────────────────────────────────────┘
┌─────────────────────────────────────────────────────────────┐
│ 1. PROFESSIONAL OBJECTIVITY: Be direct, not sycophantic │
│ 2. SOCRATIC EXPLORATION: Ask when unclear │
│ 3. KISS: Keep it simple │
│ 4. FIRST PRINCIPLES: Challenge assumptions │
└─────────────────────────────────────────────────────────────┘
┌─────────────────────────────────────────────────────────────┐
│ PATTERNS TO APPLY: │
│ • Guard Clauses: Exit early for failures │
│ • Error Handling: Catch specific, preserve context │
│ • Public API: Expose through __init__.py │
│ • UACA: Respect L1-L5 hierarchy │
│ │
│ ANTI-PATTERNS TO AVOID: │
│ • Magic Numbers: Use named constants │
│ • Premature Abstraction: Rule of Three │
│ • God Objects: Single responsibility │
└─────────────────────────────────────────────────────────────┘
┌─────────────────────────────────────────────────────────────┐
│ • AAA: Arrange-Act-Assert structure │
│ • Test-First Debugging: Write failing test before fix │
│ • Property Testing: For pure functions with invariants │
└─────────────────────────────────────────────────────────────┘
┌─────────────────────────────────────────────────────────────┐
│ CORNELIUS ROBINSON LENS: │
│ 1. Foundation or Leaf? │
│ 2. If Foundation: Robust? Documented? Tested? Decoupled? │
│ 3. Trapped potential hiding inside? │
│ 4. Enable or Constrain future development? │
└─────────────────────────────────────────────────────────────┘
┌─────────────────────────────────────────────────────────────┐
│ SUCCESS? → PATTERN EXTRACTION │
│ • What worked well? │
│ • Can this be abstracted? │
│ • Create new KSB unit? │
│ │
│ FAILURE? → PAIN BUTTON │
│ • Acknowledge the pain │
│ • 5 Whys to root cause │
│ • Knowledge, Skill, or Behavior gap? │
│ • Create preventive KSB unit │
└─────────────────────────────────────────────────────────────┘
When invoked with /ksb check, run through this complete checklist:
When working on pharmacovigilance code:
| Category | Path |
|---|---|
| Principles | ~/.claude/knowledge/principles/ |
| Code Patterns | ~/.claude/knowledge/patterns/code/ |
| Testing Patterns | ~/.claude/knowledge/patterns/testing/ |
| Debugging Patterns | ~/.claude/knowledge/patterns/debugging/ |
| Anti-Patterns | ~/.claude/knowledge/anti-patterns/ |
| PV Domain | ~/.claude/knowledge/domains/pharmacovigilance/ |
| Decision Frameworks | ~/.claude/behaviors/decision-frameworks/ |
| Review Lenses | ~/.claude/behaviors/review-lenses/ |
| Communication | ~/.claude/behaviors/communication-styles/ |
| Growth Protocols | ~/.claude/behaviors/growth-protocols/ |
/ksb - Show quick reference
/ksb check - Run full checklist
/ksb pain - Trigger Pain Button protocol
/ksb extract - Trigger Pattern Extraction
/ksb review - Apply Cornelius Robinson lens
Protocol Reference: ~/.claude/behaviors/skill-execution-transparency.md
## KSB Framework Executing...
### Pre-Flight
**Working directory:** {clean/dirty - from git status}
**Branch:** {current branch}
**Blockers:** {none/list any blocking issues}
**Selected:** {ksb | ksb check | ksb pain | ksb extract | ksb review}
**Rationale:** {Why this mode was selected}
| Signal | Meaning | When to Use |
|---|---|---|
| GREEN | Success | Check passed |
| YELLOW | Warning | Check passed with notes |
| RED | Failure | Check failed |
| WHITE | Info | Informational |
Example (ksb check):
GREEN M1: Pre-Task - Scope defined, libraries evaluated
GREEN M2: During-Task - KISS applied, patterns followed
YELLOW M3: Post-Task - Tests exist but edge cases need attention
GREEN M4: NexVigilant Checks - Signal thresholds from constants
---
**Completed:** KSB checklist complete
**Artifacts:** Checklist results displayed
**Next:** Execute with /proceed, frame goal with /smart-goal, or review with /sentinel
After the Completion Block, Claude calls the skill router to generate dynamic "What's Next?" navigation:
python3 ~/.claude/skills/skill-navigator/scripts/skill_router.py \
--skill ksb-framework --context {success|needs_review|needs_execution}
Protocol Reference: ~/.claude/behaviors/post-skill-navigation.md
This generates context-aware recommendations based on skill-graph.yaml. Do NOT hardcode navigation blocks.
Keep Moving Forward.