docs: add install/update instructions for effect-ts-guide skill#5
docs: add install/update instructions for effect-ts-guide skill#5konard wants to merge 3 commits intoProverCoderAI:mainfrom
Conversation
Adding .gitkeep for PR creation (default mode). This file will be removed when the task is complete. Issue: ProverCoderAI#4
… plugin manifest Add a README.md that documents: - The canonical installation command with --repo and --path flags - A safe update/reinstall flow (rm + re-install) - Development setup instructions Also add an explicit `installPaths` array to `.codex-plugin/plugin.json` so tooling can discover the single skill path without scanning the tree. Fixes ProverCoderAI#4 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
🤖 Solution Draft LogThis log file contains the complete execution trace of the AI solution draft process. 💰 Cost estimation:
📊 Context and tokens usage:Claude Opus 4.6:
Total: 26.0K + 695.2K cached input tokens, 5.0K output tokens, $0.634674 cost Claude Haiku 4.5: Total: 30.0K + 300.1K cached input tokens, 6.2K output tokens (10% of 64K output limit), $0.098323 cost 🤖 Models used:
📎 Log file uploaded as Gist (571KB)Now working session is ended, feel free to review and add any feedback on the solution draft. |
🔄 Auto-restart 1/3Detected uncommitted changes from previous run. Starting new session to review and commit or discard them. Uncommitted files: Auto-restart will stop after changes are committed or discarded, or after 2 more iterations. Please wait until working session will end and give your feedback. |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
🔄 Auto-restart 1/3 LogThis log file contains the complete execution trace of the AI solution draft process. 💰 Cost estimation:
📊 Context and tokens usage:
Total: 26.4K + 839.2K cached input tokens, 4.8K output tokens, $0.703307 cost 🤖 Models used:
📎 Log file uploaded as Gist (988KB)Now working session is ended, feel free to review and add any feedback on the solution draft. |
✅ Ready to mergeThis pull request is now ready to be merged:
Monitored by hive-mind with --auto-restart-until-mergeable flag |
Summary
Fixes #4
README.mdwith canonical install command (--repo ProverCoderAI/effect-ts-skills --path skills/effect-ts-guide), a safe update/reinstall flow (rm -rf+ re-install), and development setup instructions.installPathsarray to.codex-plugin/plugin.jsonlistingskills/effect-ts-guideexplicitly, so tooling can discover the skill path without scanning the directory tree.What this addresses from the issue
--path skills/effect-ts-guideflagplugin.jsonnow includesinstallPathsarrayTest plan
pnpm run checkpasses locally (lint, tests, validate:distribution, check:skill)🤖 Generated with Claude Code