Ai-coding-project-boilerplate project-context

Provides project-specific prerequisites for AI execution accuracy. Use when checking project structure.

install
source · Clone the upstream repo
git clone https://github.com/shinpr/ai-coding-project-boilerplate
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/shinpr/ai-coding-project-boilerplate "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills-en/project-context" ~/.claude/skills/shinpr-ai-coding-project-boilerplate-project-context && rm -rf "$T"
manifest: .claude/skills-en/project-context/SKILL.md
source content

Project Context

Not configured. Run

/project-inject
to set up project-specific context.

Project Overview

  • What this project does: (to be configured)
  • Domain: (to be configured)

Domain Constraints

(Domain-specific rules that affect AI decision-making)

Development Phase

  • Phase: (Prototype / Production / In operation)

Directory Conventions

(File placement rules, if any)