From engineering
Analyze a project and extract conventions, patterns, and context into a CLAUDE.md file. Works for any project type — code repos, presentation collections, research corpora, documentation projects. Trigger on "extract conventions", "analyze project patterns", "generate CLAUDE.md", "what are the conventions", or /conventions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/engineering:context-extractorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze the current project and draft a CLAUDE.md capturing its conventions, patterns, and context. Works for ANY project type, not just code.
Analyze the current project and draft a CLAUDE.md capturing its conventions, patterns, and context. Works for ANY project type, not just code.
Scan the project root to determine what kind of project this is:
| Signals | Project Type |
|---|---|
| package.json, Cargo.toml, pyproject.toml, go.mod, pubspec.yaml | Code repository |
| .github/workflows/, Jenkinsfile, .gitlab-ci.yml | CI/CD pipeline |
| *.pptx, *.key, slides/ | Presentation collection |
| *.md collection, docs/, wiki/ | Documentation project |
| data/, notebooks/, *.ipynb | Data/research project |
| Mixed or unclear | General project |
A project may be multiple types. Identify the primary and secondary types.
Based on detected type(s), scan using the appropriate checklist:
For all project types:
For code repositories (add to above):
For presentation projects:
For documentation projects:
For data/research projects:
Use the template at references/templates/claude-md-template.md as a starting point. Fill in discovered conventions.
Rules:
When called on a project that already has a good CLAUDE.md:
npx claudepluginhub kzarzycki/agent-skills --plugin engineeringProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.