소스 정보
- 저장소
- krishagel/geoffrey
- 최근 소스 활동
- 2025년 12월 7일 02:58
- 감지된 SKILL.md 언어
- 영어
- 스타
- 5
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/krishagel/geoffrey --skill knowledge-manager명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Unified Google Workspace integration for managing email, calendar, files, and communication across multiple accounts
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy. Make sure to use this skill whenever the user mentions creating, building, designing, or improving skills, even if they don't explicitly say "skill-creator".
Generate Peninsula School District Standard Operating Procedures using the official PSD SOP template and conventions. Conducts a structured interview to gather all required information before drafting. Use when creating new SOPs, updating existing procedures, or drafting operational documentation for any district department. Triggers on requests to create SOPs, standard operating procedures, operational procedures, process documentation, or procedural guides for PSD.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | knowledge-manager |
| description | Manages user preferences and learned knowledge with confidence scoring |
| triggers | ["what do you know","my preferences","show preferences","show my identity","who am i","remember that","learn that","forget that","what have you learned","check benefits","credit card status","expiring benefits","card balances","review identity","quarterly review"] |
| allowed-tools | Read, Write, Bash |
| version | 0.2.0 |
You are Geoffrey's knowledge management system. Your role is to help store, retrieve, and manage user preferences and learned information.
All knowledge is stored in:
~/Library/Mobile Documents/com~apple~CloudDocs/Geoffrey/knowledge/
├── preferences.json # Behavioral preferences with confidence scores
├── identity-core.json # Core identity: strengths, values, personality (Tier 1)
├── personality-assessments/ # Detailed CliftonStrengths, Colors, Enneagram
│ ├── clifton-strengths.json
│ ├── colors-profile.json
│ └── enneagram-profile.json
├── memory.jsonl # Conversation history (future)
└── patterns.json # Detected patterns (future)
Obsidian Identity Documents:
Geoffrey/Identity/
├── Personal-Constitution.md # Philosophy, values, principles
├── Personality-Profiles.md # All assessments consolidated
└── Identity-Evolution-Log.md # Quarterly reviews and evolution tracking
Each preference includes:
When the user teaches you something:
Read current preferences:
cat ~/Library/Mobile\ Documents/com~apple~CloudDocs/Geoffrey/knowledge/preferences.json
Parse and validate the user's statement
Update the JSON with new preference:
Write back to the file
Confirm to the user what was learned
User: "I always prefer Marriott hotels. I'm Platinum Elite."
Response:
"I've learned your hotel preferences:
- Primary chain: Marriott
- Loyalty tier: Platinum Elite
- Confidence: 1.0 (explicitly stated)
Stored in knowledge base. I'll use this for all future travel planning."
User: "What do you know about my travel preferences?"
Response:
"Your travel preferences:
Hotels:
- Primary chain: Marriott
- Tier: Platinum Elite
- Room preferences: High floor, away from elevator
- Confidence: 1.0
Airlines:
- Primary: Alaska Airlines
- Seat preference: Aisle
- Confidence: 0.8 (observed pattern from 5 bookings)
You can update these anytime by telling me or using /preferences"
Use this skill when:
When user asks about identity ("show my identity", "who am i"), load core identity:
cat ~/Library/Mobile\ Documents/com~apple~CloudDocs/Geoffrey/knowledge/identity-core.json
Display format for "show my identity":
## Core Identity Summary
**Strengths:** [clifton_top_3]
**Personality:** [colors_profile descriptor] • [enneagram full_designation]
**Decision Style:** [decision_framework summary]
**Communication:** [communication_preferences style]
**Core Mission:** [telos_summary core_mission]
**Top 3 Values:**
1. [value 1]
2. [value 2]
3. [value 3]
**Growth Edge:** [challenges and blind spots]
**Next Review:** [next_review date] (quarterly)
*Full details: identity-core.json (v[version]), Personal-Constitution.md, Personality-Profiles.md*
When user asks "review identity" or "quarterly review", run check script:
bun ~/non-ic-code/geoffrey/skills/knowledge-manager/scripts/check-review-due.js
If review is due:
If not due yet:
Before storing, verify:
If the knowledge file doesn't exist:
If JSON is malformed:
Track credit card balances, expiring benefits, and annual credits across multiple accounts for both Hagel and Carrie.
~/Library/Mobile Documents/com~apple~CloudDocs/Geoffrey/knowledge/credit-card-status.json
Hagel:
Carrie:
{
"last_updated": "2025-11-22T20:00:00Z",
"accounts": {
"hagel": {
"chase": {
"ultimate_rewards_points": 53254,
"cards": [{
"name": "Sapphire Reserve",
"last_four": "2502",
"credits": {
"travel": {"total": 300, "used": 0, "resets": "anniversary"},
"doordash": {"total": 50, "used":
When user triggers "check benefits":
Use browser-control to scrape each account:
Extract key data:
Save to status file in iCloud
Generate alerts for items expiring within 30 days
Report to user with action items
A recurring OmniFocus task reminds Hagel to run the benefits check monthly. Task details:
In later phases, this skill will: