| name | context |
| description | Quickly detect project context: technologies, structure, CI/CD, documentation. Use this skill when starting work on any repository. |
Project context detection
When to use
When starting work on a new or unfamiliar repository to quickly understand its structure and technologies.
Instructions
- Read the full CoT: Load and follow
~/rules/cot/context.md from line 1 to end
- Check documentation: Look for README.md, AGENTS.md, AGENTS.md, CONTRIBUTING.md
- Detect technologies: Check for package.json, go.mod, Cargo.toml, requirements.txt, pom.xml, Gemfile
- Check containers: Look for Dockerfile, compose.yaml, docker-compose.yaml
- Check orchestration: Look for k8s/, kubernetes/, manifests/, Helm charts
- Check CI/CD: Look for .github/workflows/, .gitlab-ci.yml, Jenkinsfile
- Analyze structure: Run
tree -L 2 -I node_modules or ls -la
- Read key files: First 20 lines of README.md and any AGENTS.md found
- Identify context: Determine if personal (@incognia) or corporate (@incogniadev) project
- Summarize findings: Technologies, structure, CI/CD, documentation, context
References
- Detailed CoT:
~/rules/cot/context.md