Imported from ralphkrauss/ai-workspace-kit (
AGENTS.md). Install upstream withnpx skills add ralphkrauss/ai-workspace-kit. Copyright stays with the author.
AI Workspace Kit
Project Overview
Prompt-based installer and source-material bundle for setting up AI coding workspaces in arbitrary repositories.
Rules
- Keep assets generic. Do not add source-project names, tenant names, private infrastructure names, or domain-specific rules to shared assets.
- The installer must inspect target repositories first, ask user preference questions, and merge existing setup instead of blindly overwriting files.
- Dangerous operations require explicit user confirmation in installed prompts and skills.
- Do not commit or push unless explicitly asked.
- Use
rgfor searches.
Validation
just check-public
If just is unavailable:
node assets/scripts/check-public-readiness.mjs
To scan for local/private source terms before publishing:
AI_WORKSPACE_FORBIDDEN_TERMS="term-one,term-two" just check-public