LICENSE
MANIFEST.in
README.md
pyproject.toml
src/clauderig/__init__.py
src/clauderig/__main__.py
src/clauderig/analyzer.py
src/clauderig/cli.py
src/clauderig/installer.py
src/clauderig.egg-info/PKG-INFO
src/clauderig.egg-info/SOURCES.txt
src/clauderig.egg-info/dependency_links.txt
src/clauderig.egg-info/entry_points.txt
src/clauderig.egg-info/requires.txt
src/clauderig.egg-info/top_level.txt
src/clauderig/templates/php/CLAUDE.md
src/clauderig/templates/php/.claude/CLAUDE.md
src/clauderig/templates/php/.claude/settings.json
src/clauderig/templates/php/.claude/commands/add-controller.md
src/clauderig/templates/php/.claude/commands/add-test.md
src/clauderig/templates/php/.claude/commands/claude-fit.md
src/clauderig/templates/php/.claude/commands/review.md
src/clauderig/templates/php/.claude/hooks/post-edit-lint.sh
src/clauderig/templates/php/.claude/hooks/setup-mcps.sh
src/clauderig/templates/php/.claude/rules/coding-standards.md
src/clauderig/templates/php/.claude/skills/composer-deps/SKILL.md
src/clauderig/templates/php/.claude/skills/psr-standards/SKILL.md
src/clauderig/templates/python-django/CLAUDE.md
src/clauderig/templates/python-django/.claude/CLAUDE.md
src/clauderig/templates/python-django/.claude/settings.json
src/clauderig/templates/python-django/.claude/commands/add-model.md
src/clauderig/templates/python-django/.claude/commands/add-view.md
src/clauderig/templates/python-django/.claude/commands/claude-fit.md
src/clauderig/templates/python-django/.claude/commands/review.md
src/clauderig/templates/python-django/.claude/commands/run-migration.md
src/clauderig/templates/python-django/.claude/hooks/post-edit-lint.sh
src/clauderig/templates/python-django/.claude/hooks/setup-mcps.sh
src/clauderig/templates/python-django/.claude/rules/coding-standards.md
src/clauderig/templates/python-django/.claude/skills/django-orm/SKILL.md
src/clauderig/templates/python-django/.claude/skills/django-views/SKILL.md
src/clauderig/templates/python-django/.claude/skills/drf-serializers/SKILL.md
src/clauderig/templates/python-fastapi/.claude/CLAUDE.md
src/clauderig/templates/python-fastapi/.claude/settings.json
src/clauderig/templates/python-fastapi/.claude/commands/add-endpoint.md
src/clauderig/templates/python-fastapi/.claude/commands/add-test.md
src/clauderig/templates/python-fastapi/.claude/commands/claude-fit.md
src/clauderig/templates/python-fastapi/.claude/commands/db-migration.md
src/clauderig/templates/python-fastapi/.claude/commands/review.md
src/clauderig/templates/python-fastapi/.claude/hooks/post-edit-lint.sh
src/clauderig/templates/python-fastapi/.claude/hooks/setup-mcps.sh
src/clauderig/templates/python-fastapi/.claude/rules/coding-standards.md
src/clauderig/templates/python-fastapi/.claude/skills/async-db/SKILL.md
src/clauderig/templates/python-fastapi/.claude/skills/fastapi-patterns/SKILL.md
src/clauderig/templates/python-fastapi/.claude/skills/pydantic-models/SKILL.md
src/clauderig/templates/react-native/CLAUDE.md
src/clauderig/templates/react-native/.claude/CLAUDE.md
src/clauderig/templates/react-native/.claude/settings.json
src/clauderig/templates/react-native/.claude/commands/add-component.md
src/clauderig/templates/react-native/.claude/commands/add-screen.md
src/clauderig/templates/react-native/.claude/commands/claude-fit.md
src/clauderig/templates/react-native/.claude/commands/review.md
src/clauderig/templates/react-native/.claude/hooks/post-edit-lint.sh
src/clauderig/templates/react-native/.claude/hooks/setup-mcps.sh
src/clauderig/templates/react-native/.claude/rules/coding-standards.md
src/clauderig/templates/react-native/.claude/skills/expo-patterns/SKILL.md
src/clauderig/templates/react-native/.claude/skills/native-modules/SKILL.md
src/clauderig/templates/react-native/.claude/skills/navigation-setup/SKILL.md
src/clauderig/templates/react-web/CLAUDE.md
src/clauderig/templates/react-web/.claude/CLAUDE.md
src/clauderig/templates/react-web/.claude/settings.json
src/clauderig/templates/react-web/.claude/commands/add-component.md
src/clauderig/templates/react-web/.claude/commands/add-hook.md
src/clauderig/templates/react-web/.claude/commands/claude-fit.md
src/clauderig/templates/react-web/.claude/commands/review.md
src/clauderig/templates/react-web/.claude/hooks/post-edit-lint.sh
src/clauderig/templates/react-web/.claude/hooks/setup-mcps.sh
src/clauderig/templates/react-web/.claude/rules/coding-standards.md
src/clauderig/templates/react-web/.claude/skills/react-hooks/SKILL.md
src/clauderig/templates/react-web/.claude/skills/state-management/SKILL.md
src/clauderig/templates/react-web/.claude/skills/tailwind-patterns/SKILL.md
tests/test_analyzer.py
tests/test_cli.py
tests/test_installer.py