AI AGENT ADDONS

Meta Cognition Parallel

actionbook/rust-skills
Debugging
984installs

Imagine asking a tough Rust question and getting answers from three experts at once. That is what this tool does. It runs a three-layer parallel analysis on your Rust code problem.

The first layer looks at language mechanics like ownership and borrowing. The second layer checks design choices and trade-offs. The third layer examines domain constraints like trading or web systems.

After all three run at the same time, it combines their insights into one clear solution. This helps you fix bugs faster and understand your code better.

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