Dotfiles
D 55 completed
Other
cli / python · small
55
Files
8,603
LOC
0
Frameworks
5
Languages
Pipeline State
completedRun ID
#1546021Phase
doneProgress
0%Started
2026-04-16 23:40:20Finished
2026-04-16 23:40:20LLM tokens
0Pipeline Metadata
Stage
CatalogedDecision
proceedNovelty
33.91Framework unique
—Isolation
—Last stage change
2026-05-10 03:35:02Deduplication group #47355
Member of a group with 658 similar repo(s) — canonical #186032 view group →
Powered by Repobility — scan your code at https://repobility.com
🧪 Code Distillation
Browse all specs →AI Prompt
Create a personal developer tooling setup using Python and shell scripts that manages dotfiles. I need it to include a portable Claude Code configuration setup, which should manage global instructions, settings, and skills. Additionally, I want to implement AI-assisted Git hooks for `pre-commit` and `pre-push`. The hooks should enforce checks like blocking merge conflict markers and suspicious secrets, and the `pre-push` hook must run a required Codex review gate expecting structured JSON output.
python shell cli dotfiles git-hooks ai-tooling configuration scripting
Generated by gemma4:latest
Catalog Information
Create a personal developer tooling setup using Python and shell scripts that manages dotfiles. I need it to include a portable Claude Code configuration setup, which should manage global instructions, settings, and skills. Additionally, I want to implement AI-assisted Git hooks for pre-commit and pre-push. The hooks should enforce checks like blocking merge conflict markers and suspicious secrets, and the pre-push hook must run a required Codex review gate expecting structured JSON output
Tags
python shell cli dotfiles git-hooks ai-tooling configuration scripting
Quality Score
D
55.4/100
Structure
53
Code Quality
54
Documentation
56
Testing
40
Practices
59
Security
82
Dependencies
90
Strengths
- Consistent naming conventions (snake_case)
- Good security practices — no major issues detected
Weaknesses
- No LICENSE file — legal ambiguity for contributors
- No CI/CD configuration — manual testing and deployment
- Potential hardcoded secrets in 1 files
- 585 duplicate lines detected — consider DRY refactoring
- 2 'god files' with >500 LOC need decomposition
Recommendations
- Set up CI/CD (GitHub Actions recommended) to automate testing and deployment
- Add a linter configuration to enforce code style consistency
- Add a LICENSE file (MIT recommended for open source)
- Move hardcoded secrets to environment variables or a secrets manager
Languages
Frameworks
None detected
Symbols
function111
variable10
constant5
class2
Embed Badge
Add to your README:
