# Example

> Analyzes the current project structure and tech stack. Use when asked to explore, understand, or summarize a project. Trigger terms: project overview, analyze codebase, what is this project.

- Skill: `doodledood/example` (Agent Skill)
- Install (CLI): `npx skillmds@latest add doodledood/example`
- Raw SKILL.md: https://api.skillmd.com/api/skills/doodledood/example/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: doodledood (https://skillmd.com/u/doodledood)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/doodledood/example

---


# Example Skill

Analyze the current project: $ARGUMENTS

---

**Steps**:
1. Read package.json or similar manifest
2. Identify main technologies and frameworks
3. List key directories and their purposes
4. Summarize in 2-3 sentences

**Output**:
- **Project Name**: From manifest file
- **Tech Stack**: Languages, frameworks, libraries
- **Structure**: Key directories and contents
- **Summary**: Brief description of what project does

If no manifest exists, infer from file extensions and directory structure. Keep summary concise and actionable.

