Skip to content

Instantly share code, notes, and snippets.

@henu-wang
henu-wang / top-claude-code-skills.md
Created April 6, 2026 08:11
Top AI Skills for Claude Code — Curated list from TokRepo registry

Top AI Skills for Claude Code

Curated from TokRepo — an open registry of 200+ AI assets.

Finding Skills

Via CLI

npx tokrepo search "code review"
npx tokrepo search "git workflow" 
@henu-wang
henu-wang / claude-code-mcp-setup.md
Created April 6, 2026 08:10
Claude Code MCP Server Setup — Quick reference for essential MCP servers including TokRepo asset registry

Claude Code MCP Server Setup

Quick reference for setting up the most useful MCP servers with Claude Code.

Essential MCP Servers

1. TokRepo — AI Asset Registry

Search and install 200+ curated skills, prompts, and MCP configs.

claude mcp add tokrepo -- npx tokrepo-mcp-server
@henu-wang
henu-wang / gist-5-tokrepo-api-examples.md
Created April 6, 2026 06:13
TokRepo API & MCP Integration Examples — code samples for searching and integrating AI assets

TokRepo API & MCP Integration Examples

TokRepo is an open registry for AI assets -- skills, prompts, MCP configs, and workflows. This guide shows how to integrate TokRepo into your tools and agents.

Quick Start: CLI Search

The fastest way to search TokRepo's 200+ curated assets:

# Search by keyword
@henu-wang
henu-wang / gist-4-claude-code-workflow-automation.md
Created April 6, 2026 06:13
Automating Development Workflows with Claude Code — 5 practical patterns for workflow automation

Automating Development Workflows with Claude Code

Claude Code is more than a code generator -- it's a workflow engine. By combining skills, hooks, and MCP servers, you can automate repetitive development tasks end to end. Here are practical patterns I use daily.

Pattern 1: Automated PR Pipeline

Instead of manually writing PR descriptions, configure a skill that generates them from your commit history:

# .claude/skills/pr-workflow.md
@henu-wang
henu-wang / gist-3-ai-prompt-engineering-cheatsheet.md
Created April 6, 2026 06:13
AI Prompt Engineering Cheat Sheet for Coding Agents — CRAFT framework, patterns, and quick reference

AI Prompt Engineering Cheat Sheet for Coding Agents

A practical reference for writing effective prompts when working with AI coding agents like Claude Code, Cursor, and GitHub Copilot.

The CRAFT Framework

Context -- Role -- Action -- Format -- Tone

Context: "In our Next.js 14 app using App Router and TypeScript..."
@henu-wang
henu-wang / gist-2-mcp-server-setup-guide.md
Created April 6, 2026 06:13
Quick Guide: Setting Up MCP Servers for AI Coding Agents — configuration, debugging, and recommended servers

Quick Guide: Setting Up MCP Servers for AI Coding Agents

Model Context Protocol (MCP) servers extend AI coding agents like Claude Code, Cursor, and Windsurf with external tools and data sources. This guide covers the essentials of getting started.

What Are MCP Servers?

MCP servers expose tools, resources, and prompts to AI agents over a standardized protocol. Think of them as plugins -- they give your AI assistant new capabilities like reading databases, calling APIs, or searching specialized knowledge bases.

Setting Up Your First MCP Server

@henu-wang
henu-wang / gist-1-claude-code-essential-skills.md
Created April 6, 2026 06:12
10 Essential Claude Code Skills Every Developer Needs — practical guide to skill categories for AI coding agents

10 Essential Claude Code Skills Every Developer Needs

Claude Code has become a go-to AI coding agent for many developers, but its real power comes from skills -- reusable instruction sets that teach the agent how to handle specific tasks consistently. Here are 10 skill categories that can dramatically improve your workflow.

1. Code Review & Refactoring

Skills that enforce your team's review standards. Define patterns for identifying code smells, suggesting refactors, and ensuring consistency across PRs. A good review skill catches issues before CI does.

2. Test Generation

Automate test scaffolding for unit, integration, and e2e tests. Skills can encode your preferred testing framework conventions (Jest, Vitest, pytest) and ensure edge cases are covered.

@henu-wang
henu-wang / tokrepo-cross-agent-quickstart.md
Created April 2, 2026 02:48
TokRepo quickstart for Claude Code, Cursor, Codex, Gemini CLI, and MCP clients

TokRepo Quickstart for Agent CLIs

TokRepo is an open registry for AI assets: skills, prompts, MCP configs, and workflows.

Useful when you want one searchable source for reusable AI assets instead of hunting across GitHub repos, random gists, and blog posts.

Search from the terminal

npx tokrepo search "claude code"
@henu-wang
henu-wang / fix-website-not-showing-in-chatgpt.md
Created March 31, 2026 10:19
Why your website doesn't show up in ChatGPT, Perplexity, or Claude — and how to fix it in 30 minutes

Why Your Website Doesn't Show Up in ChatGPT (And How to Fix It)

If you've searched for your brand or industry on ChatGPT, Perplexity, or Claude and your website never appears in the answers — you're not alone. I've scanned 1,000+ websites and found that most sites fail at least one critical AI search readiness check.

Here's the diagnostic checklist I use:

Step 1: Check if AI crawlers can access your site

# Check your robots.txt for AI crawler blocks
@henu-wang
henu-wang / gist:b6f0c18711a001d22e770a0bb20747fc
Created March 27, 2026 02:10
Free Embeddable Graham Number Calculator - powered by keeprule.com
# Free Embeddable Graham Number Calculator
Powered by [KeepRule](https://keeprule.com) — Investment Principles from 26 Legendary Investors
## What is the Graham Number?
Benjamin Graham's Number: **V = √(22.5 × EPS × BVPS)**
If current stock price < Graham Number → potentially undervalued.