Skip to main content
zinan92
GitHub creator profile

zinan92

Repository-level view of 92 collected skills across 7 GitHub repositories.

skills collected
92
repositories
7
updated
2026-07-22
repository explorer

Repositories and representative skills

gh-readme
software-developers

Writes comprehensive READMEs serving both human readers and AI agent readers. Use when user says "用 GitHub Skill", "productize README", or asks to create a product-grade README for a repo.

2026-03-15
executing-plans
software-developers

Use when you have a written implementation plan to execute in a separate session with review checkpoints

2026-03-15
receiving-code-review
software-developers

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

2026-03-15
requesting-code-review
software-quality-assurance-analysts-and-testers

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

2026-03-15
skill-creator
software-developers

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.

2026-03-15
test-driven-development
software-quality-assurance-analysts-and-testers

Use when implementing any feature or bugfix, before writing implementation code

2026-03-15
triage
software-developers

Use when you have a documented task with clear intention and need to classify it (type + weight) before any decomposition or coding — the CTO function that decides HOW to execute

2026-03-15
using-git-worktrees
software-developers

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

2026-03-15
Showing top 8 of 58 collected skills in this repository.
btc-bottom-model
financial-and-investment-analysts

比特币抄底时机判断模型。通过追踪6大核心指标(RSI技术超跌、成交量萎缩、MVRV比率、社交媒体恐慌指数、矿机关机价、长期持有者行为)综合评估比特币是否进入抄底区间,输出抄底评级和建仓建议。当用户提到比特币抄底、BTC是否到底了、比特币超跌、MVRV、矿机关机价、长期持有者LTH、比特币恐慌指数、是否该买入比特币、BTC建仓时机、加密市场底部信号、比特币周期底部等话题时,务必使用此技能。即使用户只是笼统地问"现在能抄底比特币吗"或"BTC跌到位了没",也应触发此技能来提供结构化的分析框架。

2026-03-20
canslim-screener
financial-and-investment-analysts

Screen US stocks using William O'Neil's CANSLIM growth stock methodology. Use when user requests CANSLIM stock screening, growth stock analysis, momentum stock identification, or wants to find stocks with strong earnings and price momentum following O'Neil's investment system.

2026-03-20
economic-calendar-fetcher
software-developers

Fetch upcoming economic events and data releases using FMP API. Retrieve scheduled central bank decisions, employment reports, inflation data, GDP releases, and other market-moving economic indicators for specified date ranges (default: next 7 days). Output chronological markdown reports with impact assessment.

2026-03-20
ftd-detector
financial-and-investment-analysts

Detects Follow-Through Day (FTD) signals for market bottom confirmation using William O'Neil's methodology. Dual-index tracking (S&P 500 + NASDAQ) with state machine for rally attempt, FTD qualification, and post-FTD health monitoring. Use when user asks about market bottom signals, follow-through days, rally attempts, re-entry timing after corrections, or whether it's safe to increase equity exposure. Complementary to market-top-detector (defensive) - this skill is offensive (bottom confirmation).

2026-03-20
macro-liquidity
financial-and-investment-analysts

宏观流动性监控与风险预警系统。通过追踪4大核心指标(美联储净流动性、SOFR隔夜融资利率、MOVE美债波动率指数、日元套利交易信号)实时评估全球金融体系的流动性状态,输出流动性评级和风险应对建议。当用户提到流动性、美联储缩表、TGA账户、逆回购ON RRP、SOFR利率、MOVE指数、美债波动、日元套利carry trade、USDJPY与利差、缩表对市场影响、钱紧不紧、流动性拐点、金融条件收紧等话题时,务必使用此技能。即使用户只是笼统地问"现在流动性怎么样"或"美联储在抽水还是放水",也应触发此技能来提供结构化的分析框架。

2026-03-20
macro-regime-detector
data-scientists-152051

Detect structural macro regime transitions (1-2 year horizon) using cross-asset ratio analysis. Analyze RSP/SPY concentration, yield curve, credit conditions, size factor, equity-bond relationship, and sector rotation to identify regime shifts between Concentration, Broadening, Contraction, Inflationary, and Transitional states. Run when user asks about macro regime, market regime change, structural rotation, or long-term market positioning.

2026-03-20
market-top-detector
financial-and-investment-analysts

Detects market top probability using O'Neil Distribution Days, Minervini Leading Stock Deterioration, and Monty Defensive Sector Rotation. Generates a 0-100 composite score with risk zone classification. Use when user asks about market top risk, distribution days, defensive rotation, leadership breakdown, or whether to reduce equity exposure. Focuses on 2-8 week tactical timing signals for 10-20% corrections.

2026-03-20
pead-screener
financial-and-investment-analysts

Screen post-earnings gap-up stocks for PEAD (Post-Earnings Announcement Drift) patterns. Analyzes weekly candle formation to detect red candle pullbacks and breakout signals. Supports two input modes - FMP earnings calendar (Mode A) or earnings-trade-analyzer JSON output (Mode B). Use when user asks about PEAD screening, post-earnings drift, earnings gap follow-through, red candle breakout patterns, or weekly earnings momentum setups.

2026-03-20
Showing top 8 of 21 collected skills in this repository.
repo-evals
software-developers

Runs a claim-first evaluation of any open-source repo, tool, or skill against its own README promises and renders an editorial dossier (HTML one-pager) with a 0-100 score, 4-category verdict (🏭 Production / 🛠 Available / ⚠️ Risky / 🛑 Don't use), and prescriptive next-steps. Use this skill whenever the user says "eval 一下这个 repo", "eval 这个项目", "eval 这个 skill", "evaluate this repo", "评测一下", "试用这个 repo", "这个东西好不好用", or pastes a GitHub URL and asks whether to adopt it. Also use when comparing two repos on the same dimensions, or auditing a repo's claim-vs-reality gap. Do not wait for explicit "please use repo-evals" — trigger on the intent, not the skill name.

2026-07-09
codebase-to-course
computer-science-teachers-postsecondary

Turn any codebase into a beautiful, interactive single-page HTML course that teaches how the code works to non-technical people. Use this skill whenever someone wants to create an interactive course, tutorial, or educational walkthrough from a codebase or project. Also trigger when users mention 'turn this into a course,' 'explain this codebase interactively,' 'teach this code,' 'interactive tutorial from code,' 'codebase walkthrough,' 'learn from this codebase,' or 'make a course from this project.' This skill produces a stunning, self-contained HTML file with scroll-based navigation, animated visualizations, embedded quizzes, and code-with-plain-English side-by-side translations.

2026-05-05
follow-builders
office-clerks-general-439061

AI builders digest — monitors top AI builders on X and YouTube podcasts, remixes their content into digestible summaries. Use when the user wants AI industry insights, builder updates, or invokes /ai. No API keys or dependencies required — all content is fetched from a central feed.

2026-05-05
podcast
software-developers

Generate a podcast episode from content you provide. Paste text, point to local files, or describe a topic. Two AI hosts discuss it in a natural conversation. Listen locally or in your favorite podcast app via RSS.

2026-05-05
youtube-to-ebook
software-developers

Transform YouTube videos into beautifully formatted ebook articles with transcripts

2026-05-05
xiaohongshu-skills
software-developers

小红书自动化技能集合。支持认证登录、内容发布、搜索发现、社交互动、复合运营。 当用户要求操作小红书(发布、搜索、评论、登录、分析、点赞、收藏)时触发。

2026-05-04
remotion-best-practices
software-developers

Best practices for Remotion - Video creation in React

2026-05-04
Showing 7 of 7 repositories
All repositories loaded