-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
26 lines (21 loc) · 1.01 KB
/
Copy pathllms.txt
File metadata and controls
26 lines (21 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# AI Project Starter
AI Project Starter is a documentation-first Codex skill package for preparing AI-coded project context, guardrails, and agent instruction files before implementation starts.
Primary entrypoints:
- README.md
- .agents/skills/ai-project-starter/SKILL.md
- .agents/skills/ai-project-starter/scripts/create_starter.py
- docs/USAGE.md
- docs/EXAMPLES.md
- docs/SKILL_STRUCTURE.md
- docs/SEO.md
- docs/GITHUB_SETTINGS.md
Validation:
- npm run check
- git diff --check
- gitleaks detect --redact --no-banner --no-git --verbose
Safety:
- Do not store secrets, private prompts, customer data, proprietary project details, local logs, screenshots, or private URLs.
- Generated project docs should preserve assumptions, non-goals, risks, decisions, validation, and open questions.
- Publishing, push, release, and GitHub settings changes require explicit human approval.
Legacy identity:
- context-engineering-project-starter is the previous name and should appear only in compatibility, history, or redirect notes.