Jacob He avatar

Jacob He

Community

@rockcookies · Wuhan China

16Followers
|
18Public Repos
|
136Published Skills

Jacob He (rockcookies) curates 138 agent skills spanning Golang engineering, React/Vue frontend standards, Git history surgery, codebase audits, and proxy network diagnostics.

Skills Distribution
DomainDeveloper To...Golang Engineering.. (40%)Frontend Framework.. (25%)Code Review, Audit.. (15%)Git Operations & H.. (8%)

Agent Skills by Jacob He

Showing 136 vetted skills indexed across 1 GitHub repositories.

rockcookiesrockcookies
1

upstream-research

Generates architecture, changelog, and sync documentation for upstream project directories.

Community
Advanced
rockcookiesrockcookies
1

skill-connectivity

Audits file reference connectivity across a skills collection and reports dangling links.

Community
Advanced
rockcookiesrockcookies
1

show-me

Generates concise diagrams, code-shape sketches, and HTML artifacts to explain topics visually.

Community
Basic
rockcookiesrockcookies
1

playwright-cli

Automate browser interactions and Playwright test workflows through a command-line interface.

Community
Advanced
rockcookiesrockcookies
1

web-design-guidelines

Review UI code against Vercel's Web Interface Guidelines and report findings by file and line.

Community
Basic
rockcookiesrockcookies
1

react-best-practices

Applies Vercel performance optimization rules when writing and refactoring React and Next.js code.

Community
Intermediate
rockcookiesrockcookies
1

baoyu-infographic

Generate raster infographics by combining 21 layout structures with 22 visual styles.

Community
Advanced
rockcookiesrockcookies
1

baoyu-image-gen

Generate images via OpenAI, Google, DashScope, Replicate, and other image APIs from CLI scripts.

Community
Advanced
rockcookiesrockcookies
1

skill-creator

Create, evaluate, and iteratively improve Agent Skills with benchmarked test runs.

Community
Advanced
rockcookiesrockcookies
1

frontend-design

Guides distinctive visual design decisions for new or reshaped web UI.

Community
Intermediate
rockcookiesrockcookies
1

ip-check

Inspect IP and SOCKS5 proxy quality across registry, geolocation, reputation, and latency layers.

Community
Advanced
rockcookiesrockcookies
1

clash-doctor

Diagnose Clash Verge and mihomo connectivity and manage profile routing configurations.

Community
Advanced
rockcookiesrockcookies
1

clash-routes

Inspect live Mihomo proxy chains and matched rules for local processes.

Community
Intermediate
rockcookiesrockcookies
1

figma-to-react

Convert Figma MCP output into pixel-accurate React and Next.js components with TypeScript and Tailwind CSS.

Community
Advanced
rockcookiesrockcookies
1

codebase-audit

Audits codebases with parallel read-only agents and produces severity-sorted findings reports.

Community
Advanced
rockcookiesrockcookies
1

research

Delegates topic research to a background agent that writes cited Markdown findings.

Community
Basic
rockcookiesrockcookies
1

domain-modeling

Build and maintain a project domain model with CONTEXT.md glossaries and ADR records.

Community
Intermediate
rockcookiesrockcookies
1

wayfinder

Plan large efforts as decision tickets on an issue tracker.

Community
Advanced
rockcookiesrockcookies
1

setup-matt-pocock-skills

Configures a repository's issue tracker, triage labels, and domain doc layout for engineering skills.

Community
Intermediate
rockcookiesrockcookies
1

writing-for-agents

Guides writing skills, AGENTS.md, and CLAUDE.md documents for agent consumption.

Community
Intermediate
rockcookiesrockcookies
1

wait-what

Rewrites the previous AI response in ASD-STE100 Simplified Technical English with added context.

Community
Basic
rockcookiesrockcookies
1

handoff

Generates a handoff document summarizing the current conversation for a fresh agent session.

Community
Basic
rockcookiesrockcookies
1

diagnosing-bugs

Diagnose hard bugs and performance regressions through a structured six-phase feedback-loop workflow.

Community
Advanced
rockcookiesrockcookies
1

code-review

Reviews a git diff against coding standards and the originating spec using parallel sub-agents.

Community
Intermediate

Frequently Asked Questions About Jacob He

FAQPage Schema
What tasks can I accomplish with rockcookies' skill collection?▼

You can write, review, refactor, and benchmark Go code across 40+ dedicated skills, build React/Vue/Next.js frontends with framework best practices, perform atomic Git commits and safe rebases, run full codebase audits, diagnose bugs, and troubleshoot Clash/mihomo proxy configurations and IP quality.

Who is the target audience for these skills?▼

Go backend engineers, React/Vue frontend developers, and engineering leads who want opinionated, convention-driven guidance. The collection suits developers using Claude Code, Codex, or Cursor who need linting, testing, dependency injection, code review, and design-planning discipline enforced consistently.

What are the installation and runtime requirements?▼

Most Golang skills require the go binary, with some needing gopls, govulncheck, golangci-lint, dlv, benchstat, or swag installed via go install or brew. Frontend skills need npx/npm or bun. Skills run inside agent harnesses like Claude Code or Codex and trigger on matching file paths or prompts.

Are these skills open source and what licenses apply?▼

Yes, the majority are free and open source. The samber Golang skill family, Vue skills, and several others carry MIT licenses; the impeccable UI skill uses Apache 2.0. A few skills like frontend-design reference custom LICENSE.txt terms, so check individual skill frontmatter before redistribution.

How do the Git and code review skills work together?▼

git-atomic-commit splits mixed changes into Conventional Commits, git-rebase-surgeon performs safe history rewriting with force-with-lease, and git-semantic-search traces code origins via pickaxe/blame/bisect. Review skills like code-review, thermo-nuclear-review, and codebase-audit then validate branches against standards and specs.