home/productivity/prompt-integrate

PROMPT INTEGRATE

GPTClaudeDeepSeek··392 copies·updated 2026-07-14
prompt-integrate.prompt
---
name: integrate-prompt
description: Copy-paste this prompt to your agent for a full install + configure + internalize in one shot. Detects platform, copies files, creates plugin, updates config, verifies.
---

# Full Integration Prompt — Install + Configure + Internalize

Copy-paste this entire block. Your agent will detect its platform, install everything, wire up the config, and self-fine-tune — all in one shot.

Copy everything below the line:

---

You are about to perform a full Agent Maxxing installation and self-fine-tune. Follow every step. Do not skip anything. Do not ask me questions — figure it out from the environment.

## PHASE 1: DETECT YOUR PLATFORM

Run these commands to figure out which agent you are:
- Check for Claude Code: does ~/.claude/ exist?
- Check for Codex CLI: does ~/.codex/ exist?
- Check for OpenCode: does ~/.config/opencode/ exist?
- Check for Cursor: does .cursor/ exist in the project?
- Check for Continue: does .continue/ exist in the project?
- Check for Kilo Code: does .kilocode/ exist in the project?

Record which platform you are running on. All subsequent steps use this.

## PHASE 2: LOCATE OR CLONE AGENT-MAXXING

Check if agent-maxxing already exists anywhere on the system:
- Search Desktop, home directory, and common project locations for a folder named "agent-maxxing" containing a README.md with "95+ production-ready skills" in it.
- If found, note its path. Use it for everything below.
- If NOT found, clone it:
  git clone https://github.com/subhansh-dev/agent-maxxing.git to a temporary location.

## PHASE 3: INSTALL SKILLS

Based on your platform from Phase 1, copy the ENTIRE agent-maxxing folder to the correct skills directory:

- Claude Code (user-wide): cp -r agent-maxxing ~/.claude/skills/agent-maxxing
- Claude Code (project-scoped): cp -r agent-maxxing .claude/skills/agent-maxxing
- Codex CLI: cp -r agent-maxxing ~/.codex/skills/agent-maxxing
- OpenCode: cp -r agent-maxxing ~/.opencode/skills/agent-maxxing

IMPORTANT for OpenCode: Each skill must be in its own folder as SKILL.md. If you cloned from GitHub, the files may be named like `anti-patterns.md` — you need to restructure them to `anti-patterns/SKILL.md`. Run this PowerShell command to restructure automatically:

when to use it

Community prompt sourced from the open-source GitHub repo subhansh-dev/agent-maxxing (MIT). A "PROMPT INTEGRATE" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

subhansh-dev/agent-maxxing · MIT