EveryDev.ai
Sign inSubscribe
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    Home
    Tools

    2,508+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1671
    • Coding1218
    • Infrastructure542
    • Marketing451
    • Design437
    • Projects400
    • Research375
    • Analytics339
    • Testing233
    • MCP229
    • Data213
    • Security200
    • Integration170
    • Learning155
    • Communication148
    • Prompts145
    • Extensions138
    • Commerce125
    • Voice122
    • DevOps99
    • Web78
    • Finance21
    1. Home
    2. Tools
    3. Agent Scripts
    Agent Scripts icon

    Agent Scripts

    Agent Frameworks
    Featured

    A collection of shared agent instructions, reusable workflow skills, and portable helper scripts for Codex/Claude-style AI coding agents.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. Free to use, modify, and distribute.

    Engagement

    Available On

    iOS
    API
    VS Code
    CLI

    Resources

    WebsiteGitHubllms.txt

    Topics

    Agent FrameworksAI Coding AssistantsPrompt Management

    Alternatives

    PlannotatorAgent Skills by mattpocockTRAE
    Developer
    steipetesteipete is an independent macOS and iOS developer known for…

    Listed May 2026

    About Agent Scripts

    Agent Scripts is an open-source repository by Peter Steinberger that provides shared agent instructions, reusable workflow skills, and dependency-light helper scripts for use with Codex/Claude-style AI coding agents. It is available on GitHub under the MIT License and is designed to be used across multiple local workspaces and downstream repositories.

    What It Is

    Agent Scripts is a personal-but-shareable toolkit that acts as the canonical source of truth for AI agent configuration across projects. It centralizes hard rules for agents (via AGENTS.MD), reusable workflow skills (in skills/), portable helper scripts (in scripts/), and local guardrails (in hooks/). The repository is structured so that global agent tools like Codex and Claude can symlink to it, ensuring consistent behavior across all projects.

    How the Skills System Works

    Skills are the primary routing layer in Agent Scripts. Each skill lives in skills/<name>/SKILL.md and uses YAML front matter with a name and a short description field optimized for agent routing rather than documentation. Key conventions include:

    • Descriptions are kept short and generic to aid routing.
    • Repeatable workflow commands are placed in skills/<name>/scripts/.
    • Skills can be validated with scripts/validate-skills.
    • Public shared skills from the OpenClaw ecosystem and repo-owned skills are exposed via tracked relative symlinks (e.g., skills/autoreview, skills/discrawl, skills/birdclaw).

    Helper Scripts

    The repository includes several dependency-light utility scripts:

    • scripts/committer: Stages listed files, enforces non-empty commit messages, and runs skill validation before committing.
    • scripts/validate-skills: Validates YAML front matter and required fields in every skills/*/SKILL.md; can be enabled as a git hook.
    • scripts/docs-list.ts: Walks a docs/ directory, enforces summary and read_when front matter, and prints onboarding summaries.
    • scripts/browser-tools.ts: A standalone Chrome DevTools helper supporting commands like start, nav, eval, screenshot, console, network, search, content, inspect, and kill. Can be compiled to a binary with Bun.

    Deployment and Sync Model

    Agent Scripts is designed to be symlinked globally so that tools like Codex and Claude automatically pick up shared rules:

    • ~/.codex/skills and ~/.claude/skills point to the skills/ directory.
    • ~/.codex/AGENTS.md, ~/.claude/CLAUDE.md, and ~/.claude/AGENTS.md all point to AGENTS.MD.

    Downstream repositories use a pointer-style AGENTS.MD that references the shared file rather than copying its contents, keeping rules centralized and easy to update. When syncing, the repo is treated as canonical and downstream repos pull the latest before applying changes.

    OpenClaw Ecosystem Connection

    The repository is part of Peter Steinberger's broader OpenClaw ecosystem of open agent tools. Public OpenClaw shared skills live in a sibling agent-skills repository and are exposed in Agent Scripts via symlinks. Steinberger announced in February 2026 that he is joining OpenAI and that OpenClaw will move to a foundation to remain open and independent.

    Agent Scripts - 1

    Community Discussions

    Be the first to start a conversation about Agent Scripts

    Share your experience with Agent Scripts, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT License. Free to use, modify, and distribute.

    • Shared AGENTS.MD agent instructions
    • Reusable workflow skills
    • Helper scripts
    • Git hooks for validation
    • OpenClaw skill integration

    Capabilities

    Key Features

    • Shared AGENTS.MD hard rules for Codex/Claude-style agents
    • Reusable workflow skills with YAML front matter routing
    • Skill validation script and git hook integration
    • Committer helper with pre-commit skill validation
    • Browser DevTools helper script (browser-tools.ts)
    • Docs walker with front matter enforcement (docs-list.ts)
    • Symlink-based global skill and instruction discovery
    • OpenClaw shared skills integration via tracked symlinks
    • Repo-owned skill exposure via relative symlinks
    • Dependency-light portable helper scripts

    Integrations

    Codex
    Claude
    Claude Code
    OpenClaw
    Bun
    Chrome DevTools
    Git
    API Available

    Reviews & Ratings

    No ratings yet

    Be the first to rate Agent Scripts and help others make informed decisions.

    Developer

    steipete

    steipete is an independent macOS and iOS developer known for building developer tools and open-source utilities. The Fluegel project addresses a specific pain point in local AI agent automation on macOS by providing a stable, auditable permission proxy. The project is written in Swift and hosted on GitHub under the MIT License.

    Read more about steipete
    WebsiteGitHub
    2 tools in directory

    Similar Tools

    Plannotator icon

    Plannotator

    Interactive visual plan and code review tool for AI coding agents, with inline annotations, team sharing, and seamless integration with Claude Code, Copilot CLI, Gemini CLI, and more.

    Agent Skills by mattpocock icon

    Agent Skills by mattpocock

    A collection of open-source agent skills that extend AI coding assistant capabilities across planning, development, tooling, and knowledge management.

    TRAE icon

    TRAE

    AI-powered code editor and autonomous coding agent that helps developers ship software faster with intelligent code generation and multi-agent capabilities.

    Browse all tools

    Related Topics

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    346 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    471 tools

    Prompt Management

    Tools for organizing, versioning, and managing AI prompts.

    36 tools
    Browse all topics
    Back to all tools
    Discussions