Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .claude/skills/agent-interaction/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,6 @@ When presenting multiple possible actions, configurations, or solutions, offer a
- Use VectorCode for semantic analysis
- Use language servers and linters for static analysis

## Generate and save reusable scripts for task execution

When a task requires generating scripts for execution:

- Check `scripts/tasks/` directory for existing scripts which may be used to execute current task
- Suggest modifications to existing scripts if required to execute the current task and improve future reusability
- Make new scripts generic and reusable
- Save scripts in `scripts/tasks/` directory for project-wide reuse
- Write documentation to each script optimized for AI agents, following [Markdown](../coding-guidelines/SKILL.md#markdown)

## When analyzing and updating AI rules files (AGENTS.md, CLAUDE.md, etc.)

- Write concise rules using imperative language, optimized for accurate and efficient agentic communication and execution
Expand Down
4 changes: 0 additions & 4 deletions .claude/skills/coding-guidelines/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,11 @@ description: Coding standards and guidelines for the macOS dotfiles project cove

- Organize `---@module` references at the top of the file, sorted alphabetically
- Use explicit module returns and clear structure
- For tool-specific patterns, see:
- [../nvim/SKILL.md](../nvim/SKILL.md) - Neovim configuration
- [../hammerspoon/SKILL.md](../hammerspoon/SKILL.md) - Hammerspoon automation

## Shell Scripts (Zsh)

- Use consistent logging functions
- Use `set -euo pipefail` for error safety
- For setup scripts in `scripts/`, see [../scripts/SKILL.md](../scripts/SKILL.md) for detailed guidelines

## Configuration Files

Expand Down
Loading
Loading