logoalt Hacker News

clutter55561yesterday at 9:18 PM4 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 3 replies
jjordanyesterday at 9:22 PM

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

Sugimot0today at 4:40 AM

I honestly hate .agents it's a big XDGBDS offender. Almost every plugin / lazy platform harness tries to use that dir too so I have to do a bunch of hacks to keep my $HOME clean. Also everyone tries to use a .claude .gemini .codex etc. Annoying that all these tools just completely ignore these things, it's literally like litterers you know it'd be terrible if every tool did this, but you still do it anyway