KaimingWanKaimingWanCommunityยท28 Agent Skills Included

oh-my-claude-code

Persistent memory, enforced workflows, and self-learning for coding

Gives coding agents persistent memory, deterministic workflows, and hook-enforced rules across sessions. Eliminates forgotten instructions, skipped tests, hallucinated completions, and unsafe commands through hard-blocking hooks. Automates planning, review, debugging, and execution pipelines so multi-step coding tasks finish reliably without manual supervision.
npx skills add KaimingWan/oh-my-claude-code --all -g -y
Available:

Defines the agent's roles, operating principles, and a routing table that maps user commands and scenarios to the correct skills, hooks, and knowledge files.

All Skills in This Repository (28)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
KaimingWanKaimingWan

debug

Reproduce software bugs and analyze root causes with knowledge base integration.

Community
Intermediate
๐Ÿ“ฆ In Repo
KaimingWanKaimingWan

research

Perform multi-level web research with fallback to the Tavily Research API.

Community
Intermediate
๐Ÿ“ฆ In Repo
KaimingWanKaimingWan

using-git-worktrees

Create isolated Git worktrees with directory selection and automated setup tests.

Community
Advanced
๐Ÿ“ฆ In Repo
KaimingWanKaimingWan

mermaid-diagrams

Generate software diagrams from text-based Mermaid syntax.

Community
Intermediate
๐Ÿ“ฆ In Repo
KaimingWanKaimingWan

test-driven-development

Enforce the Test-Driven Development cycle by writing failing tests before implementation code.

Community
Intermediate
๐Ÿ“ฆ In Repo
KaimingWanKaimingWan

systematic-debugging

Enforce a four-phase debugging process prioritizing root cause identification before fixes.

Community
Advanced
๐Ÿ“ฆ In Repo
KaimingWanKaimingWan

doc-coauthoring

Guides users through a structured multi-stage workflow for co-authoring documents.

Community
Advanced
๐Ÿ“ฆ In Repo
KaimingWanKaimingWan

dispatching-parallel-agents

Dispatch multiple independent agents to work on distinct problem domains concurrently.

Community
Intermediate
๐Ÿ“ฆ In Repo
KaimingWanKaimingWan

find-skills

Search for agent skills by keyword and provide installation commands.

Community
Basic
๐Ÿ“ฆ In Repo
KaimingWanKaimingWan

executing-plans

Execute implementation plans in batches with review checkpoints between steps.

Community
Advanced
๐Ÿ“ฆ In Repo
KaimingWanKaimingWan

finishing-a-development-branch

Verify test status and present branch integration options for merging or pull requests.

Community
Intermediate
๐Ÿ“ฆ In Repo
KaimingWanKaimingWan

java-architect

Guide enterprise Java application architecture with Spring Boot 3.x and reactive programming.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install oh-my-claude-code?โ–ผ

Run `npx skills add KaimingWan/oh-my-claude-code --all -g -y` in your terminal to install all skills in this suite globally.

How to stop AI coding agents from forgetting instructions?โ–ผ

This framework stores corrections and rules in persistent knowledge files and re-injects them into every session, so the agent remembers your preferences across days and projects.

How to enforce tests before code commits?โ–ผ

Built-in hooks hard-block unsafe actions and auto-run lint and tests on every file save, so the agent cannot skip verification or claim success without evidence.

What is the Ralph Loop in oh-my-claude-code?โ–ผ

Ralph Loop is an outer execution loop that keeps spawning fresh agent instances until every plan checklist item passes its verify command, so crashes or full context windows never lose progress.

Does oh-my-claude-code work without coding experience?โ–ผ

Basic terminal use is enough to install it, after which you drive planning, coding, review, and debugging through simple natural-language commands like @plan and @auto.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’