Agent skill

project-analysis

Knowledge about analyzing projects for tech stack, frameworks, tools, and conventions. Use when asked to understand or learn about a project's structure.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill analyze-codenamev-claude-memory --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/analysis/analyze-codenamev-claude-memory/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Analyze Project Skill Analyze the current project and store facts about it in long-term memory. ## Workflow 1. **Read key project files** to understand the tech stack 2. **Extract facts** about languages, frameworks, tools, conventions 3. **Store facts** using `memory.store_extraction` ## Files to Read Read these files (if they exist) to understand the project: ### Package/Dependency Files - `Gemfile` - Ruby dependencies (Rails, RSpec, etc.) - `package.json` - JavaScript/TypeScript dependencies - `pyproject.toml` or `requirements.txt` - Python dependencies - `Cargo.toml` - Rust dependencies - `go.mod` - Go dependencies - `pom.xml` or `build.gradle` - Java dependencies ### Configuration Files - `README.md` - Project overview and setup instructions - `tsconfig.json` - TypeScript configuration - `.eslintrc*` or `eslint.config.*` - ESLint configuration - `.prettierrc*` - Prettier configuration - `.rubocop.yml` or `.standard.yml` - Ruby linting - `Dockerfile` - Container configuration - `.github/workflows/*.yml` - CI/CD configuration ### Convention Files - `.editorconfig` - Editor configuration - `CLAUDE.md` or `AGENTS.md` - AI assistant instructions ## What to Extract Look for and st

What's inside
Steps it walks through
  1. Workflow
  2. Files to Read
  3. Package/Dependency Files
  4. Configuration Files
  5. Convention Files
  6. What to Extract
  7. Example Analysis
  8. Best Practices
  9. Scope
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the project-analysis skill do?

Knowledge about analyzing projects for tech stack, frameworks, tools, and conventions. Use when asked to understand or learn about a project's structure.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill analyze-codenamev-claude-memory --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going