๐ŸŽฏ

meta-cognition-parallel

๐ŸŽฏSkill

from zhanghandong/rust-skills

VibeIndex|
What it does
|

Rust meta-cognition parallel module from Rust Skills, an AI-powered Rust development assistant plugin with meta-cognition framework for domain-correct architectural solutions

๐Ÿ“ฆ

Same repository

zhanghandong/rust-skills(35 items)

meta-cognition-parallel

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add zhanghandong/rust-skills --skill meta-cognition-parallel
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add zhanghandong/rust-skills --skill meta-cognition-parallel
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/meta-cognition-parallel/SKILL.md

SKILL.md

547Installs
640
-
Last UpdatedJan 22, 2026

More from this repository10

๐ŸŽฏ
m15-anti-pattern๐ŸŽฏSkill

A Claude Code plugin for Rust development with a meta-cognition framework that provides domain-correct architectural solutions instead of surface-level fixes.

๐ŸŽฏ
coding-guidelines๐ŸŽฏSkill

A Claude Code plugin for Rust development with a meta-cognition framework that provides domain-correct architectural solutions instead of surface-level fixes.

๐ŸŽฏ
m10-performance๐ŸŽฏSkill

A Claude Code plugin for Rust development with a meta-cognition framework that provides domain-correct architectural solutions instead of surface-level fixes.

๐ŸŽฏ
m07-concurrency๐ŸŽฏSkill

Rust concurrency module from Rust Skills, an AI-powered Rust development assistant plugin with meta-cognition framework for domain-correct architectural solutions

๐ŸŽฏ
m06-error-handling๐ŸŽฏSkill

Teaches Rust error handling patterns including Result types, error propagation, custom error types, and idiomatic error management strategies.

๐ŸŽฏ
m01-ownership๐ŸŽฏSkill

Teaches Rust's ownership system including ownership rules, borrowing, lifetimes, and memory management principles for safe concurrent programming.

๐ŸŽฏ
m04-zero-cost๐ŸŽฏSkill

Teaches zero-cost abstraction patterns in Rust, from Rust Skills, an AI-powered Rust development assistant with meta-cognition framework.

๐ŸŽฏ
rust-refactor-helper๐ŸŽฏSkill

Rust refactoring helper from Rust Skills, an AI-powered Rust development assistant plugin with meta-cognition framework for domain-correct architectural solutions

๐ŸŽฏ
m05-type-driven๐ŸŽฏSkill

Teaches type-driven development in Rust, covering how to leverage the type system for compile-time safety, expressive API design, and error prevention.

๐ŸŽฏ
m02-resource๐ŸŽฏSkill

Covers Rust resource management patterns including ownership, borrowing, and RAII, from Rust Skills, an AI-powered Rust development assistant with meta-cognition framework.