Files
claude-skills/.tasks/STATUS.md
vitya bd8c378f83 feat: split tasks — using-tasks (policy) + setup-tasks (one-time)
Mirror the wiki split. Rename `task-status-wiki` → `using-tasks` (preserves
file history via `git mv`). Strip the "Initialization" section out — that
content moves to the new `setup-tasks` skill, which owns greenfield
creation and migration.

`setup-tasks` has 6 phases (sanity → discovery → plan + confirm → backup →
greenfield/migrate → verify → report) and two modes:
- greenfield: write `.tasks/STATUS.md` with the canonical board template
  (emoji legend in a comment block; no per-task files at bootstrap — they
  get created on demand by using-tasks when actual tasks are added)
- migrate: detect old flat STATUS.md (no emoji, plain `## Done`/`## In
  Progress` sections), back it up, then walk the user *interactively*
  through each task to extract slug / status / branch / where-stopped /
  next-action. Never auto-parses the old format — too varied, real work
  at stake.

`using-tasks` Prerequisites section delegates to `setup-tasks` when the
board is missing or non-canonical (no emoji, no per-task files).

`project-bootstrap` Step 4 now delegates to `setup-tasks`.

The user's manual follow-up after this commit:
  rm -rf ~/.claude/skills/{wiki-maintainer,task-status-wiki}/
to clean up the stale installs of the old names. (install.sh creates the
new ones but doesn't remove the old.)

This completes the three-commit refactor (a/b/c) tracked in
.tasks/STATUS.md.

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

7.0 KiB

Task Board

Updated: 2026-04-28

Done

Versioning + setup/using split for wiki & tasks (3 commits)

(a) Versioning + manifest — e1e5bd1

  • version: 1.0.0 added to all 6 infra skills' frontmatter
  • project-bootstrap Step 5.5 writes .wiki/concepts/bootstrap-manifest.md
  • concepts/skill-versioning.md documents the convention

(b) Split wiki — 36fe39e

  • wiki-maintainerusing-wiki (rename via git mv)
  • New setup-wiki skill — 6 phases, two modes (greenfield / migrate), full canon templates
  • using-wiki Prerequisites delegates to setup-wiki
  • project-bootstrap Step 3 delegates

(c) Split tasks — this commit

  • task-status-wikiusing-tasks (rename via git mv)
  • New setup-tasks skill — 6 phases, two modes (greenfield / migrate); migration is interactive, never auto-parses old flat STATUS.md
  • using-tasks Prerequisites delegates to setup-tasks
  • project-bootstrap Step 4 delegates
  • Stale dist/task-status-wiki.skill removed

Manual follow-up for the user (one-time)

  • rm -rf ~/.claude/skills/{wiki-maintainer,task-status-wiki}/ — the old folders linger on disk after rename. The new using-wiki / using-tasks are already installed alongside; once you remove the old ones, available_skills will list only the new names.

Create setup-context7 skill

  • Drafted skills/setup-context7/SKILL.md — 8 phases (discovery → plan → backup → install → inject → clean → smoke-test → restart) + rollback + cross-platform notes
  • API-key discovery in priority order: settings.json.claude.json (top-level + project-scoped) → settings.local.json → env → ask
  • Phase 2 confirmation gate (no mutations without explicit "ok"); Phase 6 validates JSON after each edit
  • Documented /plugin update gotcha
  • Added Prerequisites section in using-context7 pointing at setup-context7
  • Built + installed both skills (setup-context7 already in available_skills)
  • Updated .wiki/concepts/context7-setup.md with "Now captured as a skill" section explaining the policy/setup split rationale
  • Bonus fix: scripts/build.sh PS multi-arg bug — comma-joined -Names wasn't splitting into [string[]] when called via -File. Now loops in bash, one PS invocation per skill.

Switch context7 from manual MCP config to official plugin

  • Backup ~/.claude.json and ~/.claude/settings.json (suffix .bak-20260428-114532)
  • User installed context7@claude-plugins-official
  • Located installed plugin: ~/.claude/plugins/cache/claude-plugins-official/context7/unknown/
  • Injected --api-key flag into the plugin's .mcp.json (key sourced from settings.json, not echoed in chat)
  • Smoke-tested mcp__context7__resolve-library-id (returned 5 Nuxt entries — works in current session via legacy HTTP config; plugin takes over after Claude Code restart)
  • Removed three manual context7 entries (settings.json + 2 in .claude.json); JSON validity confirmed
  • Documented setup + plugin-update gotcha in .wiki/concepts/context7-setup.md
  • Wiki index + log + summary updated

Migrate this repo's .wiki/ to canonical Karpathy layout

  • git mv .wiki/source/*.md.wiki/concepts/ (rename detection preserves history)
  • Add type: concept frontmatter to each migrated page
  • Create .wiki/CLAUDE.md (schema, with Karpathy gist URL pinned at top)
  • Create .wiki/index.md (replaces SUMMARY.md)
  • Create .wiki/log.md with backfilled entries for prior decisions
  • Create .wiki/overview.md (project intro page)
  • Create .wiki/raw/README.md (replaces .gitkeep placeholder)
  • Empty .gitkeep in .wiki/entities/, packages/, sources/
  • Delete .wiki/SUMMARY.md, .wiki/source/, .wiki/raw/.gitkeep

project-bootstrap: align wiki init with Karpathy canon

  • Read Karpathy gist + wiki-maintainer SKILL.md — gap confirmed
  • Rewrite Step 3: create index.md, log.md, overview.md, .wiki/CLAUDE.md schema, raw/README.md, empty entities/ concepts/ packages/ sources/ with .gitkeep
  • Drop the bogus SUMMARY.md + WORKFLOW.md + source/ from the template
  • Pin Karpathy gist URL inside the schema file
  • Rebuild + reinstall project-bootstrap.skill
  • Document the realignment in .wiki/source/wiki-realignment.md

project-bootstrap: include active-platform trigger in CLAUDE.md template

  • Add we're on Windows line to assets/CLAUDE.md.template
  • Update embedded preview in SKILL.md Step 5 (with note about Linux/macOS substitution)
  • Backfill the line in this repo's own CLAUDE.md
  • Rebuild + reinstall project-bootstrap.skill

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.
  • Migrate this repo's .wiki/ to the canonical Karpathy layout (it was bootstrapped with the old buggy template). Directory rename + file moves; needs a conscious commit, not a silent piggyback. (done — 4382fd3)
  • Fix project-bootstrap Step 4 to match task-status-wiki canon. Same class of bug as the wiki fix: bootstrap creates a single flat STATUS.md, but task-status-wiki SKILL.md expects per-task files (.tasks/<task-slug>.md) plus STATUS.md as a board pointing at them with emoji-status convention (🔴 active / 🟡 paused / ready / 🟢 done / 🔵 blocked). Two pieces of work: (a) update bootstrap Step 4 + asset, (b) migrate this repo's existing .tasks/STATUS.md to per-task files.