Skip to content

Commit fb937d5

Browse files
authored
chore(ai): optimize skills (#19)
1 parent 6d90d20 commit fb937d5

6 files changed

Lines changed: 93 additions & 691 deletions

File tree

.claude/skills/agent-interaction/SKILL.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,6 @@ When presenting multiple possible actions, configurations, or solutions, offer a
8585
- Use VectorCode for semantic analysis
8686
- Use language servers and linters for static analysis
8787

88-
## Generate and save reusable scripts for task execution
89-
90-
When a task requires generating scripts for execution:
91-
92-
- Check `scripts/tasks/` directory for existing scripts which may be used to execute current task
93-
- Suggest modifications to existing scripts if required to execute the current task and improve future reusability
94-
- Make new scripts generic and reusable
95-
- Save scripts in `scripts/tasks/` directory for project-wide reuse
96-
- Write documentation to each script optimized for AI agents, following [Markdown](../coding-guidelines/SKILL.md#markdown)
97-
9888
## When analyzing and updating AI rules files (AGENTS.md, CLAUDE.md, etc.)
9989

10090
- Write concise rules using imperative language, optimized for accurate and efficient agentic communication and execution

.claude/skills/coding-guidelines/SKILL.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,11 @@ description: Coding standards and guidelines for the macOS dotfiles project cove
4343

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

5047
## Shell Scripts (Zsh)
5148

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

5652
## Configuration Files
5753

0 commit comments

Comments
 (0)