simbajigege

41 mods across 1 repository, 153 stars between them.

simbajigege/book2skills

Skill Claude CodeCodex

Restructures a chaotic or overgrown MEMORY.md into a clean 2-layer architecture based on how Claude Code's autoDream system organizes memory — a lightweight pointer index (always loaded) and topic files (loaded on demand). Stale or superseded memories are deleted or corrected in place — not archived. Use this skill…

153 6d ago A 129 tokens original MIT

agent-tool-builder

02

simbajigege/book2skills

Skill Claude CodeCodex

Define agent tools using the fail-closed design pattern — unified name/schema/security/execution in one class, with three-layer execution (validate → permission → call). Use this skill whenever the user wants to define a new agent tool, add permission or validation logic to an existing tool, or asks about 'build a…

153 6d ago A 104 tokens original MIT

simbajigege/book2skills

Skill Claude CodeCodex

Apply Xiao Xing's financial statement analysis framework from 一本书读懂财报 (Understanding Financial Reports in One Book). Use this skill whenever a user wants to assess whether a company's assets are of high quality, verify whether reported profits are real, diagnose cash flow health, evaluate solvency and turnover…

153 6d ago A 162 tokens original MIT

simbajigege/book2skills

Skill Claude CodeCodex

Developer implementation guide for adding compact memory to an Agent — covers fork agent pattern for compaction, trigger strategy, summary format design, and memory restoration in subsequent sessions. Use when a developer asks how to implement compact memory, context compression, or memory persistence in their agent…

153 6d ago A 68 tokens original MIT

simbajigege/book2skills

Skill Claude CodeCodex

Apply Jonah Berger's STEPPS framework. Trigger on: "why is this not spreading?", "make this campaign contagious", "diagnose viral content".

153 6d ago A 39 tokens original MIT

simbajigege/book2skills

Skill Claude CodeCodex

Apply Brittany Hodak's SUPER Model for customer loyalty, referrals, word of mouth, personalization, service recovery, and scalable customer experience.

153 6d ago A 34 tokens original MIT

simbajigege/book2skills

Skill Claude CodeCodex

Apply Keynes policy reasoning. Trigger on: "will austerity work?", "inflation or deflation?", "analyze this economic crisis".

153 6d ago A 37 tokens original MIT

simbajigege/book2skills

Skill Claude CodeCodex

Analyzes Chinese public company financial statements (balance sheet, income statement, cash flow) to assess asset quality, profit authenticity, cash flow health, solvency, and overall investment value. Use when the user provides financial data or a company name and asks whether financials are healthy, whether profits…

153 6d ago A 105 tokens original MIT

simbajigege/book2skills

Skill Claude CodeCodex

Developer implementation guide for building hierarchical (folded) memory into an Agent. Three-layer architecture where recent turns stay detailed, older content compresses into episodes, and the oldest distills into durable semantic facts. Use when compact-memory-implementation is not retaining enough, or when agents…

153 6d ago A 70 tokens original MIT

simbajigege/book2skills

Skill Claude CodeCodex

A project-documentation setup for coding agents. It scans a repository and creates an AGENTS.md guide plus a docs/ knowledge base describing the project's purpose, architecture, conventions, technology, and business context.

153 6d ago A 153 tokens original MIT

simbajigege/book2skills

Skill Claude CodeCodex

A documentation-building step for a software project after an AGENTS.md file and docs folder have been created. It studies the code and records the project's business purpose, architecture, conventions, technical decisions, and quality standards.

153 6d ago A 166 tokens original MIT

simbajigege/book2skills

Skill Claude CodeCodex

A project setup for keeping an agent’s work state in files between separate chat sessions. It creates a task list, a progress summary, and a script for checking the project environment.

153 6d ago A 149 tokens original MIT

html-line-svg

18

simbajigege/book2skills

Skill Claude CodeCodex

A method for turning content, screenshots, sketches, or existing HTML diagrams into simple instructional line drawings made with inline SVG, a web format for vector graphics.

153 6d ago A 210 tokens original MIT

simbajigege/book2skills

Skill Claude CodeCodex

Use Graham value investing for Is this investment or speculation, defensive stock screens, margin of safety, Mr. Market, allocation, funds, IPOs.

153 6d ago A 37 tokens original MIT

simbajigege/book2skills

Skill Claude CodeCodex

Apply Pulak Prasad evolutionary investing rules for avoiding big losses, buying resilient quality, rejecting fragile forecasts, and being very lazy.

153 6d ago A 33 tokens original MIT

simbajigege/book2skills

Skill Claude CodeCodex

Apply Gary Vaynerchuk social content rules for native jabs, right hooks, platform fit, campaign critique, and engagement before conversion.

153 6d ago A 40 tokens original MIT

simbajigege/book2skills

Skill Claude CodeCodex

Build LangChain (Python) tools using Claude Code's fail-closed design pattern — unified name/schema/security/execution in one class, with automatic three-layer execution (validate → permission → call). Use this skill whenever the user wants to define a new LangChain tool, add permission or validation logic to an…

153 6d ago A 140 tokens original MIT