Generate AI policy files for your repository.
Creates AI policy and tool config files (AI_POLICY.md, AGENTS.md, CLAUDE.md, Copilot, Cursor) with three presets and full customization. No install, no sign-up -- pick a preset, download the files.
AI_POLICY.md-- How AI tools are used in your project: usage policy, code acceptance, CI/CD rules, training data opt-out.AGENTS.md-- Instructions for AI coding agents: code style, testing, restricted paths, review policy.CLAUDE.md-- Claude Code configuration. References AGENTS.md rules..github/copilot-instructions.md-- Project-wide instructions for GitHub Copilot..cursor/rules/aipolicy.mdc-- Cursor IDE rules file (Chat, Composer, and Agent mode).
- Open -- AI tools welcome, standard quality bar
- Standard -- AI tools with human review
- Strict -- AI tools restricted, explicit approval
Configure any option, share the URL:
https://aipolicy.1mb.dev/?preset=standard&ai_usage=restricted&training_optout=yes
Download preset files directly. Static curl paths are flat under each preset; use -o <target-path> with --create-dirs to land each file at the right place in your repo:
# Root-level files
curl -O https://aipolicy.1mb.dev/presets/standard/AI_POLICY.md
curl -O https://aipolicy.1mb.dev/presets/standard/AGENTS.md
curl -O https://aipolicy.1mb.dev/presets/standard/CLAUDE.md
# Tool config files (target paths in your repo are nested)
curl --create-dirs -o .github/copilot-instructions.md \
https://aipolicy.1mb.dev/presets/standard/copilot-instructions.md
curl --create-dirs -o .cursor/rules/aipolicy.mdc \
https://aipolicy.1mb.dev/presets/standard/aipolicy.mdcAvailable presets: open, standard, strict. For custom configurations, use the web UI and download the ZIP — the ZIP uses the canonical nested paths so it extracts straight into your repo with no path adjustments.
See CONTRIBUTING.md. Vanilla HTML, CSS, and JavaScript -- no framework, no build step.
MIT