meta-cognition-parallel
EXPERIMENTAL: Three-layer parallel meta-cognition analysis. Triggers on: /meta-parallel, 三层分析, parallel analysis, 并行元认知
npx skills add majiayu000/claude-skill-registry --skill meta-cognition-parallel-actionbook-rust-skills --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Meta-Cognition Parallel Analysis (Experimental) > **Status:** Experimental | **Version:** 0.2.0 | **Last Updated:** 2025-01-27 > > This skill tests parallel three-layer cognitive analysis. ## Concept Instead of sequential analysis, this skill launches three parallel analyzers - one for each cognitive layer - then synthesizes their results. ``` User Question │ ▼ ┌─────────────────────────────────────────────────────┐ │ meta-cognition-parallel │ │ (Coordinator) │ └─────────────────────────────────────────────────────┘ │ ├─── Layer 1 ──► Language Mechanics ──► L1 Result │ ├─── Layer 2 ──► Design Choices ──► L2 Result │ ├── Parallel (Agent Mode) │ │ or Sequential (Inline) └─── Layer 3 ──► Domain Constraints ──► L3 Result │ ▼ ┌─────────────────────────────────────────────────────┐ │ Cross-Layer Synthesis │ │ (In main context with all results) │ └─────────────────────────────────────────────────────┘ │ ▼ Domain-Correct Architectural Solution ``` ## Usage ``` /meta-parallel <your Rust question> ``` **Example:** ``` /meta-parallel 我的交易系统报 E0382 错误,应该用 clone 吗? ``` ## Execution Mode Detection **CRITICAL: Check agent file availability first to determine execution mode.** Try to read layer
- Concept
- Usage
- Execution Mode Detection
- Agent Mode (Plugin Install) - Parallel Execution
- Step 1: Parse User Query
- Step 2: Launch Three Parallel Agents
- Step 3: Collect Results
- Step 4: Cross-Layer Synthesis
- Inline Mode (Skills-only Install) - Sequential Execution
- Step 2: Execute Layer 1 - Language Mechanics
- Step 3: Execute Layer 2 - Design Choices
- Step 4: Execute Layer 3 - Domain Constraints
- Step 5: Cross-Layer Synthesis
- Output Template
What does the meta-cognition-parallel skill do?
EXPERIMENTAL: Three-layer parallel meta-cognition analysis. Triggers on: /meta-parallel, 三层分析, parallel analysis, 并行元认知
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill meta-cognition-parallel-actionbook-rust-skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
