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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Workflow
- Files to Read
- Package/Dependency Files
- Configuration Files
- Convention Files
- What to Extract
- Example Analysis
- Best Practices
- Scope
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.
