🎯

icp-discovery

🎯Skill

from majesticlabs-dev/majestic-marketplace

VibeIndex|
What it does

Discovers and maps Internet Computer Protocol (ICP) blockchain infrastructure, networks, and potential integration points for decentralized application development.

icp-discovery

Installation

Install skill:
npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill icp-discovery
1
AddedJan 27, 2026

Skill Details

SKILL.md

Overview

# Majestic Marketplace

The Majestic marketplace where we share our workflows.

New here? Check out the [Marketplace Tutorial](https://tutorial.majesticmarketplace.com) for an interactive walkthrough.

The Shift: Engineers Orchestrate Agents

Coding is no longer the bottleneck. Planning, review, and learning loops matter more than syntax. Each feature makes the next one easier to build.

Plan β†’ Work β†’ Assess β†’ Reflect

| Step | What Happens | Key Tools |

|------|--------------|-----------|

| Plan | Agents research codebase + best practices, produce detailed implementation plans | /majestic:plan, architect agent |

| Work | Agents write code, tests, and iterate using real app feedback | /majestic:build-task, coder skills |

| Assess | Multi-angle review: security, performance, simplicity, conventions | /majestic:code-review, quality-gate |

| Reflect | Analyze session patterns, capture lessons so future agents improve | /majestic-tools:insight:reflect, /majestic:add-lesson |

See the [Workflow Guide](https://github.com/majesticlabs-dev/majestic-marketplace/wiki/Workflow-Guide) for detailed documentation.

Quick Start

Run the installer:

```bash

curl -fsSL https://raw.githubusercontent.com/majesticlabs-dev/majestic-marketplace/master/install.sh | bash

```

This gives you options to:

  1. Add marketplace (enables plugin installation)
  2. Add output styles (formatting guides)
  3. Add MCP servers (Sequential Thinking)
  4. Configure shell settings (env vars + alias)
  5. Install Beads (AI agent memory)
  6. Install all

Manual Installation

#### Claude Code

Run claude and add the marketplace:

```bash

/plugin marketplace add https://github.com/majesticlabs-dev/majestic-marketplace.git

```

Then install a plugin:

```bash

/plugin install {plugin-name}

```

#### Codex CLI (OpenAI)

Export Majestic skills and commands to Codex CLI:

```bash

# Interactive selection

./scripts/install-codex.sh

# Install all plugins

./scripts/install-codex.sh --all

# Install specific plugins

./scripts/install-codex.sh engineer rails tools

```

This copies skills to ~/.codex/skills/ and commands to ~/.codex/prompts/.

Limitations: Codex doesn't support Claude Code's Task tool, so subagents (parallel research) won't run. Core skills and commands still provide valuable guidance.

Majestic Plugins

| Plugin | Description |

|--------|-------------|

| [majestic-engineer](plugins/majestic-engineer/README.md) | Language-agnostic engineering workflows (17 agents, 8 commands, 12 skills) |

| [majestic-rails](plugins/majestic-rails/README.md) | Ruby on Rails development tools (23 agents, 5 commands, 9 skills) |

| [majestic-react](plugins/majestic-react/README.md) | Modern React development with TypeScript (3 agents, 1 command, 4 skills) |

| [majestic-python](plugins/majestic-python/README.md) | Python development tools (2 agents) |

| [majestic-devops](plugins/majestic-devops/README.md) | Infrastructure-as-Code and DevOps workflows (1 agent, 8 skills) |

| [majestic-llm](plugins/majestic-llm/README.md) | External LLM integration - Codex, Gemini (5 agents, 1 command) |

| [majestic-marketing](plugins/majestic-marketing/README.md) | Marketing and SEO tools (14 agents, 2 commands, 24 skills) |

| [majestic-sales](plugins/majestic-sales/README.md) | Sales acceleration tools (1 command, 6 skills) |

| [majestic-company](plugins/majestic-company/README.md) | Business operations and CEO tools (2 agents, 21 skills) |

| [majestic-experts](plugins/majestic-experts/README.md) | Expert panel discussion system (2 agents, 1 command) |

| [majestic-tools](plugins/majestic-tools/README.md) | Claude Code customization tools (10 commands, 3 skills) |

Recommended Tools

Anthropic Official

| Plugin | Description | Install |

|--------|-------------|---------|

| [ralph-loop](https://github.com/anthropics/claude-plugins-official/tree/main/plugins/ralph-loop) | Continuous AI agent loop - iterates until task completion using stop hooks |

More from this repository10

πŸ”Œ
majestic-founderπŸ”ŒPlugin

Helps entrepreneurs rapidly prototype and validate startup ideas by generating comprehensive business plans, market research, and initial product roadmaps.

πŸ”Œ
majestic-relayπŸ”ŒPlugin

Based on the README, I cannot confidently infer the specific functionality of the "majestic-relay" plugin. The README provides an overview of the Majestic Marketplace workflow and installation proc...

πŸ”Œ
majestic-railsπŸ”ŒPlugin

Generates Rails-specific code, tests, and architectural patterns using AI-guided best practices for Ruby on Rails development workflows.

πŸͺ
majesticlabs-dev-majestic-marketplaceπŸͺMarketplace

Provides a centralized marketplace for Claude AI plugins and workflows, enabling engineers to discover, install, and share advanced AI-powered development tools and skills across different programm...

πŸ”Œ
majestic-pythonπŸ”ŒPlugin

Provides Python-specific code generation, refactoring, and quality assessment tools for Claude Code, focusing on idiomatic Python development practices and automated code improvements.

πŸ”Œ
majestic-engineerπŸ”ŒPlugin

Generates comprehensive engineering implementation plans, writes code with multi-stage quality checks, and captures iterative learning insights across software development tasks.

πŸ”Œ
majestic-agent-sdkπŸ”ŒPlugin

Provides a standardized SDK for creating, configuring, and managing AI agents within the Majestic Marketplace workflow ecosystem, enabling consistent agent development and interaction.

πŸ”Œ
majestic-reactπŸ”ŒPlugin

Generates React component scaffolding, implements best practices, and provides intelligent code generation and refactoring for React projects.

πŸ”Œ
majestic-creativeπŸ”ŒPlugin

Based on the README, I cannot definitively infer the specific functionality of the "majestic-creative" plugin, as it is not mentioned in the provided text. The README describes the overall Majestic...

πŸ”Œ
majestic-llmπŸ”ŒPlugin

Based on the README, I cannot confidently infer the specific functionality of the "majestic-llm" plugin. The README does not mention or describe this specific plugin. While the document discusses a...