shipkit-project-context
SolidUse when starting a new project or refreshing tech stack context. Triggers: 'scan project', 'what's my stack', 'refresh context', 'generate stack'.
AI & Automation 1 stars
0 forks Updated 1 weeks ago MIT
Install
Quality Score: 78/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# shipkit-project-context - Smart Project Context Scanner
**Purpose**: Generate and maintain lightweight project context files (stack, env, schema) by scanning package files, configs, and migrations. Uses file modification time checks to avoid unnecessary rescans.
**What it does**: Scans project files to detect tech stack, environment requirements, and database schema. Generates `.shipkit/stack.json` as a structured JSON artifact, plus optional markdown files for env and schema.
**Output format**: JSON — readable by Claude, machine-readable by other tools, and the single source of truth for project tech stack.
---
## When to Invoke
**User triggers**:
- "Scan the project"
- "Update context"
- "Rescan stack"
- "Generate project context"
- "What's my tech stack?"
**Auto-triggered by**:
- session start / any skill needing `stack.json` (when it is missing or stale)
**First run**:
- No `.shipkit/` directory exists
- User starts new Shipkit project
---
## Prerequisites
**Required**:
- Project has `package.json` (or equivalent dependency file)
**Optional but helpful**:
- `.env.example` (for env requirements)
- Database migration files (for schema)
- Config files (next.config.js, tailwind.config.js, etc.)
---
## Process
### Completion Tracking
This skill produces 3 files, not 1. Create tasks:
- `TaskCreate`: "Write stack.json"
- `TaskCreate`: "Write env-requirements.md"
- `TaskCreate`: "Write schema.json"
- `TaskCreate`: "Detect working patterns (Step 3.5)"
`TaskUpdat...
Details
- Author
- stefan-stepzero
- Repository
- stefan-stepzero/shipkit
- Created
- 7 months ago
- Last Updated
- 1 weeks ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
shipkit-preflight
Aggregates project context and audits production readiness against a comprehensive SaaS checklist. Routes to prerequisite skills when context is missing.
1 Updated 1 weeks ago
stefan-stepzero Testing & QA Solid
shipkit-spec
Use when user describes a feature to build. Triggers: 'spec this', 'create specification', 'define requirements', 'I want to build'.
1 Updated 1 weeks ago
stefan-stepzero AI & Automation Solid
shipkit-why-project
Use when defining project vision and strategic direction. Triggers: 'why this project', 'define vision', 'project goals', 'what are we building'.
1 Updated 1 weeks ago
stefan-stepzero