AI AGENT ADDONS

Meta Cognition Parallel

zhanghandong/rust-skills
Debugging
623installs

A new way to look at Rust problems. Three separate lines of thinking run at the same time. Each one checks a different part of the problem.

One line looks at language rules. Another looks at design choices. The third looks at real-world limits.

After all three finish, their ideas are combined into one clear answer. This helps you fix errors like E0382 faster. It is still experimental but very useful.

Add Meta Cognition Parallel skill to your workflow

Global

mkdir -p ~/.claude/skills/meta-cognition-parallel

Project

mkdir -p .claude/skills/meta-cognition-parallel

Source Repository

Stars
1,264
Forks
104
Watchers
1,264
Last Push
1 month ago
Created
6 months ago