LICENSE
README.md
pyproject.toml
src/engaku/__init__.py
src/engaku/__main__.py
src/engaku/cli.py
src/engaku/cmd_apply.py
src/engaku/cmd_init.py
src/engaku/cmd_inject.py
src/engaku/cmd_prompt_check.py
src/engaku/cmd_task_review.py
src/engaku/cmd_update.py
src/engaku/constants.py
src/engaku/utils.py
src/engaku.egg-info/PKG-INFO
src/engaku.egg-info/SOURCES.txt
src/engaku.egg-info/dependency_links.txt
src/engaku.egg-info/entry_points.txt
src/engaku.egg-info/requires.txt
src/engaku.egg-info/top_level.txt
src/engaku/templates/copilot-instructions.md
src/engaku/templates/dbhub.toml
src/engaku/templates/mcp.json
src/engaku/templates/agents/coder.agent.md
src/engaku/templates/agents/planner.agent.md
src/engaku/templates/agents/reviewer.agent.md
src/engaku/templates/agents/scanner.agent.md
src/engaku/templates/ai/engaku.json
src/engaku/templates/ai/overview.md
src/engaku/templates/instructions/agent-boundaries.instructions.md
src/engaku/templates/instructions/lessons.instructions.md
src/engaku/templates/skills/brainstorming/SKILL.md
src/engaku/templates/skills/chrome-devtools/SKILL.md
src/engaku/templates/skills/context7/SKILL.md
src/engaku/templates/skills/database/SKILL.md
src/engaku/templates/skills/doc-coauthoring/SKILL.md
src/engaku/templates/skills/frontend-design/SKILL.md
src/engaku/templates/skills/karpathy-guidelines/SKILL.md
src/engaku/templates/skills/mcp-builder/SKILL.md
src/engaku/templates/skills/proactive-initiative/SKILL.md
src/engaku/templates/skills/skill-authoring/SKILL.md
src/engaku/templates/skills/systematic-debugging/SKILL.md
src/engaku/templates/skills/verification-before-completion/SKILL.md
tests/test_apply.py
tests/test_init.py
tests/test_inject.py
tests/test_prompt_check.py
tests/test_task_review.py
tests/test_update.py