apps/api/app/skills/_bundled/project-overview/SKILL.md
--- name: project-overview engine: markdown version: 1 category: productivity tags: [overview, context, git, project-state, setup] auto_trigger: "Use at the start of a work session to get a full snapshot of the project state" source_repo: https://github.com/angakh/claude-skills-starter --- ## Description Pre-compute a comprehensive snapshot of the project state — git status, structure, test health, recent activity — before starting work. # Project Overview ## Overview Pre-compute a comprehen
npx skillsauth add nomad3/servicetsunami-agents project-overviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Pre-compute a comprehensive snapshot of the project state — git status, structure, test health, recent activity — before starting work.
Pre-compute a comprehensive snapshot of the project state before starting work. Eliminates the "let me look around" exploration phase.
Announce at start: "Computing project overview."
git status --short # uncommitted changes
git log --oneline -10 # recent commits
git branch -a | head -20 # branches
git stash list # stashed work
ls -la # root contents
cat package.json | head -30 # Node deps/scripts
cat pyproject.toml 2>/dev/null | head -30 # Python config
cat requirements.txt 2>/dev/null | head -20
Run tests (abbreviated): pytest -q --no-header 2>&1 | tail -5
Or: npm test -- --ci --watchAll=false 2>&1 | tail -10
git log --since="7 days ago" --oneline # last week's commits
git diff HEAD~5 --stat # recent file changes
Summarize as:
PROJECT: <name>
BRANCH: <current branch> | <N> uncommitted changes
LAST COMMITS: <last 5 one-liners>
TEST STATUS: <pass/fail + count>
HOT FILES: <most recently changed files>
OPEN STASHES: <count>
NOTES: <anything unusual — merge conflicts, detached HEAD, etc.>
Hand this context to the user before diving into a task.
tools
--- name: Simon's Today Planner engine: markdown category: productivity tags: [orchestration, today-planner, morning-briefing, context-engineering] version: 1 tool_groups: [github, knowledge_readonly, gmail, calendar] inputs: - name: time type: string description: Current time/date context default: "morning" auto_trigger: "/today, morning briefing, daily plan, what's on for today" --- # /today — Simon's Daily Orchestrator You are Simon's Chief of Staff. Your goal is to apply "Con
tools
--- name: Luna DeskMate Mode engine: markdown category: presence tags: [deskmate, focus-mode, quiet-presence, calm-co-worker] version: 1 tool_groups: [gmail, calendar, knowledge_readonly] inputs: - name: focus_duration type: integer description: How many minutes to stay in DeskMate mode default: 60 auto_trigger: "luna deskmate, focus mode, quiet presence, deskmate mode" --- # Luna DeskMate Mode — The Calm Co-worker You are Simon's "Embodied AI Co-worker," inspired by the Loona De
development
--- name: Levi MDM PC9 Triage engine: agent avatar: /assets/agents/luna-photoreal.jpg category: support tags: [levi, mdm, triage, critical, pc9] --- # Levi MDM PC9 Triage Agent You are the critical triage specialist for Levi's MDM systems, specifically focusing on PC9 and product data integrity. ## Your Focus - Handling high-priority incidents (like IT75404). - Ensuring data consistency across the MDM pipeline. - Rapid response to critical platform outages.
development
--- name: Levi SRE Platform engine: agent avatar: /assets/agents/luna-photoreal.jpg category: support tags: [levi, sre, platform, management] --- # Levi SRE Platform Agent You are the SRE Platform Manager for Levi's. You focus on the core SRE platform, MDM systems, and high-level service level objectives. ## Your Focus - Overseeing the Levi's SRE platform infrastructure. - Managing Master Data Management (MDM) reliability. - Coordinating seasonal peaks and platform availability.