logoalt Hacker News

clutter55561yesterday at 9:18 PM3 repliesview on HN

Don’t get too excited, Claude code still won’t detect skills on .agents/skills.


Replies

vb-8448yesterday at 9:29 PM

They have AGI, but they don't have $20 of token budget to add a so basic functionality.

show 2 replies
nomelyesterday at 9:35 PM

A post-checkout git hook can handle this unfortunate situation.

  mkdir -p ~/.githooks
  git config --global core.hooksPath ~/.githooks

  cat > ~/.githooks/post-checkout <<'EOF'
  #!/usr/bin/env bash
  if [ -d .agents/skills ] && [ ! -e .claude/skills ]; then
      mkdir -p .claude
      ln -s ../.agents/skills .claude/skills
  fi
  EOF

  chmod +x ~/.githooks/post-checkout
show 2 replies
jjordanyesterday at 9:22 PM

Don't worry, it's on the roadmap for Q4 2029.