Skip to content

andiupn/andy-universal-agent-rules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

37 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Andy Universal Agent Rules πŸ›°οΈ

English | Bahasa Indonesia

The greatest AI model is useless without the right instructions.

A lightweight, zero-dependency one-liner installer that injects gold-standard coding rules, otonom agent directives, and memory-curation scripts into any workspace in 1 second.

Stop suffering from AI hallucinations, messy code refactoring, and lost context across editor sessions. Power your Cursor, Gemini, Claude Code, and Windsurf workspaces instantly.

πŸ“¦ Gold Standard Template by andiupn (kuncimu.com) Β· Licensed under MIT License
β˜• If useful, buy me a coffee Β· πŸš€ Looking for curated workspace presets? Try our Starter & PRO Ecosystem

License: MIT GitHub release Ko-Fi Patreon Trakteer Saweria


πŸ’‘ The Problem: Why Smart AI Models Write Bad Code

Advanced AI models (such as GPT-4o, Claude 3.5 Sonnet, and Gemini Pro) have massive reasoning capacity. But without strict architectural guidelines, clear folder sandboxing, and unified formatting rules, they write unstructured code, ignore your existing conventions, and repeat the same mistakes across sessions.


⚑ The Solution: The Gold Standard AI Governance

1. πŸ“œ Universal Cross-Editor Rules

Injects high-performance AI instructions (AGENTS.md and .cursorrules equivalent) compatible with all major AI editorsβ€”Cursor, Windsurf, Claude Code, GitHub Copilot, and Kiro. One set of rules to rule them all.

🧠 2. Standalone Memory Curators

Includes native Python stdlib scripts that automate local project knowledge accumulation. If the AI solves a bug or makes an architectural decision once, it writes it to .agent/memory/ and never forgets it.

⚑ Zero-Dependency Installer

No npm install, no pip install. Installs in 1 second via a simple native curl/Powershell one-liner, downloading only standard-library Python scripts and clean markdown workflows.


πŸ“‚ Visual Directory Map

your-project/
  .agent/
    scripts/           # Zero-dependency Python tools (Search, Save, Validate)
    workflows/         # Step-by-step markdown workflows (Maintenance, Save)
  AGENTS.md            # The master AI system instructions (entry point)
  install.sh           # Native Linux/macOS installer
  install.ps1          # Native Windows PowerShell installer

πŸš€ Installation (1 Second)

Windows (PowerShell):

iwr -useb https://raw.githubusercontent.com/andiupn/andy-universal-agent-rules/main/install.ps1 | iex

Linux / macOS (Bash):

curl -fsSL https://raw.githubusercontent.com/andiupn/andy-universal-agent-rules/main/install.sh | bash

πŸ’– Support This Project (Donations)

If this template has accelerated your coding workflow, consider supporting:


πŸ“„ License

This project is licensed under the MIT License. See the LICENSE file for more information.