dev-init
Standards for project scaffolding, directory structure, and initial documentation.
$ Installer
git clone https://github.com/lastdays03/claude_skills /tmp/claude_skills && cp -r /tmp/claude_skills/.agent/references/dev-init ~/.claude/skills/claude_skills// tip: Run this command in your terminal to install the skill
SKILL.md
name: dev-init description: Standards for project scaffolding, directory structure, and initial documentation.
Dev Init Standards
Purpose
To ensure every project starts with a consistent, professional structure that integrates seamlessly with Antigravity Agents.
Standard Layouts
1. Python Project
src/: Source codetests/: Unit and integration testsdocs/: Documentationscripts/: Utility scripts.gitignore: Standard Python ignores
2. Study Project
notebooks/: Jupyter Notebooksdata/: Raw and processed data (ignored by git)references/: Papers and PDFsdocs/: Summaries and plans
Documentation Standards
- README.md: Must exist at root.
- Metadata: Must include
Status,Type,Createdin blockquote. - Agent Friendly:
.agentfolder must NOT be git-ignored.
Repository

lastdays03
Author
lastdays03/claude_skills/.agent/references/dev-init
0
Stars
0
Forks
Updated3h ago
Added1w ago