claude agents

This commit is contained in:
Miguel Palhas
2026-02-09 14:14:09 +00:00
parent 685f414839
commit 7f3daae4fe
19 changed files with 1555 additions and 102 deletions
+22
View File
@@ -27,6 +27,28 @@
$DRY_RUN_CMD ln -sf ${./commands/update.md} "$COMMANDS_DIR/update.md"
$DRY_RUN_CMD ln -sf ${./commands/work.md} "$COMMANDS_DIR/work.md"
# Agents (adapted from opencode)
$DRY_RUN_CMD ln -sf ${./commands/designer-bold.md} "$COMMANDS_DIR/designer-bold.md"
$DRY_RUN_CMD ln -sf ${./commands/designer.md} "$COMMANDS_DIR/designer.md"
$DRY_RUN_CMD ln -sf ${./commands/analyze-branch.md} "$COMMANDS_DIR/analyze-branch.md"
$DRY_RUN_CMD ln -sf ${./commands/oracle.md} "$COMMANDS_DIR/oracle.md"
$DRY_RUN_CMD ln -sf ${./commands/librarian.md} "$COMMANDS_DIR/librarian.md"
# Skills (adapted from opencode)
$DRY_RUN_CMD ln -sf ${./commands/git-master.md} "$COMMANDS_DIR/git-master.md"
$DRY_RUN_CMD ln -sf ${./commands/planning-with-files.md} "$COMMANDS_DIR/planning-with-files.md"
$DRY_RUN_CMD ln -sf ${./commands/react-patterns.md} "$COMMANDS_DIR/react-patterns.md"
$DRY_RUN_CMD ln -sf ${./commands/vercel-react-best-practices.md} "$COMMANDS_DIR/vercel-react-best-practices.md"
# Commands (adapted from opencode)
$DRY_RUN_CMD ln -sf ${./commands/smart-debug.md} "$COMMANDS_DIR/smart-debug.md"
$DRY_RUN_CMD ln -sf ${./commands/tdd-cycle.md} "$COMMANDS_DIR/tdd-cycle.md"
$DRY_RUN_CMD ln -sf ${./commands/security-scan.md} "$COMMANDS_DIR/security-scan.md"
$DRY_RUN_CMD ln -sf ${./commands/issue.md} "$COMMANDS_DIR/issue.md"
$DRY_RUN_CMD ln -sf ${./commands/remove-deadcode.md} "$COMMANDS_DIR/remove-deadcode.md"
$DRY_RUN_CMD ln -sf ${./commands/worktree-compare.md} "$COMMANDS_DIR/worktree-compare.md"
$DRY_RUN_CMD ln -sf ${./commands/worktree-list.md} "$COMMANDS_DIR/worktree-list.md"
# Copy settings.json to make it writable (only if it doesn't exist or is a symlink)
if [ -L "$SETTINGS_FILE" ] || [ ! -f "$SETTINGS_FILE" ]; then
$DRY_RUN_CMD rm -f "$SETTINGS_FILE"