| ▲ | clutter55561 5 hours ago |
| Don’t get too excited, Claude code still won’t detect skills on .agents/skills. |
|
| ▲ | vb-8448 5 hours ago | parent | next [-] |
| They have AGI, but they don't have $20 of token budget to add a so basic functionality. |
| |
| ▲ | bel8 5 hours ago | parent | next [-] | | They probably have an explicit instruction in their own CLAUDE.md to not implement that support. | | |
| ▲ | sscaryterry 4 hours ago | parent | next [-] | | Its the only explanation. I mean, they are not living under a rock... | | |
| ▲ | vb-8448 3 hours ago | parent | next [-] | | I heard some of their employees sent to do some PR in podcasts: they are definitively disconnected from the reality. Maybe internally they see really unbelievable things, but my impression is that they pushed so hard on agents that they don't have the grasp of the situation. | |
| ▲ | falcor84 4 hours ago | parent | prev [-] | | As evidence that they actually are living under a rock, there's still no proper way to mv a workspace and have it retain all its history and config. | | |
| ▲ | yoavsha1 an hour ago | parent [-] | | this is seriously nuts. I have so many repos sitting there using old/deprecated/replaced names just because of their idiotic decision to place dir-specific config and memories in ~/.claude |
|
| |
| ▲ | oofbey 2 hours ago | parent | prev [-] | | If not a system prompt telling it not to read those files unless explicitly told to. |
| |
| ▲ | NiloCK 3 hours ago | parent | prev [-] | | Artificial General Intransigence |
|
|
| ▲ | nomel 5 hours ago | parent | prev | next [-] |
| 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
|
| |
| ▲ | ahurmazda 3 hours ago | parent | next [-] | | Won’t you have to do it recursively for all child directories? | |
| ▲ | verdverm 3 hours ago | parent | prev [-] | | we shouldn't have to do this on a per-repo basis, Ant can choose to be a reasonable member of the ecosystem or not | | |
|
|
| ▲ | jjordan 5 hours ago | parent | prev [-] |
| Don't worry, it's on the roadmap for Q4 2029. |