AGENT0S
HomeLibraryAgentic
FeedbackLearn AI
LIVE
Agent0s · AI Intelligence Library
Share FeedbackUpdated daily · 7am PST
Library/plugin
pluginintermediateGeneral AI

Everything Claude Code: An Agent Optimization System

This is a comprehensive toolkit for developers using AI coding assistants. It provides a set of pre-built configurations, skills, and security tools to improve the AI's performance and memory, allowing teams to build more powerful and reliable applications with AI's help.

AI SETUP PROMPT

Paste into Claude Code or Codex CLI — it will scan your project and set everything up

# Install & Configure: Everything Claude Code: An Agent Optimization System

## What This Is
This is a comprehensive toolkit for developers using AI coding assistants. It provides a set of pre-built configurations, skills, and security tools to improve the AI's performance and memory, allowing teams to build more powerful and reliable applications with AI's help.

Source: https://github.com/affaan-m/everything-claude-code

## Before You Start

Scan my workspace and analyze:
- The project language, framework, and directory structure
- Existing agent configuration (check for .claude/, .codex/, CLAUDE.md, settings.json, commands/, skills/ directories)
- Whether this repository or a similar tool is already cloned or installed

Then ask me before proceeding:
1. Do I need to configure any service credentials for this plugin (database, API keys, etc.)?
2. Should this be project-scoped or global?

## Fetch the Source

Clone or inspect the repository to understand what needs to be installed:
```bash
gh repo clone affaan-m/everything-claude-code
```
Review the README, directory structure, and any install instructions before proceeding.

## What to Implement

This is an **Agent Plugin** — typically an MCP server or capability bundle.

- Install any required npm/pip packages from the source repository
- Register the MCP server in `.claude/settings.json` under the `mcpServers` key with the correct command and args
- Configure any required environment variables or credentials
- Verify the server starts correctly by checking its expected output

## Additional Context

- Clone the 'everything-claude-code' repository from 'https://github.com/affaan-m/everything-claude-code' to a local directory.
- Install the core npm packages 'ecc-universal' and 'ecc-agentshield' to integrate the system's utilities and security features into the user's current project.
- Scan the cloned repository's 'skills' and 'hooks' directories and integrate them into the user's AI agent configuration (e.g., in the .claude/, .codex/, or .openclaw/ directory), adapting file paths and settings as necessary.

## Guidelines

- Adapt everything to my existing project — do not assume a specific stack or directory layout
- Review any fetched code for safety before installing or executing it
- After setup, run a quick verification and show me a summary of exactly what was installed, where, and how to use it
2,396 charactersCompatible with Claude Code & Codex CLI
MANUAL SETUP STEPS
  1. 01Clone the 'everything-claude-code' repository from 'https://github.com/affaan-m/everything-claude-code' to a local directory.
  2. 02Install the core npm packages 'ecc-universal' and 'ecc-agentshield' to integrate the system's utilities and security features into the user's current project.
  3. 03Scan the cloned repository's 'skills' and 'hooks' directories and integrate them into the user's AI agent configuration (e.g., in the .claude/, .codex/, or .openclaw/ directory), adapting file paths and settings as necessary.

FIELD OPERATIONS

Automated Codebase Refactoring Agent

Build a specialized agent that uses the memory persistence and token optimization skills from this repository. The agent would perform a full codebase scan, identify areas for refactoring (e.g., converting legacy code), and apply the changes incrementally, using persistent memory to maintain context across multiple sessions.

Continuous Learning Documentation Writer

Create a workflow where an agent monitors a Git repository for code changes. Using the hooks from 'everything-claude-code', trigger the agent on each commit to analyze the diff, understand the change, and automatically update the corresponding documentation (e.g., README.md, API docs), ensuring docs are always in sync with the code.

STRATEGIC APPLICATIONS

  • →A software consultancy can deploy this system across its team's AI agents to enforce consistent coding standards, security practices, and optimized API usage, ensuring a uniform, high-quality output for all client projects.
  • →An enterprise can integrate the 'ecc-agentshield' security package into its CI/CD pipeline. The AI agent, configured with this plugin, can automatically scan all new code contributions for vulnerabilities or secret leaks before they are merged, enhancing the company's security posture.

TAGS

#optimization#performance#security#memory#hooks#skills#agent#workflow
Source: GITHUB · Quality score: 9/10
VIEW SOURCE