Files
claude-skills/.tasks/STATUS.md
vitya 125007a35e feat: add active-platform skill (Win/Linux/macOS switcher)
- skills/active-platform/SKILL.md: default = Windows/PowerShell; trigger
  phrases in RU+EN switch the active platform for the session; per-platform
  conventions (chaining, paths, env vars, install scripts) documented
- dist/active-platform.skill: built archive
- .wiki/source/active-platform-decision.md: rationale (skill chosen over
  global CLAUDE.md / project memory; user wanted a discoverable, iterable
  artifact)
- scripts/build.sh: fix PS arg-passing — single-quotes were leaking into
  -Names value, so multi-arg builds on Windows were rejected with
  "not found in skills/"

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-28 11:00:23 +03:00

1.7 KiB

Task Board

Updated: 2026-04-28

Done

active-platform skill

  • Draft skills/active-platform/SKILL.md (RU+EN triggers, default=Windows/PowerShell, palette=Win/Linux/mac)
  • Fixed build.sh PS arg-passing bug (single-quotes were leaking into -Names value)
  • Build dist/active-platform.skill and install into ~/.claude/skills/
  • Document decision in .wiki/source/active-platform-decision.md
  • Update .wiki/SUMMARY.md

bootstrap-skills-migration

  • Bootstrap repo (git, .wiki, .tasks, CLAUDE.md)
  • Brainstorm and document repo layout (.wiki/source/repo-layout.md)
  • Copy all 12 personal skills from ~/.claude/skills/ to skills/
  • Write scripts/build.sh, scripts/build.ps1, scripts/install.sh
  • Document ZIP/PowerShell gotcha (.wiki/source/build-notes.md)
  • Build initial dist/*.skill archives (forward-slash entry paths verified)
  • Update root README with usage
  • Smoke-test install.sh to a temp dir
  • Remove legacy project-bootstrap.skill from repo root (replaced by dist/)

Backlog

  • Resolve compress vs caveman-compress duplication (look at both, decide if one should go).
  • Consider a PowerShell-native install.ps1 (current install.sh already works in git-bash, so low priority).
  • Revisit grouping/manifest if skill count grows past ~30.
  • Decide whether to write a smoke-test that round-trips skills/<name>/dist/<name>.skill → unpack → diff (would catch archive-shape regressions).
  • Tune active-platform triggers based on real-world usage; add WSL handling if it comes up.
  • Consider running formal skill-creator eval loop on active-platform once we have ~5 real interactions to learn from.