All authors
simbajigege avatar

Claude Skills by simbajigege

github.com/simbajigege
32 skillsA× 327 installs68 views
Analyzing Financial StatementsA

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 efficiency, or judge overall investment value via ROIC. Covers industry context analysis, asset & liability quality check, profit authenticity verification, cash flow diagnosis, solvenc...

datago
0
65
Business Adventures Analysis BrooksA

Use Business Adventures for "why did this fail?", "analyze this crisis", "what pattern applies?", or "what would Brooks notice?"

researchrustgo
0
65
Clash Cultures Investment Speculation BogleA

Apply John Bogle stewardship capitalism logic to separate investing from

businessgogit
0
65
Common Sense Index Investing BogleA

Apply John Bogle index investing rules for low-cost funds, asset allocation,

businessgogit
0
65
Compact Memory ImplementationA

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 built with Claude Agent SDK or Anthropic API.

developmenttypescriptpython
0
65
Contagious Viral Content BergerA

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

content-marketinggo
0
65
Contract Drafting And Review Guidance China LawA

Apply China contract drafting review with San Guan Si Bu Fa. Trigger on contract review, drafting, clauses, or deal structure.

businessgoexpress
0
65
Creating Superfans HodakA

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

businessgo
0
65
Customers Yachts Wall Street SchwedA

Analyze Wall Street conflicts. Trigger on: "can I trust this advisor?", "is this forecast reliable?", "whose interest does this serve?".

ai-agentsrust
0
65
Essays In Persuasion KeynesA

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

ai-agentsgo
0
65
Finacial Statement ReadingA

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 are real, whether there are red flags, or whether the company is a good investment. Based on the book "一本书读懂财报" by Xiao Xing (Tsinghua University).

ai-agentsgo
0
65
Harness Step1 Create Agent MdA

Harness Engineering 第一阶段:扫描现有项目,生成 AGENTS.md(目录文件)和完整的 docs/ 知识库结构。 当用户想要"为项目添加 agent 支持"、"让 AI 更好地理解我的项目"、"开始 harness engineering"、 "创建 AGENTS.md"、"搭建 agent 文档结构"、"让 Claude Code 更好地工作"时,立即使用此 skill。 也适用于用户说"帮我把项目文档整理好给 agent 用"、"我想开始用 AI agent 开发"等场景。

ai-agentsgobash
0
65
Harness Step2 Fill DocsA

Harness Engineering 第一阶段第二步:深度分析项目代码,填充 docs/ 知识库各文件的实质内容。 在 harness-step1-create-agents-md 创建好目录骨架之后使用。当用户说"填充文档内容"、 "完善 docs/ 文件"、"让文档有实质内容"、"分析项目写架构文档"、"写 ARCHITECTURE.md"、 "写技术决策文档"时,立即使用此 skill。 前置条件:项目中已有 AGENTS.md 和 docs/ 目录骨架(由 harness-step1 创建)。

documentationgobash
0
65
Harness Step3 Session ManagementA

Harness Engineering 第二阶段:建立跨 session 状态管理,解决 agent 每次对话失忆的问题。 创建 tasks.json(任务清单)、progress.md(进度记录)、init.sh(环境初始化脚本)三个文件。 当用户说"建立任务管理"、"让 agent 记住进度"、"创建 tasks.json"、"跨 session 保持状态"、 "agent 每次都不记得上次做了什么"、"建立 progress 文件"、"初始化状态管理"时,立即使用此 skill。 前置条件:harness-step1 和 harness-step2 已完成(项目有 AGENTS.md 和 docs/ 知识库)。

ai-agentspythonbash
0
65
Intelligent Investor GrahamA

Use Graham value investing for Is this investment or speculation, defensive

ai-agentsrailsgit
0
65
Investing From DarwinA

Apply Pulak Prasad evolutionary investing rules for avoiding big losses,

ai-agentsgoreact
0
65
Jab Jab Right Hook VaynerchukA

Apply Gary Vaynerchuk social content rules for native jabs, right hooks,

content-marketingrustgo
0
65
Memory ArchitectA

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 whenever the user says "clean up MEMORY.md", "reorganize my memory files", "MEMORY.md is getting too long", "fix my memory structure", or when you observe that MEMORY.md exceeds 200...

toolsgobash
0
65
Most Important Thing In Investing Howard MarksA

Apply Howard Marks investing judgment for second-level thinking, price

businessgogit
0
65
Munger Mental Models Worldly WisdomA

Apply Charlie Munger mental models to investments, decisions, and bias diagnosis. Trigger on Munger checklist or spot biases.

businessgogit
0
65
Outsiders Ceo Capital Allocation ThorndikeA

Apply The Outsiders CEO framework to assess capital allocation, per-share

businessgogit
0
65
Perennial Seller HolidayA

Apply Ryan Holiday''s perennial seller framework. Trigger on: "will this work last?", "position my book/product", "build an enduring launch".

content-marketingrustgo
0
65
Query Loop ImplementationA

Implement a production-ready LLM query loop / agent loop for AI applications. Use this skill whenever the user wants to add tool calling, ReAct-style reasoning-action-observation cycles, function calling loops, query engines, agent runtimes, tool_result feedback, max-turn exits, or Claude Code-like Agent Loop behavior to their own product or codebase.

ai-agentsreactapi
0
65
Seo Metadata AuditA

Audit SEO metadata such as title, description, headings, alt, robots,

content-marketingrustgo
0
65
Session DreamA

End-of-session memory distillation — extracts key decisions, eliminated approaches, new discoveries, and current blockers from the current conversation and writes them to MEMORY.md topic files. Based on Claude Code's autoDream background consolidation service. Activate when the user says "dream", "/dream", "save session memories", "distill this session", "what should I remember from this session", or when a long productive session is ending and the user wants to preserve what was learned.

ai-agentsgoapi
0
65
Show Your Work KleonA

Apply Austin Kleon''s sharing framework. Trigger on: "what should I share?", "build an audience", "document my creative process".

educationrustgo
0
65
Skill CreatorA

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, 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.

ai-agentspythonrust
0
65
Steal Like An Artist KleonA

Apply Austin Kleon creative practice for idea theft, remixing, starting

educationgogit
0
65
Stock Picking By Common Stocks Uncommon ProfitsA

Apply Philip Fisher's growth stock investment framework from Common Stocks and Uncommon Profits. Use this skill whenever a user wants to evaluate whether a company is a worthy long-term growth investment, assess management quality, gather competitive intelligence via scuttlebutt, decide when to buy an outstanding stock at the right moment, or decide whether to hold or sell a current position. Covers the 15 Points checklist, management depth analysis, scuttlebutt intelligence gathering, entry ...

business
0
65
Storybrand Messaging FrameworkA

Use StoryBrand for "clarify my message", "rewrite my homepage", "create a BrandScript", "what is my one-liner", or "fix my CTA".

content-marketingrustgo
0
65
This Is Marketing GodinA

Apply Seth Godin''s marketing framework. Trigger on: "find my smallest viable audience", "position this offer", "earn trust".

content-marketingrustgo
0
65
War Of Art PressfieldA

Apply Steven Pressfield resistance diagnosis for procrastination, turning

educationgogit
0
65