Skip to content
Development
Skill

/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.

From plugin
manifest-dev
7334 skills
Install
$ npx -y skills add doodledood/manifest-dev --skill example --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/example

Context preview

The summary Claude sees to decide when to auto-load this skill.

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.md

example.SKILL.md
name: example
description: '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.'
argument-hint: '<input>'

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.

Ships withmanifest-dev

Skills for agentic coding CLIs. They keep three things in your project instead of in your head: what it's becoming, what's worth doing next, and what done means here. The agent reads them, works against them, and checks the result before reporting it finished.

Get the whole plugin
Stats
73
Stars
10
Forks
Active
Maintenance
Python
Language
MIT
License
1d ago
Last commit
7mo ago
Created

Repo: doodledood/manifest-dev

Other skills on manifest-dev.