taskfile-automation
seabbs/claude · skills.sh
Open source Repository Open in the app JSON README (API)
About
Skill publicada por seabbs/claude no skills.sh. Instale com: npx skills add seabbs/claude@taskfile-automation
Details
- Kind
- Agent skills
- Topic
- No topic detected
- Publisher
- seabbs
- Origin
- skillssh
- Category
- ferramentas
- Stars
- 7
- Forks
- 3
- Last push
- 2026-08-27T17:45:07Z
- Repository state
- ativo
- Language
- Shell
- Added
- 2026-08-30 15:22:39
- Updated
- 2026-09-08 15:05:58
- Origin id
seabbs/claude/taskfile-automation
README
# claude Personal Claude Code configuration. Skills live in the [`seabbs/skills`](https://github.com/seabbs/skills) marketplace; this repo holds everything else. ## Contents ``` CLAUDE.md # Global instructions (identity, workflow, style) commands/ # 9 slash commands skills/ # Skills tied to this machine's setup, not the marketplace link.sh # Symlink config into ~/.claude/ setup.sh # Marketplace registration + plugin installation ``` Settings files are managed by Claude Code at runtime and not tracked. ## Setup This repo is a submodule of [`seabbs/dotfiles`](https://github.com/seabbs/dotfiles) at `claude/`. ```bash # 1. Clone dotfiles with submodules git clone --recurse-submodules https://github.com/seabbs/dotfiles.git # 2. Create symlinks dotfiles/scripts/link.sh # 3. Install plugins from marketplace ~/.claude/setup.sh # 4. Generate helper scripts (inside Claude Code) /setup-scripts ``` ## Related - [`seabbs/skills`](https://github.com/seabbs/skills) -- 47 skills across 9 plugins - [`seabbs/dotfiles`](https://github.com/seabbs/dotfiles) -- parent dotfiles repo