Agent skill

meta-cognition-parallel

EXPERIMENTAL: Three-layer parallel meta-cognition analysis. Triggers on: /meta-parallel, 三层分析, parallel analysis, 并行元认知

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/ai-llm/meta-cognition-parallel-actionbook-rust-skills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Concept
  2. Usage
  3. Execution Mode Detection
  4. Agent Mode (Plugin Install) - Parallel Execution
  5. Step 1: Parse User Query
  6. Step 2: Launch Three Parallel Agents
  7. Step 3: Collect Results
  8. Step 4: Cross-Layer Synthesis
  9. Inline Mode (Skills-only Install) - Sequential Execution
  10. Step 2: Execute Layer 1 - Language Mechanics
  11. Step 3: Execute Layer 2 - Design Choices
  12. Step 4: Execute Layer 3 - Domain Constraints
  13. Step 5: Cross-Layer Synthesis
  14. Output Template
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going