Commit graph

17 commits

Author SHA1 Message Date
Viktor Barzin
71ca79e2a4 Sync dotfiles: update settings, marketplaces, and zshenv
- Fix CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS env var name (was missing L)
- Restore model setting in claude settings
- Update marketplace paths and timestamps
- Remove META_CLAUDE_CODE_RELEASE from zshenv (no longer set locally)
2026-02-08 15:41:25 +00:00
Viktor Barzin
53a47bf1f8 Add asyncpg-sqlalchemy-temp-table and lxml-iterparse-recover skills 2026-02-08 13:53:07 +00:00
Viktor Barzin
a19429ace2 Update claude knowledge: always commit .claude file changes 2026-02-07 10:43:44 +00:00
Viktor Barzin
b669be3cf6 Default 'remember' to project knowledge file 2026-02-07 10:38:43 +00:00
Viktor Barzin
126f796617 Add 'remember' instruction to global CLAUDE.md 2026-02-07 10:37:48 +00:00
Viktor Barzin
5c17268af3 Add drone-k8s-auto-deploy skill 2026-02-06 22:26:02 +00:00
Viktor Barzin
310cb7b17b Make chezmoi sync conditional on chezmoi being installed
Skip chezmoi add/re-add steps on VMs where chezmoi is not available.
2026-02-06 19:39:17 +00:00
Viktor Barzin
453435a2c1 Add Claude plugins preference to memory file 2026-02-03 20:35:15 +00:00
Viktor Barzin
33147b7929 Remove marketplaces from dotfiles
Marketplaces contain external_plugins directory which conflicts with
chezmoi's external_ prefix. These are git repos that can be reinstalled
from known_marketplaces.json sources anyway.

Kept:
- known_marketplaces.json (marketplace sources)
- installed_plugins.json (template)
- cache/claude-plugins-official (actual plugin files)
2026-02-03 20:25:26 +00:00
Viktor Barzin
cdaad39dd1 Add installed_plugins.json template and fix gitignore
- Add !*.tmpl exception to allow chezmoi templates
- installed_plugins.json.tmpl uses home dir variable for portability
2026-02-03 20:23:59 +00:00
Viktor Barzin
ebd9e189e7 Add Claude plugins and marketplaces
Plugins (from claude-plugins-official):
- code-simplifier
- ralph-loop
- superpowers

Marketplaces:
- anthropic-agent-skills
- claude-plugins-official
- superpowers-marketplace

Note: Meta-specific plugins excluded (work environment only)
2026-02-03 20:22:39 +00:00
Viktor Barzin
bb6c6e974c Add Claude plugin marketplaces configuration
- known_marketplaces.json: GitHub-based marketplace sources
  (anthropics/skills, anthropics/claude-plugins-official, obra/superpowers-marketplace)
2026-02-03 20:19:10 +00:00
Viktor Barzin
0373a917eb Add Claude Code configuration files
- settings.json: general settings and enabled plugins
- settings.local.json: permission rules
- commands/remote.md: custom remote command
- skills/: claudeception, kubernetes-latest-tag-image-pull, react-hooks-order-early-return
- statusline.sh: custom statusline script
- remote-exec.sh: remote execution script
2026-02-03 20:15:39 +00:00
Viktor Barzin
8790828d1a add superpowers plugin 2026-02-03 20:01:09 +00:00
Viktor Barzin
e68e3a436a Add chezmoi aliases and update Claude memory
- Add chezmoi section to aliases.zsh with cmu, cma, cms, cmd, cme
- Update CLAUDE.md to always sync and commit dotfile changes
2026-02-03 19:56:38 +00:00
Viktor Barzin
fde360dbdc Add Claude commands, remote-exec script, and skills
- commands/remote.md for remote execution
- remote-exec.sh script
- skills: claudeception, kubernetes-latest-tag-image-pull, react-hooks-order-early-return
2026-02-03 19:17:05 +00:00
Viktor Barzin
09631b3530 Add Claude Code settings and alias
- Add cc alias for claude --internet
- Add Claude settings.json with plugins and statusline config
- Add custom statusline.sh script with context usage display
2026-02-01 18:32:53 +00:00