icp-discovery
π―Skillfrom majesticlabs-dev/majestic-marketplace
Discovers and maps Internet Computer Protocol (ICP) blockchain infrastructure, networks, and potential integration points for decentralized application development.
Installation
npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill icp-discoverySkill Details
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:
- Add marketplace (enables plugin installation)
- Add output styles (formatting guides)
- Add MCP servers (Sequential Thinking)
- Configure shell settings (env vars + alias)
- Install Beads (AI agent memory)
- 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
Helps entrepreneurs rapidly prototype and validate startup ideas by generating comprehensive business plans, market research, and initial product roadmaps.
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...
Generates Rails-specific code, tests, and architectural patterns using AI-guided best practices for Ruby on Rails development workflows.
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...
Provides Python-specific code generation, refactoring, and quality assessment tools for Claude Code, focusing on idiomatic Python development practices and automated code improvements.
Generates comprehensive engineering implementation plans, writes code with multi-stage quality checks, and captures iterative learning insights across software development tasks.
Provides a standardized SDK for creating, configuring, and managing AI agents within the Majestic Marketplace workflow ecosystem, enabling consistent agent development and interaction.
Generates React component scaffolding, implements best practices, and provides intelligent code generation and refactoring for React projects.
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...
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...