code-analyze-project
SKILL.md
Analyze project structure to identify tooling and workflows.
Detection Areas
- Existing wrappers: bin/, .my/bin/
- Build systems: Makefile, Taskfile.yml, justfile
- Containers: Dockerfile, Containerfile, docker-compose.yml, compose.yml
- Nix: flake.nix, .my/flake.nix, shell.nix
- Package managers: package.json, pyproject.toml, go.mod, Cargo.toml, Gemfile
- CI/CD: .github/workflows/, .gitlab-ci.yml, Jenkinsfile
Output
Return findings as:
- Project type: (nodejs, python, go, rust, etc.)
- Existing wrappers: paths found (bin/, .my/bin/, or none)
- Has flake: location if exists (flake.nix, .my/flake.nix, or none)
- Recommended wrappers: list with command for each:
- test: command to run tests
- lint: command to run linting
- fmt: command to run formatting
- build: command to build
- dev: command to start dev server
- Existing tools: what's already set up (direnv, devenv, etc.)
Weekly Installs
2
Repository
sirn/dotfilesGitHub Stars
8
First Seen
13 days ago
Security Audits
Installed on
amp2
cline2
opencode2
cursor2
kimi-cli2
codex2